.button--LUdYe {
  align-items: center;
  background: var(--brand-gradient);
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[data-mobile="true"] .button--LUdYe {
  height: 50px;
}
@media screen and (max-width: 425px) {
  .button--LUdYe {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.empty--w_4WE {
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1.4;
  opacity: 0.8;
  padding: 10px;
}
.sport-header--sZme7 {
  background-color: var(--sport-header);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--text);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  height: 48px;
  justify-content: space-between;
  line-height: 24px;
  padding: 0 20px;
  text-transform: capitalize;
}
.info--qPrCX,
.sport-header--sZme7 {
  align-items: center;
  display: flex;
}
.info--qPrCX {
  gap: 10px;
}
.icon--t3K3r {
  color: var(--brand);
}
[data-mobile="true"] .sport-header--sZme7 {
  border-radius: 0;
  height: 44px;
}
.wrapper--TU4rY {
  width: 100%;
}
.tournament--D2fBx,
.wrapper--TU4rY {
  display: flex;
  flex-direction: column;
}
.tournament--D2fBx {
  align-items: center;
  background: var(--color-1);
  box-sizing: border-box;
  color: var(--text);
  padding: 0 20px;
}
.header--qxHtY {
  height: 52px;
  justify-content: space-between;
  width: 100%;
}
.header--qxHtY,
.info--uOkZ0 {
  align-items: center;
  display: flex;
}
.info--uOkZ0 {
  gap: 8px;
}
.flag--wcWje {
  border-radius: 2px;
  overflow: hidden;
}
.flag--wcWje,
.flag--wcWje > img {
  height: 12px;
  width: 16px;
}
.tournament-name--sRIg2 {
  font-size: 18px;
  font-weight: 600;
  max-width: 500px;
}
.overflow--Wn9Ny {
  --ellipsis-tooltip-background: var(--color-1);
  --ellipsis-tooltip-border: 1px solid var(--color-6);
  --ellipsis-tooltip-max-width: calc(100% + 250px);
  --overflow-container-right-shadow: linear-gradient(90deg, transparent, var(--color-1));
}
.controls--kaA3a {
  gap: 20px;
}
.controls--kaA3a,
.tabs-wrapper--JXD2K {
  align-items: center;
  display: flex;
}
.tabs-wrapper--JXD2K {
  border: 1px solid var(--color-4);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.tab--j8B_q {
  color: var(--grey-text);
  min-width: 0;
  padding: 8px 4px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 75px;
}
.tab--j8B_q:first-child {
  border-right: 1px solid var(--color-4);
}
.active-tab--_dvPC {
  background: var(--color-3);
  color: var(--text);
}
[data-mobile="true"] .tournament-name--sRIg2 {
  font-size: 16px;
  max-width: 250px;
}
[data-mobile="true"] .tabs-wrapper--JXD2K {
  height: 32px;
  margin-bottom: 8px;
  width: 100%;
}
[data-mobile="true"] .tab--j8B_q {
  width: 100%;
}
@media screen and (max-width: 370px) {
  [data-mobile="true"] .tournament-name--sRIg2 {
    max-width: 200px;
  }
}
[data-mobile="false"] .tab--j8B_q:hover {
  cursor: pointer;
}
[data-mobile="false"] .tab--j8B_q:not(.active-tab--_dvPC):hover {
  color: #e8e8e8;
}
.favourite--m8WvL {
  cursor: pointer;
}
.active-fav-icon--XSkVk {
  color: var(--active-fav-icon);
}
.mobile-live-row--_in25,
.mobile-row--jf0OV,
.row--xwUH1 {
  background: var(--color-2);
  border-bottom: 1px solid var(--color-4);
  height: 76px;
  overflow: hidden;
  position: relative;
}
.row-animation--kipmE {
  animation: row-background--SIYD6 3.5s cubic-bezier(0.6, 0, 0.3, 1);
  background: var(--animation-color);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translateX(-100%);
  width: 150%;
  z-index: 1;
}
@keyframes row-background--SIYD6 {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.mobile-row--jf0OV {
  height: 144px;
  padding: 15px;
}
.mobile-live-row--_in25 {
  height: 176px;
  padding-bottom: 16px;
}
.mobile-live-row--_in25 > a > div {
  padding: 16px;
}
.bottom-mobile--JRyzC,
.header-mobile--vnO_x,
.top-mobile--OB1rN {
  align-items: center;
  display: flex;
}
.header-mobile--vnO_x {
  background: var(--color-4);
  height: 32px;
  justify-content: space-between;
  padding: 0 0 0 16px !important;
}
.top-mobile--OB1rN {
  padding-bottom: 15px;
}
.bottom-mobile--JRyzC {
  justify-content: center;
}
.live--_VbtU {
  background: var(--background);
  border-radius: 10px;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.live--_VbtU,
.live-info--ymWi2 {
  align-items: center;
  display: flex;
}
.live-info--ymWi2 {
  gap: 15px;
}
.row--xwUH1 > a:not(.statsButton--w6mOf) {
  display: block;
  height: 100%;
  width: 100%;
}
.tournament--Ig51Y {
  color: var(--text);
  font-size: 14px;
  margin-left: 13px;
  width: 100%;
}
.column--WQ7BO {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: space-around;
  margin: 0 4px;
}
.cell--hIBAO {
  box-sizing: content-box;
  padding: 0 2.5px;
  text-align: center;
  width: 55px;
}
.content--VmQJM {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 76px;
  justify-content: space-between;
  padding: 0 9px;
  z-index: var(--event-row-index);
}
.content--VmQJM,
.content-mobile--okmEF {
  position: relative;
}
.content-inner-mobile--Eel0S {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: var(--event-row-index);
}
.teams--L7lVc {
  color: #fff;
  display: flex;
  gap: 5px;
  line-height: 1.4;
  padding-left: 13px;
  width: 100%;
}
.teams--L7lVc,
.teams--L7lVc * {
  min-width: 0 !important;
}
.team--PFFaH {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-info--iCRLd,
.team-info-name--QdZbm {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  min-width: 0 !important;
}
.team-info-name--QdZbm {
  align-items: center;
  display: flex;
  height: 24px;
  min-width: 24px;
}
.tooltip--OmXLW {
  --ellipsis-tooltip-background: var(--color-2);
  --ellipsis-tooltip-border: 1px solid var(--color-6);
  --ellipsis-tooltip-max-width: calc(100% + 250px);
}
.scrollable-shadow--oriCa {
  --overflow-container-right-shadow: linear-gradient(90deg, transparent, var(--color-2));
}
.icons--PHRDv {
  min-width: auto !important;
}
.team-icon-wrapper--IxCqb {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  width: 24px;
}
.team-icon--Dn4vE {
  display: block;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
}
.scores--ZLjv2 {
  --scores-animation-props: 3.5s cubic-bezier(0.6, 0, 0.3, 1);
  box-sizing: content-box;
  color: var(--active);
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 22px;
  padding-right: 10px;
}
.score--C9Ias {
  background: transparent;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 3px;
  text-align: right;
}
.score-animation--iH4kI {
  animation: score-bg--AmYyJ var(--scores-animation-props);
}
@keyframes score-bg--AmYyJ {
  0% {
    background: transparent;
  }
  15% {
    background: var(--brand);
    color: var(--color-3);
  }
  60% {
    background: var(--brand);
    color: var(--color-3);
  }
  to {
    background: transparent;
  }
}
.bottom--Q9fFj {
  align-items: center;
  background: #305177;
  border: 1px solid #002550;
  border-top-style: none;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 9px;
}
.bottom--Q9fFj,
.date--l_8NW {
  box-sizing: border-box;
}
.date--l_8NW {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  min-width: 55px;
  overflow: hidden;
  text-align: center;
  width: 55px;
}
.date--l_8NW > div:last-child {
  font-size: 16px;
}
.buttons--pnH2S {
  justify-content: space-between;
  min-width: 180px;
  width: 180px;
}
.buttons--pnH2S,
.row-button--P64ae {
  align-items: center;
  display: flex;
}
.row-button--P64ae {
  background: var(--color-4);
  border-radius: 8px;
  color: var(--grey-text);
  height: 52px;
  justify-content: center;
  width: 52px;
}
.bet-builder-disabled-icon--xj0p9 {
  opacity: 0.5;
  --bet-builder-icon-color: var(--grey-text);
}
.live-button--PyZTt {
  background: var(--error);
  color: var(--text);
  height: 24px;
  margin-right: 6px;
  width: 24px;
}
.statsButton--w6mOf {
  pointer-events: none;
}
.hasStatistics--OpG3O {
  opacity: 1;
  pointer-events: auto;
}
.totalMarkets--fuKZv {
  background: rgba(209, 255, 111, 0.04);
  border: 1px solid var(--brand);
  border-radius: 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 20px;
  min-width: 56px !important;
  text-align: right;
}
.live-date--KTS8l,
.totalMarkets--fuKZv {
  align-items: center;
  display: flex;
}
.live-date--KTS8l {
  box-sizing: border-box;
  min-width: 62px !important;
  overflow: hidden;
  width: 62px;
}
.liveIcon--Mp9id {
  background-image: -webkit-image-set(url(https://api-fixbet-tr--prd--sb.257.lol/sportsbook__static/umd/images/55f9805083dec968.png) 1x,url(https://api-fixbet-tr--prd--sb.257.lol/sportsbook__static/umd/images/553e8b3ebd538624.png) 2x);
  background-image: image-set(url(https://api-fixbet-tr--prd--sb.257.lol/sportsbook__static/umd/images/55f9805083dec968.png) 1x,url(https://api-fixbet-tr--prd--sb.257.lol/sportsbook__static/umd/images/553e8b3ebd538624.png) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  height: 24px;
  min-width: 24px;
  width: 24px;
}
.minute--aEI2Z {
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--light-text);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 18px;
  overflow: hidden;
  padding: 0 5px;
}
.minute--aEI2Z > span:last-child {
  color: var(--active);
  font-size: 16px;
  line-height: 20px;
}
.offset--oxwjU {
  width: 44px;
}
.block--fjhav {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
.live-buttons--dPW_A {
  min-width: 164px;
}
[data-mobile="true"] .row-button--P64ae {
  background: none;
  width: 24px;
}
[data-mobile="true"] .teams--L7lVc {
  padding-left: 0;
}
[data-mobile="true"] .column--WQ7BO {
  width: 100%;
}
[data-mobile="true"] .date--l_8NW {
  margin-right: 5px;
}
[data-mobile="true"] .live-date--KTS8l {
  min-width: 110px;
  width: 110px;
}
[data-mobile="true"] .minute--aEI2Z {
  flex-direction: row;
  font-size: 14px;
  gap: 8px;
  line-height: 18px;
}
[data-mobile="true"] .minute--aEI2Z > span:last-child {
  color: var(--active);
  font-size: 14px;
  line-height: 18px;
}
[data-mobile="true"] .live-buttons--dPW_A {
  min-width: 144px;
}
[data-mobile="true"] .live-buttons--dPW_A > div,
[data-mobile="true"] .live-buttons--dPW_A > span {
  border-radius: 0;
  height: 32px;
  width: 48px;
}
[data-mobile="true"] .bet-builder-link--rlcGT {
  height: 32px;
  width: 48px;
}
[data-mobile="true"] .live-button--PyZTt {
  background: var(--error);
  border-left: none !important;
  border-radius: 8px !important;
  height: 24px !important;
  margin-right: 0;
  width: 24px !important;
}
[data-mobile="true"] .scores--ZLjv2 {
  padding: 0;
}
.initial--GvPoS {
  position: absolute !important;
  visibility: hidden !important;
}
.after-load--JB2BE {
  align-items: center;
  display: flex;
  justify-content: center;
  position: static;
  visibility: initial;
}
.base--3N15C {
  height: 100%;
  width: 100%;
}
.bet-builder-icon--T5jjP {
  color: var(--bet-builder-icon-color, var(--brand));
}
.sequence-name--ZveyE {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  line-height: 18px;
  width: 100%;
}
.team-sequence--hw6NH {
  display: flex;
  gap: 5px;
  width: 100%;
}
.field--plro5 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 12px;
  width: 20px;
}
.green-ball--nKfDs {
  background: radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%);
}
.blue-ball--wrpkw,
.green-ball--nKfDs {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
}
.blue-ball--wrpkw {
  background: radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.yellow-ball--Eoi4x {
  background: radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.red-ball--ZQgBD,
.yellow-ball--Eoi4x {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
}
.red-ball--ZQgBD {
  background: radial-gradient(50% 50% at 50% 50%, #fa9090 0, #bf0808 100%),
    radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.red-box--HA6Nw {
  background: var(--virtual-sports-red-pure);
}
.black-box--WkLDN {
  background: linear-gradient(0deg, #000, #000), #e01200;
}
.blue-ball--wrpkw,
.green-ball--nKfDs,
.red-ball--ZQgBD,
.yellow-ball--Eoi4x {
  border-radius: 50%;
}
.black-box--WkLDN,
.red-box--HA6Nw {
  border-radius: 2px;
}
.sequence-icon-list--zYE3W {
  display: flex;
  gap: 3px;
}
.team-number--JMEOg {
  align-items: center;
  background: var(--sb-color-9);
  border: 1px solid var(--team-number-border-color, #fff);
  border-radius: 3px;
  box-shadow: var(--team-number-box-shadow, 0 2px 5px rgba(0, 0, 0, 0.35));
  color: var(--team-number-color, #fff);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 14px;
  width: 20px;
}
.score-racing-title--Qw1y_ {
  width: 21px;
}
.score-racing-number--JXhv7 {
  color: #625681;
  width: 21px;
}
.list--uNHK8 {
  font-size: 14px;
  font-weight: 500;
  gap: 3px;
  line-height: 16px;
}
.head-color-box--OrFlQ,
.list--uNHK8 {
  align-items: center;
  display: flex;
}
.head-color-box--OrFlQ {
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
  width: 20px;
}
.red--z4G7u {
  background: #e01200;
}
.black--FrXNZ {
  background: linear-gradient(0deg, #000, #000), #e01200;
}
.green--D9htX {
  background: linear-gradient(0deg, #3e7e21, #3e7e21), #e01200;
}
* {
  --virtual-sports-text: #fff;
  --virtual-sports-black: #000;
  --virtual-sports-grey: #c4c4c4;
  --virtual-sports-grey-light: #e4e4e4;
  --virtual-sports-grey-very-light: #fbfbfb;
  --virtual-sports-green-strong: #91cc30;
  --virtual-sports-green-dark-1: #3b7e21;
  --virtual-sports-green-dark-2: #3e7e21;
  --virtual-sports-green-dark-lime: #1cb110;
  --virtual-sports-green-dark-moderate: #48972f;
  --virtual-sports-green-soft: #81e360;
  --virtual-sports-green-cyan: #63cca1;
  --virtual-sports-red-pure: #e01200;
  --virtual-sports-red-strong-1: #c61010;
  --virtual-sports-red-strong-2: #bf0808;
  --virtual-sports-red-soft: #fa9090;
  --virtual-sports-rose: #ea67f8;
  --virtual-sports-yellow-soft: #fdf350;
  --virtual-sports-yellow-pure-1: #ffd600;
  --virtual-sports-yellow-pure-2: #e1cb00;
  --virtual-sports-yellow-pale: #fff8ba;
  --virtual-sports-yellow-vivid: #ffd60a;
  --virtual-sports-orange: #ee943c;
  --virtual-sports-orange-dark: #ff6100;
  --virtual-sports-orange-pure: #e88700;
  --virtual-sports-orange-vivid: #ff9f0a;
  --virtual-sports-blue-soft: #6590fe;
  --virtual-sports-blue-vivid: #0845e1;
  --virtual-sports-blue-bright: #2642f6;
  --virtual-sports-background: #263f1f;
}
.list--JJMu1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.and-more--or0Lq {
  color: #9d93b1;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
[dir="rtl"] .and-more--or0Lq {
  unicode-bidi: plaintext;
  --current-unicode-bidi: plaintext;
}
.parameters--DHkQF {
  margin-bottom: 5px;
}
.ball--hSw4k,
.box--iG0vl,
.keno--y8kOy {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 12px;
  width: 20px;
}
.ball--hSw4k,
.keno--y8kOy {
  border-radius: 50%;
}
.box--iG0vl {
  border-radius: 2px;
}
.ball--hSw4k.green--rwDnw {
  background: radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%);
}
.ball--hSw4k.blue--bFvfg,
.ball--hSw4k.green--rwDnw {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
}
.ball--hSw4k.blue--bFvfg {
  background: radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.ball--hSw4k.yellow--tawC2 {
  background: radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
  color: var(--virtual-sports-black);
}
.ball--hSw4k.red--WLLNi,
.ball--hSw4k.yellow--tawC2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
}
.ball--hSw4k.red--WLLNi {
  background: radial-gradient(50% 50% at 50% 50%, #fa9090 0, #bf0808 100%),
    radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.keno--y8kOy.yellow--tawC2 {
  background: var(--virtual-sports-yellow-vivid);
}
.keno--y8kOy.orange--uGQYN {
  background: var(--virtual-sports-orange-vivid);
}
.box--iG0vl.zero-box--zMV0E {
  background: linear-gradient(0deg, #3b7e21, #3b7e21), #e01200;
}
.box--iG0vl.red-box--bbr_H {
  background: var(--virtual-sports-red-pure);
}
.box--iG0vl.black-box--TLEdS {
  background: linear-gradient(0deg, #000, #000), #e01200;
}
.color-normalizer--RkT3O {
  align-items: center;
  display: flex;
  gap: 5px;
}
.ball--ZSrq6 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ball--ZSrq6.green--iD9BI {
  background: radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.ball--ZSrq6.blue--caEqq {
  background: radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.ball--ZSrq6.yellow--voUS5 {
  background: radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.ball--ZSrq6.red--tzE4A {
  background: radial-gradient(50% 50% at 50% 50%, #fa9090 0, #bf0808 100%),
    radial-gradient(50% 50% at 50% 50%, #fff8ba 0, #e1cb00 100%),
    radial-gradient(50% 50% at 50% 50%, #6590fe 0, #0845e1 100%),
    radial-gradient(50% 50% at 50% 50%, #81e360 0, #48972f 100%), #c4c4c4;
}
.cell--gjAp9 {
  border: 1px solid var(--color-3);
  border-radius: 8px;
  flex-direction: column;
  height: 52px;
  min-width: 76px;
  padding: 4px;
}
.cell--gjAp9,
.prop--wIjfS {
  align-items: center;
  display: flex;
  width: 100%;
}
.prop--wIjfS {
  background: var(--color-3);
  border-radius: 6px;
  color: var(--light-text);
  height: 20px;
}
.odds--PkP_q,
.prop--wIjfS {
  justify-content: center;
}
.odds--PkP_q {
  align-items: center;
  box-sizing: border-box;
  color: var(--text);
  display: flex;
  font-weight: 700;
  height: 30px;
  margin: auto 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cell--gjAp9.active--Vovqv:not(.quick-bet-enable--BRAoS, .locked--GEpON) {
  background: var(--brand-gradient);
  border: 1px solid transparent;
}
.cell--gjAp9.active--Vovqv:not(.quick-bet-enable--BRAoS, .locked--GEpON) .odds--PkP_q {
  color: var(--dark-text);
}
.cell--gjAp9.active--Vovqv:not(.quick-bet-enable--BRAoS, .locked--GEpON) .prop--wIjfS {
  background: var(--color-2);
  color: var(--text);
}
.cell--gjAp9.locked--GEpON {
  cursor: default;
  pointer-events: none;
}
.cell--gjAp9.quick-bet-background--qhJNA:not(.locked--GEpON) {
  background: var(--quick-bet-accent);
  border: 1px solid transparent;
}
.cell--gjAp9.quick-bet-background--qhJNA:not(.locked--GEpON) * {
  color: var(--dark-text);
}
@media (hover: hover) {
  .cell--gjAp9:hover:not(.quick-bet-enable--BRAoS, .locked--GEpON, .active--Vovqv, :has(.params--bCC0q)) {
    border: 1px solid var(--brand);
    cursor: pointer;
  }
  .cell--gjAp9.active--Vovqv:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .cell--gjAp9.quick-bet-background--qhJNA:not(.locked--GEpON):hover,
  .cell--gjAp9.quick-bet-enable--BRAoS:not(.locked--GEpON):hover {
    border: 1px solid var(--quick-bet-accent);
    cursor: pointer;
  }
}
.cell--gjAp9.up--q_HNe:not(.quick-bet-enable--BRAoS, .locked--GEpON, .active--Vovqv) .odds--PkP_q {
  color: var(--brand);
}
.cell--gjAp9.down--lSvZ5:not(.quick-bet-enable--BRAoS, .locked--GEpON, .active--Vovqv) .odds--PkP_q {
  color: var(--error);
}
.params--bCC0q {
  align-items: center;
  color: var(--text);
  display: flex;
  height: 40px;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
