@import url("bc.css");

:root {
    --b-rgb: 24, 24, 29;
    --b-sc-rgb: 255, 255, 255;
    --b-sc-rgb2: 200, 16, 46;
    --b-sc-rgb3: 0, 0, 0;
    --b: #c8102e;/*#18181d; */
    --b-sc: #FFFFFF;
    --b-sc2: #000;
    --b-gradient: linear-gradient(to bottom, #c8102e 0%, #6b313b 100%);
    --oc-2: #000;
    --oc-3: #ff3449;
    --oc-22: #FFD100;
    --odd-up: #16C72E;
    --odd-down: #ff3449;
    --hero: #c8102e;
    --hero-sc: #FFFFFF;
    --hero-sc-rgb: 255, 255, 255;
    --hero-rgb: 76, 123, 129;
    --accent: #b7872d;
    --accent-sc: #000000;
}

::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: rgba(var(--b-sc-rgb),.1);
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: rgba(var(--b-sc-rgb),.5);
    border-radius: 4px
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-menu-container {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--b);
    transition: width .24s;
    min-height: 50vh;
    margin: 10px 0;
    border-radius: 15px;
}

/*.left-menu-container p {
    display: inherit;
    -webkit-margin-before: inherit;
    -webkit-margin-after: inherit;
    -webkit-margin-start: inherit;
    -webkit-margin-end: inherit;
*/

.left-menu-container>div+div {
    margin-top: 2px;
}

[class*=skeleton-loader] {
    display: inline-flex;
    background: linear-gradient(90deg, rgba(var(--b-sc-rgb), .1) 0, rgba(var(--b-sc-rgb), .3) 50%, rgba(var(--b-sc-rgb), .1));
    background-size: 200%;
    border-radius: 4px;
    animation: an-skeleton-loader 1s linear infinite;
    pointer-events: none;
}

@keyframes an-skeleton-loader {
    0% {
        background-position: 200%
    }

    50% {
        background-position: 100%
    }

    to {
        background-position: 0
    }
}

.skeleton-loader-text {
    width: 80%;
    max-width: 80%;
    height: 8px;
}

.skeleton-loader-full-banner {
    width: 100%;
    height: 100%;
}

.pp-sport-list-holder-bc {
    flex: auto;
}

.pp-sport-list-holder-bc {
    position: relative;
    height: 100%;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-radius: 15px;
}

.sp-sub-list-bc.active>.sp-s-l-b-content-bc {
    overflow-y: hidden !important;
}

.left-menu-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-inline-end: 2px;
}

.sp-sub-list-bc {
    transition: all .24s
}

.sp-sub-list-bc.active {
    max-height: 15000px
}

.sp-sub-list-bc.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc:before {
    transform: rotate(180deg)
}

.sp-sub-list-bc.active>.sp-s-l-b-content-bc {
    opacity: 1;
    max-height: 14000px;
    pointer-events: auto;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.sp-sub-list-bc .sp-s-l-h-title-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: auto;
    height: 100%
}

.sp-s-l-head-bc {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sp-s-l-h-flag-bc {
    flex-shrink: 0;
    margin-inline-end:10px}

.sp-s-l-h-title-bc {
    margin-inline-end:10px !important;
    text-transform: capitalize
}

.sp-s-l-b-c-i-g-league-c-bc {
    flex-shrink: 0
}

.sp-s-l-h-arrow-icon-bc {
    flex-shrink: 0;
    color: rgba(var(--b-sc-rgb),.7);
    font-size: 11px
}

.sp-s-l-b-content-bc {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: .24s;
    overflow: hidden
}

.sp-s-l-b-content-bc:empty {
    display: none
}

.sp-s-l-b-c-i-title-bc {
    flex: auto;
    margin: 0 10px;
    color: rgba(var(--b-sc-rgb),.9);
    font-size: 13px
}

.sp-s-l-b-c-i-title-bc+.sp-s-l-h-flag-bc {
    margin-inline-end:5px}

.sp-s-l-b-c-i-g-count-bc {
    flex-shrink: 0;
    color: rgba(var(--b-sc-rgb),.7);
    font-size: 13px;
    min-width: 15px;
    text-align: end
}

.left-menu-scroll>.sp-sub-list-bc {
    background: var(--b-gradient);
    border-radius: 4px
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-head-bc .sp-s-l-h-title-bc {
    color: var(--b-sc)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>div:not([class]) {
    display: flex
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>div:not([class]) .bs-favorite-remove-bc {
    align-items: center;
    border-top: 1px solid rgba(var(--b-sc-rgb),.1)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc {
    padding: 0 5px;
    box-shadow: inset 0 1px 0 0 rgba(var(--b-sc-rgb),.1)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc>.sp-s-l-head-bc {
    padding: 0 5px
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc>.sp-s-l-head-bc .sp-s-l-h-title-bc {
    color: rgba(var(--b-sc-rgb),.8)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc.active {
    padding-bottom: 5px;
    background: rgba(var(--b-sc-rgb),.1);
    box-shadow: inset 0 1px 0 0 transparent
}

.left-menu-scroll>.sp-sub-list-bc+.sp-sub-list-bc,.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc .sp-s-l-b-content-bc>.sp-sub-list-bc+.sp-sub-list-bc {
    margin-top: 2px
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc {
    background: rgba(var(--b-sc-rgb),.05)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-s-l-b-content-bc {
    padding: 5px;
    background: var(--b)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-sub-list-bc>.sp-s-l-head-bc {
    background: rgba(var(--b-sc-rgb),.15)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-sub-list-bc>.sp-s-l-head-bc .sp-s-l-h-title-bc {
    color: rgba(var(--b-sc-rgb),.8)
}

.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-sub-list-bc.selected>.sp-s-l-head-bc,.left-menu-scroll>.sp-sub-list-bc>.sp-s-l-b-content-bc>.sp-sub-list-bc .sp-sub-list-bc:hover>.sp-s-l-head-bc {
    background: var(--b-gradient);
}

.left-menu-scroll>.sp-sub-list-bc.active>.sp-s-l-head-bc {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: var(--b-gradient);
    box-shadow: inset 0 0 0 18px rgba(var(--b-sc-rgb),.1);
    z-index: 1
}

.sp-sub-list-bc {
    max-height: 34px
}

.sp-sub-list-bc .sp-sub-list-bc .sp-s-l-b-content-bc {
    border-radius: 4px
}

.sp-sub-list-bc .form-control-bc {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px 0;
    border-top: 1px solid rgba(var(--b-sc-rgb),.1)
}

.sp-sub-list-bc .form-control-select-bc {
    width: auto
}

.sp-sub-list-bc .multi-select-label-bc {
    margin-inline-start:5px}

.sp-s-l-head-bc {
    height: 34px;
    padding: 0 10px;
    cursor: pointer;
    transition: background .24s;
    border-radius: 4px
}

.sp-s-l-h-flag-bc {
    width: 20px;
    text-align: center;
    font-size: 18px
}

.sp-s-l-h-flag-bc.flag-bc {
    width: 18px;
    height: 12px
}

.sp-s-l-h-title-bc {
    font-size: 15px
}

.sp-s-l-b-c-i-g-league-c-bc {
    color: rgba(var(--b-sc-rgb),.5);
    font-size: 11px
}

.sp-s-l-h-arrow-icon-bc {
    width: 24px;
    height: 24px;
    margin-inline-start:10px;text-align: center;
    border-radius: 4px;
    line-height: 23px;
    transition: color .24s,background .24s
}

.sp-s-l-h-arrow-icon-bc:before {
    display: block;
    transition: transform .24s
}

[dir=rtl] .sp-s-l-h-arrow-icon-bc.bc-i-small-arrow-right {
    transform: rotate(180deg)
}

.sp-s-l-b-c-item-bc {
    display: flex;
    align-items: center;
    height: 35px;
    padding-inline-start:8px;padding-inline-end:10px;background: rgba(var(--b-sc-rgb),.1);
    border-radius: 4px;
    cursor: pointer;
    transition: background .24s
}

.sp-s-l-b-c-item-bc+.sp-s-l-b-c-item-bc {
    margin-top: 2px
}

.sp-s-l-b-c-item-bc:last-child {
    margin-bottom: 3px
}

.sp-s-l-b-c-item-bc.active,.sp-s-l-b-c-item-bc:hover {
    background: rgba(var(--b-sc-rgb),.2)
}

.flag-bc {
    width: 22px;
    height: 14px;
    flex-shrink: 0;
    background: url(../img/flags.4185ae2c.png) no-repeat 0 0/100%
}

.afghanistan {
    background-position: 0 .3460207612%
}

.africa {
    background-position: 0 .6920415225%
}

.aland {
    background-position: 0 1.0380622837%
}

.albania {
    background-position: 0 1.384083045%
}

.alderney {
    background-position: 0 1.7301038062%
}

.algeria {
    background-position: 0 2.0761245675%
}

.americas {
    background-position: 0 2.4221453287%
}

.americansamoa {
    background-position: 0 2.76816609%
}

.andorra {
    background-position: 0 3.1141868512%
}

.angola {
    background-position: 0 3.4602076125%
}

.anguilla {
    background-position: 0 3.8062283737%
}

.antiguaandbarbuda {
    background-position: 0 4.1522491349%
}

.arableague {
    background-position: 0 4.4982698962%
}

.argentina {
    background-position: 0 4.8442906574%
}

.armenia {
    background-position: 0 5.1903114187%
}

.aruba {
    background-position: 0 5.5363321799%
}

.asia {
    background-position: 0 5.8823529412%
}

.australia {
    background-position: 0 6.2283737024%
}

.austria {
    background-position: 0 6.5743944637%
}

.azerbaijan {
    background-position: 0 6.9204152249%
}

.bahamas {
    background-position: 0 7.2664359862%
}

.bahrain {
    background-position: 0 7.6124567474%
}

.bangladesh {
    background-position: 0 7.9584775087%
}

.barbados {
    background-position: 0 8.3044982699%
}

.basquecountry {
    background-position: 0 8.6505190311%
}

.belarus {
    background-position: 0 8.9965397924%
}

.belgium {
    background-position: 0 9.3425605536%
}

.belize {
    background-position: 0 9.6885813149%
}

.benin {
    background-position: 0 10.0346020761%
}

.bermuda {
    background-position: 0 10.3806228374%
}

.bhutan {
    background-position: 0 10.7266435986%
}

.bolivia {
    background-position: 0 11.0726643599%
}

.bonairesinteustatiusandsaba {
    background-position: 0 11.4186851211%
}

.bosniaherzegovina {
    background-position: 0 11.7647058824%
}

.botswana {
    background-position: 0 12.1107266436%
}

.bouvet {
    background-position: 0 12.4567474048%
}

.brazil {
    background-position: 0 12.8027681661%
}

.britishindianoceanterritory {
    background-position: 0 13.1487889273%
}

.bruneidarussalam {
    background-position: 0 13.4948096886%
}

.bulgaria {
    background-position: 0 13.8408304498%
}

.burkinafaso {
    background-position: 0 14.1868512111%
}

.burundi {
    background-position: 0 14.5328719723%
}

.cambodia {
    background-position: 0 14.8788927336%
}

.cameroon {
    background-position: 0 15.2249134948%
}

.canada {
    background-position: 0 15.5709342561%
}

.capeverde {
    background-position: 0 15.9169550173%
}

.caricom {
    background-position: 0 16.2629757785%
}

.catalonia {
    background-position: 0 16.6089965398%
}

.caymanislands {
    background-position: 0 16.955017301%
}

.centralafricanrepublic {
    background-position: 0 17.3010380623%
}

.chad {
    background-position: 0 17.6470588235%
}

.chile {
    background-position: 0 17.9930795848%
}

.china {
    background-position: 0 18.339100346%
}

.chinesetaipei {
    background-position: 0 18.6851211073%
}

.christmas {
    background-position: 0 19.0311418685%
}

.cis {
    background-position: 0 19.3771626298%
}

.cocoskeeling {
    background-position: 0 19.723183391%
}

.colombia {
    background-position: 0 20.0692041522%
}

.commonwealth {
    background-position: 0 20.4152249135%
}

.comoros {
    background-position: 0 20.7612456747%
}

.congo {
    background-position: 0 21.107266436%
}

.congokinshasa {
    background-position: 0 21.4532871972%
}

.cookislands {
    background-position: 0 21.7993079585%
}

.costarica {
    background-position: 0 22.1453287197%
}

.cotedivoire {
    background-position: 0 22.491349481%
}

.croatia {
    background-position: 0 22.8373702422%
}

.cuba {
    background-position: 0 23.1833910035%
}

.curacao {
    background-position: 0 23.5294117647%
}

.cyprus {
    background-position: 0 23.875432526%
}

.czechrepublic {
    background-position: 0 24.2214532872%
}

.denmark {
    background-position: 0 24.5674740484%
}

.djibouti {
    background-position: 0 24.9134948097%
}

.dominica {
    background-position: 0 25.2595155709%
}

.dominicanrepublic {
    background-position: 0 25.6055363322%
}

.ecuador {
    background-position: 0 25.9515570934%
}

.egypt {
    background-position: 0 26.2975778547%
}

.elsalvador {
    background-position: 0 26.6435986159%
}

.england {
    background-position: 0 26.9896193772%
}

.equatorialguinea {
    background-position: 0 27.3356401384%
}

.eritrea {
    background-position: 0 27.6816608997%
}

.estonia {
    background-position: 0 28.0276816609%
}

.ethiopia {
    background-position: 0 28.3737024221%
}

.europe {
    background-position: 0 28.7197231834%
}

.falkland {
    background-position: 0 29.0657439446%
}

.fao {
    background-position: 0 29.4117647059%
}

.faroeislands {
    background-position: 0 29.7577854671%
}

.fiji {
    background-position: 0 30.1038062284%
}

.finland {
    background-position: 0 30.4498269896%
}

.france {
    background-position: 0 30.7958477509%
}

.french-guiana {
    background-position: 0 31.1418685121%
}

.frenchsouthernandantarcticlands {
    background-position: 0 31.4878892734%
}

.gabon {
    background-position: 0 31.8339100346%
}

.galicia {
    background-position: 0 32.1799307958%
}

.gambia {
    background-position: 0 32.5259515571%
}

.georgia {
    background-position: 0 32.8719723183%
}

.germany {
    background-position: 0 33.2179930796%
}

.ghana {
    background-position: 0 33.5640138408%
}

.gibraltar {
    background-position: 0 33.9100346021%
}

.greatbritain {
    background-position: 0 34.2560553633%
}

.greece {
    background-position: 0 34.6020761246%
}

.greenland {
    background-position: 0 34.9480968858%
}

.grenada {
    background-position: 0 35.2941176471%
}

.guadeloupe {
    background-position: 0 35.6401384083%
}

.guam {
    background-position: 0 35.9861591696%
}

.guatemala {
    background-position: 0 36.3321799308%
}

.guernsey {
    background-position: 0 36.678200692%
}

.guinea {
    background-position: 0 37.0242214533%
}

.guineabissau {
    background-position: 0 37.3702422145%
}

.guyana {
    background-position: 0 37.7162629758%
}

.haiti {
    background-position: 0 38.062283737%
}

.heardislandandmcdonald {
    background-position: 0 38.4083044983%
}

.honduras {
    background-position: 0 38.7543252595%
}

.hongkong {
    background-position: 0 39.1003460208%
}

.hungary {
    background-position: 0 39.446366782%
}

.iaea {
    background-position: 0 39.7923875433%
}

.iceland {
    background-position: 0 40.1384083045%
}

.iho {
    background-position: 0 40.4844290657%
}

.india {
    background-position: 0 40.830449827%
}

.indonesia {
    background-position: 0 41.1764705882%
}

.international {
    background-position: 0 41.5224913495%
}

.iran {
    background-position: 0 41.8685121107%
}

.iraq {
    background-position: 0 42.214532872%
}

.ireland {
    background-position: 0 42.5605536332%
}

.islamicconference {
    background-position: 0 42.9065743945%
}

.isleofman {
    background-position: 0 43.2525951557%
}

.israel {
    background-position: 0 43.598615917%
}

.italy {
    background-position: 0 43.9446366782%
}

.jamaica {
    background-position: 0 44.2906574394%
}

.japan {
    background-position: 0 44.6366782007%
}

.jersey {
    background-position: 0 44.9826989619%
}

.jordan {
    background-position: 0 45.3287197232%
}

.kazakhstan {
    background-position: 0 45.6747404844%
}

.kenya {
    background-position: 0 46.0207612457%
}

.kiribati {
    background-position: 0 46.3667820069%
}

.kosovo {
    background-position: 0 46.7128027682%
}

.kurdish {
    background-position: 0 47.0588235294%
}

.kuwait {
    background-position: 0 47.4048442907%
}

.kyrgyzstan {
    background-position: 0 47.7508650519%
}

.laos {
    background-position: 0 48.0968858131%
}

.latvia {
    background-position: 0 48.4429065744%
}

.lebanon {
    background-position: 0 48.7889273356%
}

.lesotho {
    background-position: 0 49.1349480969%
}

.liberia {
    background-position: 0 49.4809688581%
}

.libya {
    background-position: 0 49.8269896194%
}

.liechtenshein {
    background-position: 0 50.1730103806%
}

.lithuania {
    background-position: 0 50.5190311419%
}

.luxembourg {
    background-position: 0 50.8650519031%
}

.macau {
    background-position: 0 51.2110726644%
}

.northmacedonia {
    background-position: 0 51.5570934256%
}

.madagascar {
    background-position: 0 51.9031141869%
}

.malawi {
    background-position: 0 52.2491349481%
}

.malaysia {
    background-position: 0 52.5951557093%
}

.maldives {
    background-position: 0 52.9411764706%
}

.mali {
    background-position: 0 53.2871972318%
}

.malta {
    background-position: 0 53.6332179931%
}

.marshallislands {
    background-position: 0 53.9792387543%
}

.martinique {
    background-position: 0 54.3252595156%
}

.mauritania {
    background-position: 0 54.6712802768%
}

.mauritius {
    background-position: 0 55.0173010381%
}

.mayotte {
    background-position: 0 55.3633217993%
}

.mexico {
    background-position: 0 55.7093425606%
}

.micronesia {
    background-position: 0 56.0553633218%
}

.moldova {
    background-position: 0 56.401384083%
}

.monaco {
    background-position: 0 56.7474048443%
}

.mongolia {
    background-position: 0 57.0934256055%
}

.montenegro {
    background-position: 0 57.4394463668%
}

.montserrat {
    background-position: 0 57.785467128%
}

.morocco {
    background-position: 0 58.1314878893%
}

.mozambique {
    background-position: 0 58.4775086505%
}

.myanmar {
    background-position: 0 58.8235294118%
}

.namibia {
    background-position: 0 59.169550173%
}

.nato {
    background-position: 0 59.5155709343%
}

.nauru {
    background-position: 0 59.8615916955%
}

.nepal {
    background-position: 0 60.2076124567%
}

.netherlands {
    background-position: 0 60.553633218%
}

.netherlandsantilles {
    background-position: 0 60.8996539792%
}

.newcaledonia {
    background-position: 0 61.2456747405%
}

.newzealand {
    background-position: 0 61.5916955017%
}

.nicaragua {
    background-position: 0 61.937716263%
}

.niger {
    background-position: 0 62.2837370242%
}

.nigeria {
    background-position: 0 62.6297577855%
}

.niue {
    background-position: 0 62.9757785467%
}

.norfolk {
    background-position: 0 63.321799308%
}

.northamerica {
    background-position: 0 63.6678200692%
}

.northerncyprus {
    background-position: 0 64.0138408304%
}

.northernireland {
    background-position: 0 64.3598615917%
}

.northernmariana {
    background-position: 0 64.7058823529%
}

.northkorea {
    background-position: 0 65.0519031142%
}

.norway {
    background-position: 0 65.3979238754%
}

.oas {
    background-position: 0 65.7439446367%
}

.oceania {
    background-position: 0 66.0899653979%
}

.olimpics {
    background-position: 0 66.4359861592%
}

.oman {
    background-position: 0 66.7820069204%
}

.opec {
    background-position: 0 67.1280276817%
}

.pakistan {
    background-position: 0 67.4740484429%
}

.palau {
    background-position: 0 67.8200692042%
}

.palestine {
    background-position: 0 68.1660899654%
}

.panama {
    background-position: 0 68.5121107266%
}

.papuanewguinea {
    background-position: 0 68.8581314879%
}

.paraguay {
    background-position: 0 69.2041522491%
}

.peru {
    background-position: 0 69.5501730104%
}

.philippines {
    background-position: 0 69.8961937716%
}

.pitcairn {
    background-position: 0 70.2422145329%
}

.poland {
    background-position: 0 70.5882352941%
}

.portugal {
    background-position: 0 70.9342560554%
}

.puertorico {
    background-position: 0 71.2802768166%
}

.qatar {
    background-position: 0 71.6262975779%
}

.quebec {
    background-position: 0 71.9723183391%
}

.redcross {
    background-position: 0 72.3183391003%
}

.reunion {
    background-position: 0 72.6643598616%
}

.romania {
    background-position: 0 73.0103806228%
}

.russia {
    background-position: 0 73.3564013841%
}

.rwanda {
    background-position: 0 73.7024221453%
}

.saintbarthelemy {
    background-position: 0 74.0484429066%
}

.sainthelena {
    background-position: 0 74.3944636678%
}

.saintlucia {
    background-position: 0 74.7404844291%
}

.saintmartin {
    background-position: 0 75.0865051903%
}

.saintpierreandmiquelon {
    background-position: 0 75.4325259516%
}

.samoa {
    background-position: 0 75.7785467128%
}

.sanmarino {
    background-position: 0 76.124567474%
}

.saotomeandprincipe {
    background-position: 0 76.4705882353%
}

.saudiarabia {
    background-position: 0 76.8166089965%
}

.scotland {
    background-position: 0 77.1626297578%
}

.senegal {
    background-position: 0 77.508650519%
}

.serbia {
    background-position: 0 77.8546712803%
}

.seychelles {
    background-position: 0 78.2006920415%
}

.sierraleone {
    background-position: 0 78.5467128028%
}

.singapore {
    background-position: 0 78.892733564%
}

.sintmaarten {
    background-position: 0 79.2387543253%
}

.slovakia {
    background-position: 0 79.5847750865%
}

.slovenia {
    background-position: 0 79.9307958478%
}

.solomonislands {
    background-position: 0 80.276816609%
}

.somalia {
    background-position: 0 80.6228373702%
}

.somaliland {
    background-position: 0 80.9688581315%
}

.southafrica {
    background-position: 0 81.3148788927%
}

.southamerica {
    background-position: 0 81.660899654%
}

.southgeorgiaandsouthsandwich {
    background-position: 0 82.0069204152%
}

.southkorea {
    background-position: 0 82.3529411765%
}

.southsudan {
    background-position: 0 82.6989619377%
}

.spain {
    background-position: 0 83.044982699%
}

.srilanka {
    background-position: 0 83.3910034602%
}

.srlmatches {
    background-position: 0 83.7370242215%
}

.stkittsandnevis {
    background-position: 0 84.0830449827%
}

.stvincentandthegrenadines {
    background-position: 0 84.4290657439%
}

.sudan {
    background-position: 0 84.7750865052%
}

.suriname {
    background-position: 0 85.1211072664%
}

.svalbardandjanmayen {
    background-position: 0 85.4671280277%
}

.swaziland {
    background-position: 0 85.8131487889%
}

.sweden {
    background-position: 0 86.1591695502%
}

.switzerland {
    background-position: 0 86.5051903114%
}

.syria {
    background-position: 0 86.8512110727%
}

.tahiti {
    background-position: 0 87.1972318339%
}

.taiwan {
    background-position: 0 87.5432525952%
}

.tajikistan {
    background-position: 0 87.8892733564%
}

.unitedrepublicoftanzania {
    background-position: 0 88.2352941176%
}

.thailand {
    background-position: 0 88.5813148789%
}

.timorleste {
    background-position: 0 88.9273356401%
}

.togo {
    background-position: 0 89.2733564014%
}

.tokelau {
    background-position: 0 89.6193771626%
}

.tonga {
    background-position: 0 89.9653979239%
}

.trinidadtobago {
    background-position: 0 90.3114186851%
}

.tristandacunha {
    background-position: 0 90.6574394464%
}

.tunisia {
    background-position: 0 91.0034602076%
}

.turkey {
    background-position: 0 91.3494809689%
}

.turkmenistan {
    background-position: 0 91.6955017301%
}

.turksandcaicosislands {
    background-position: 0 92.0415224913%
}

.tuvalu {
    background-position: 0 92.3875432526%
}

.uganda {
    background-position: 0 92.7335640138%
}

.ukraine {
    background-position: 0 93.0795847751%
}

.uae {
    background-position: 0 93.4256055363%
}

.unitedkingdom {
    background-position: 0 93.7716262976%
}

.uruguay {
    background-position: 0 94.1176470588%
}

.usa {
    background-position: 0 94.4636678201%
}

.uzbekistan {
    background-position: 0 94.8096885813%
}

.vanutau {
    background-position: 0 95.1557093426%
}

.vaticancity {
    background-position: 0 95.5017301038%
}

.venezuela {
    background-position: 0 95.8477508651%
}

.vietnam {
    background-position: 0 96.1937716263%
}

.virginislandsbritish {
    background-position: 0 96.5397923875%
}

.virginislandsus {
    background-position: 0 96.8858131488%
}

.wales {
    background-position: 0 97.23183391%
}

.wallisandfutuna {
    background-position: 0 97.5778546713%
}

.westernsahara {
    background-position: 0 97.9238754325%
}

.westindies {
    background-position: 0 98.2698961938%
}

.world {
    background-position: 0 98.615916955%
}

.yemen {
    background-position: 0 98.9619377163%
}

.zambia {
    background-position: 0 99.3079584775%
}

.zanzibar {
    background-position: 0 99.6539792388%
}

.zimbabwe {
    background-position: 0 100%
}

.popular-competitions-bg {
    color: #fff;
    background: #0050bf
}

.horizontal-sl-item-bc.popular-competitions .horizontal-sl-icon-bc {
    color: #0050bf
}

.horizontal-sl-item-bc.popular-competitions.active {
    background: #0050bf
}

.horizontal-sl-item-bc.popular-competitions.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.popular-competitions.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-popular-competitions,.live-calendar-market-bc .bc-i-popular-competitions,.multi-select-icon-bc.bc-i-popular-competitions,.sp-sub-list-bc.popular-competitions .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-popular-competitions {
    color: #fff
}

.sp-sub-list-bc.popular-competitions.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0050bf
}

.sp-sub-list-bc.popular-competitions .market-game-section.active:before {
    background: #0050bf
}

.e-sports .horizontal-sl-item-bc.popular-competitions .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-popular-competitions {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-popular-competitions,.e-sports .competition-icon-league-bc.bc-i-popular-competitions:after,.e-sports .competition-icon-league-bc.bc-i-popular-competitions~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-popular-competitions,.e-sports .e-sports-game-icon-back-nav.bc-i-popular-competitions:after,.e-sports .horizontal-sl-item-bc.popular-competitions,.e-sports .sp-s-l-h-flag-bc.bc-i-popular-competitions {
    background: linear-gradient(180deg,#0d72ff,#0050bf)
}

.e-sports .sp-sub-list-bc.popular-competitions:not(.selected):hover {
    background: rgba(0,80,191,.6);
    box-shadow: 0 0 8px 0 rgba(0,80,191,.6)
}

.e-sports .sp-sub-list-bc.popular-competitions.selected,.e-sports-popular-competitions .e-sports-time-start:before,.e-sports-popular-competitions .horizontal-sl-tab-bc:before,.e-sports-popular-competitions .main-tabs-bc .tab-bc:before,.sportsbook-center-section.popular-competitions .e-sports-time-start:before,.sportsbook-center-section.popular-competitions .horizontal-sl-tab-bc:before,.sportsbook-center-section.popular-competitions .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0d72ff,#0050bf)
}

.e-sports-match-container.popular-competitions .market-bc:hover {
    box-shadow: 0 0 20px 0 #0050bf
}

.e-sports-match-container.popular-competitions .market-bc.active,.e-sports-match-container.popular-competitions .market-bc:hover {
    color: #fff;
    background: #0050bf
}

.olympic-competitions-bg {
    color: #fff;
    background: #c63947
}

.horizontal-sl-item-bc.olympic-competitions .horizontal-sl-icon-bc {
    color: #c63947
}

.horizontal-sl-item-bc.olympic-competitions.active {
    background: #c63947
}

.horizontal-sl-item-bc.olympic-competitions.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.olympic-competitions.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-olympic-competitions,.live-calendar-market-bc .bc-i-olympic-competitions,.multi-select-icon-bc.bc-i-olympic-competitions,.sp-sub-list-bc.olympic-competitions .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-olympic-competitions {
    color: #c63947
}

.sp-sub-list-bc.olympic-competitions.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c63947
}

.sp-sub-list-bc.olympic-competitions .market-game-section.active:before {
    background: #c63947
}

.e-sports .horizontal-sl-item-bc.olympic-competitions .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-olympic-competitions {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-olympic-competitions,.e-sports .competition-icon-league-bc.bc-i-olympic-competitions:after,.e-sports .competition-icon-league-bc.bc-i-olympic-competitions~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-olympic-competitions,.e-sports .e-sports-game-icon-back-nav.bc-i-olympic-competitions:after,.e-sports .horizontal-sl-item-bc.olympic-competitions,.e-sports .sp-s-l-h-flag-bc.bc-i-olympic-competitions {
    background: linear-gradient(180deg,#d7747e,#c63947)
}

.e-sports .sp-sub-list-bc.olympic-competitions:not(.selected):hover {
    background: rgba(198,57,71,.6);
    box-shadow: 0 0 8px 0 rgba(198,57,71,.6)
}

.e-sports .sp-sub-list-bc.olympic-competitions.selected,.e-sports-olympic-competitions .e-sports-time-start:before,.e-sports-olympic-competitions .horizontal-sl-tab-bc:before,.e-sports-olympic-competitions .main-tabs-bc .tab-bc:before,.sportsbook-center-section.olympic-competitions .e-sports-time-start:before,.sportsbook-center-section.olympic-competitions .horizontal-sl-tab-bc:before,.sportsbook-center-section.olympic-competitions .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d7747e,#c63947)
}

.e-sports-match-container.olympic-competitions .market-bc:hover {
    box-shadow: 0 0 20px 0 #c63947
}

.e-sports-match-container.olympic-competitions .market-bc.active,.e-sports-match-container.olympic-competitions .market-bc:hover {
    color: #fff;
    background: #c63947
}

.favoritecompetitions-bg {
    color: #fff;
    background: gold
}

.horizontal-sl-item-bc.favoritecompetitions .horizontal-sl-icon-bc {
    color: gold
}

.horizontal-sl-item-bc.favoritecompetitions.active {
    background: gold
}

.horizontal-sl-item-bc.favoritecompetitions.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.favoritecompetitions.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-favoritecompetitions,.live-calendar-market-bc .bc-i-favoritecompetitions,.multi-select-icon-bc.bc-i-favoritecompetitions,.sp-sub-list-bc.favoritecompetitions .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-favoritecompetitions {
    color: gold
}

.sp-sub-list-bc.favoritecompetitions.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: gold
}

.sp-sub-list-bc.favoritecompetitions .market-game-section.active:before {
    background: gold
}

.e-sports .horizontal-sl-item-bc.favoritecompetitions .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-favoritecompetitions {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-favoritecompetitions,.e-sports .competition-icon-league-bc.bc-i-favoritecompetitions:after,.e-sports .competition-icon-league-bc.bc-i-favoritecompetitions~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-favoritecompetitions,.e-sports .e-sports-game-icon-back-nav.bc-i-favoritecompetitions:after,.e-sports .horizontal-sl-item-bc.favoritecompetitions,.e-sports .sp-s-l-h-flag-bc.bc-i-favoritecompetitions {
    background: linear-gradient(180deg,#ffe34d,gold)
}

.e-sports .sp-sub-list-bc.favoritecompetitions:not(.selected):hover {
    background: rgba(255,215,0,.6);
    box-shadow: 0 0 8px 0 rgba(255,215,0,.6)
}

.e-sports .sp-sub-list-bc.favoritecompetitions.selected,.e-sports-favoritecompetitions .e-sports-time-start:before,.e-sports-favoritecompetitions .horizontal-sl-tab-bc:before,.e-sports-favoritecompetitions .main-tabs-bc .tab-bc:before,.sportsbook-center-section.favoritecompetitions .e-sports-time-start:before,.sportsbook-center-section.favoritecompetitions .horizontal-sl-tab-bc:before,.sportsbook-center-section.favoritecompetitions .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ffe34d,gold)
}

.e-sports-match-container.favoritecompetitions .market-bc:hover {
    box-shadow: 0 0 20px 0 gold
}

.e-sports-match-container.favoritecompetitions .market-bc.active,.e-sports-match-container.favoritecompetitions .market-bc:hover {
    color: #fff;
    background: gold
}

.AirHockey-bg {
    color: #000;
    background: #86bad9
}

.horizontal-sl-item-bc.AirHockey .horizontal-sl-icon-bc {
    color: #86bad9
}

.horizontal-sl-item-bc.AirHockey.active {
    background: #86bad9
}

.horizontal-sl-item-bc.AirHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AirHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AirHockey,.live-calendar-market-bc .bc-i-AirHockey,.multi-select-icon-bc.bc-i-AirHockey,.sp-sub-list-bc.AirHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AirHockey {
    color: #86bad9
}

.sp-sub-list-bc.AirHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #86bad9
}

.sp-sub-list-bc.AirHockey .market-game-section.active:before {
    background: #86bad9
}

.e-sports .horizontal-sl-item-bc.AirHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AirHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AirHockey,.e-sports .competition-icon-league-bc.bc-i-AirHockey:after,.e-sports .competition-icon-league-bc.bc-i-AirHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AirHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-AirHockey:after,.e-sports .horizontal-sl-item-bc.AirHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-AirHockey {
    background: linear-gradient(180deg,#c0dbeb,#86bad9)
}

.e-sports .sp-sub-list-bc.AirHockey:not(.selected):hover {
    background: rgba(134,186,217,.6);
    box-shadow: 0 0 8px 0 rgba(134,186,217,.6)
}

.e-sports .sp-sub-list-bc.AirHockey.selected,.e-sports-AirHockey .e-sports-time-start:before,.e-sports-AirHockey .horizontal-sl-tab-bc:before,.e-sports-AirHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AirHockey .e-sports-time-start:before,.sportsbook-center-section.AirHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.AirHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c0dbeb,#86bad9)
}

.e-sports-match-container.AirHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #86bad9
}

.e-sports-match-container.AirHockey .market-bc.active,.e-sports-match-container.AirHockey .market-bc:hover {
    color: #fff;
    background: #86bad9
}

.AgeofEmpires-bg {
    color: #000;
    background: #c77e61
}

.horizontal-sl-item-bc.AgeofEmpires .horizontal-sl-icon-bc {
    color: #c77e61
}

.horizontal-sl-item-bc.AgeofEmpires.active {
    background: #c77e61
}

.horizontal-sl-item-bc.AgeofEmpires.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AgeofEmpires.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AgeofEmpires,.live-calendar-market-bc .bc-i-AgeofEmpires,.multi-select-icon-bc.bc-i-AgeofEmpires,.sp-sub-list-bc.AgeofEmpires .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AgeofEmpires {
    color: #c77e61
}

.sp-sub-list-bc.AgeofEmpires.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #c77e61
}

.sp-sub-list-bc.AgeofEmpires .market-game-section.active:before {
    background: #c77e61
}

.e-sports .horizontal-sl-item-bc.AgeofEmpires .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AgeofEmpires {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AgeofEmpires,.e-sports .competition-icon-league-bc.bc-i-AgeofEmpires:after,.e-sports .competition-icon-league-bc.bc-i-AgeofEmpires~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AgeofEmpires,.e-sports .e-sports-game-icon-back-nav.bc-i-AgeofEmpires:after,.e-sports .horizontal-sl-item-bc.AgeofEmpires,.e-sports .sp-s-l-h-flag-bc.bc-i-AgeofEmpires {
    background: linear-gradient(180deg,#dbac99,#c77e61)
}

.e-sports .sp-sub-list-bc.AgeofEmpires:not(.selected):hover {
    background: rgba(199,126,97,.6);
    box-shadow: 0 0 8px 0 rgba(199,126,97,.6)
}

.e-sports .sp-sub-list-bc.AgeofEmpires.selected,.e-sports-AgeofEmpires .e-sports-time-start:before,.e-sports-AgeofEmpires .horizontal-sl-tab-bc:before,.e-sports-AgeofEmpires .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AgeofEmpires .e-sports-time-start:before,.sportsbook-center-section.AgeofEmpires .horizontal-sl-tab-bc:before,.sportsbook-center-section.AgeofEmpires .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#dbac99,#c77e61)
}

.e-sports-match-container.AgeofEmpires .market-bc:hover {
    box-shadow: 0 0 20px 0 #c77e61
}

.e-sports-match-container.AgeofEmpires .market-bc.active,.e-sports-match-container.AgeofEmpires .market-bc:hover {
    color: #fff;
    background: #c77e61
}

.AllianceofValiantArms-bg {
    color: #fff;
    background: #847221
}

.horizontal-sl-item-bc.AllianceofValiantArms .horizontal-sl-icon-bc {
    color: #847221
}

.horizontal-sl-item-bc.AllianceofValiantArms.active {
    background: #847221
}

.horizontal-sl-item-bc.AllianceofValiantArms.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AllianceofValiantArms.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AllianceofValiantArms,.live-calendar-market-bc .bc-i-AllianceofValiantArms,.multi-select-icon-bc.bc-i-AllianceofValiantArms,.sp-sub-list-bc.AllianceofValiantArms .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AllianceofValiantArms {
    color: #847221
}

.sp-sub-list-bc.AllianceofValiantArms.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #847221
}

.sp-sub-list-bc.AllianceofValiantArms .market-game-section.active:before {
    background: #847221
}

.e-sports .horizontal-sl-item-bc.AllianceofValiantArms .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AllianceofValiantArms {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AllianceofValiantArms,.e-sports .competition-icon-league-bc.bc-i-AllianceofValiantArms:after,.e-sports .competition-icon-league-bc.bc-i-AllianceofValiantArms~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AllianceofValiantArms,.e-sports .e-sports-game-icon-back-nav.bc-i-AllianceofValiantArms:after,.e-sports .horizontal-sl-item-bc.AllianceofValiantArms,.e-sports .sp-s-l-h-flag-bc.bc-i-AllianceofValiantArms {
    background: linear-gradient(180deg,#c1a730,#847221)
}

.e-sports .sp-sub-list-bc.AllianceofValiantArms:not(.selected):hover {
    background: rgba(132,114,33,.6);
    box-shadow: 0 0 8px 0 rgba(132,114,33,.6)
}

.e-sports .sp-sub-list-bc.AllianceofValiantArms.selected,.e-sports-AllianceofValiantArms .e-sports-time-start:before,.e-sports-AllianceofValiantArms .horizontal-sl-tab-bc:before,.e-sports-AllianceofValiantArms .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AllianceofValiantArms .e-sports-time-start:before,.sportsbook-center-section.AllianceofValiantArms .horizontal-sl-tab-bc:before,.sportsbook-center-section.AllianceofValiantArms .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c1a730,#847221)
}

.e-sports-match-container.AllianceofValiantArms .market-bc:hover {
    box-shadow: 0 0 20px 0 #847221
}

.e-sports-match-container.AllianceofValiantArms .market-bc.active,.e-sports-match-container.AllianceofValiantArms .market-bc:hover {
    color: #fff;
    background: #847221
}

.AlpineSkiing-bg {
    color: #000;
    background: #93c6e5
}

.horizontal-sl-item-bc.AlpineSkiing .horizontal-sl-icon-bc {
    color: #93c6e5
}

.horizontal-sl-item-bc.AlpineSkiing.active {
    background: #93c6e5
}

.horizontal-sl-item-bc.AlpineSkiing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AlpineSkiing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AlpineSkiing,.live-calendar-market-bc .bc-i-AlpineSkiing,.multi-select-icon-bc.bc-i-AlpineSkiing,.sp-sub-list-bc.AlpineSkiing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AlpineSkiing {
    color: #93c6e5
}

.sp-sub-list-bc.AlpineSkiing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #93c6e5
}

.sp-sub-list-bc.AlpineSkiing .market-game-section.active:before {
    background: #93c6e5
}

.e-sports .horizontal-sl-item-bc.AlpineSkiing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AlpineSkiing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AlpineSkiing,.e-sports .competition-icon-league-bc.bc-i-AlpineSkiing:after,.e-sports .competition-icon-league-bc.bc-i-AlpineSkiing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AlpineSkiing,.e-sports .e-sports-game-icon-back-nav.bc-i-AlpineSkiing:after,.e-sports .horizontal-sl-item-bc.AlpineSkiing,.e-sports .sp-s-l-h-flag-bc.bc-i-AlpineSkiing {
    background: linear-gradient(180deg,#d1e7f4,#93c6e5)
}

.e-sports .sp-sub-list-bc.AlpineSkiing:not(.selected):hover {
    background: rgba(147,198,229,.6);
    box-shadow: 0 0 8px 0 rgba(147,198,229,.6)
}

.e-sports .sp-sub-list-bc.AlpineSkiing.selected,.e-sports-AlpineSkiing .e-sports-time-start:before,.e-sports-AlpineSkiing .horizontal-sl-tab-bc:before,.e-sports-AlpineSkiing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AlpineSkiing .e-sports-time-start:before,.sportsbook-center-section.AlpineSkiing .horizontal-sl-tab-bc:before,.sportsbook-center-section.AlpineSkiing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d1e7f4,#93c6e5)
}

.e-sports-match-container.AlpineSkiing .market-bc:hover {
    box-shadow: 0 0 20px 0 #93c6e5
}

.e-sports-match-container.AlpineSkiing .market-bc.active,.e-sports-match-container.AlpineSkiing .market-bc:hover {
    color: #fff;
    background: #93c6e5
}

.AmericanFootball-bg {
    color: #000;
    background: #e7685c
}

.horizontal-sl-item-bc.AmericanFootball .horizontal-sl-icon-bc {
    color: #e7685c
}

.horizontal-sl-item-bc.AmericanFootball.active {
    background: #e7685c
}

.horizontal-sl-item-bc.AmericanFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AmericanFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AmericanFootball,.live-calendar-market-bc .bc-i-AmericanFootball,.multi-select-icon-bc.bc-i-AmericanFootball,.sp-sub-list-bc.AmericanFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AmericanFootball {
    color: #e7685c
}

.sp-sub-list-bc.AmericanFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e7685c
}

.sp-sub-list-bc.AmericanFootball .market-game-section.active:before {
    background: #e7685c
}

.e-sports .horizontal-sl-item-bc.AmericanFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AmericanFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AmericanFootball,.e-sports .competition-icon-league-bc.bc-i-AmericanFootball:after,.e-sports .competition-icon-league-bc.bc-i-AmericanFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AmericanFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-AmericanFootball:after,.e-sports .horizontal-sl-item-bc.AmericanFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-AmericanFootball {
    background: linear-gradient(180deg,#f1a69f,#e7685c)
}

.e-sports .sp-sub-list-bc.AmericanFootball:not(.selected):hover {
    background: rgba(231,104,92,.6);
    box-shadow: 0 0 8px 0 rgba(231,104,92,.6)
}

.e-sports .sp-sub-list-bc.AmericanFootball.selected,.e-sports-AmericanFootball .e-sports-time-start:before,.e-sports-AmericanFootball .horizontal-sl-tab-bc:before,.e-sports-AmericanFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AmericanFootball .e-sports-time-start:before,.sportsbook-center-section.AmericanFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.AmericanFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f1a69f,#e7685c)
}

.e-sports-match-container.AmericanFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #e7685c
}

.e-sports-match-container.AmericanFootball .market-bc.active,.e-sports-match-container.AmericanFootball .market-bc:hover {
    color: #fff;
    background: #e7685c
}

.ApexLegends-bg {
    color: #fff;
    background: #a81b24
}

.horizontal-sl-item-bc.ApexLegends .horizontal-sl-icon-bc {
    color: #a81b24
}

.horizontal-sl-item-bc.ApexLegends.active {
    background: #a81b24
}

.horizontal-sl-item-bc.ApexLegends.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ApexLegends.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ApexLegends,.live-calendar-market-bc .bc-i-ApexLegends,.multi-select-icon-bc.bc-i-ApexLegends,.sp-sub-list-bc.ApexLegends .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ApexLegends {
    color: #a81b24
}

.sp-sub-list-bc.ApexLegends.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a81b24
}

.sp-sub-list-bc.ApexLegends .market-game-section.active:before {
    background: #a81b24
}

.e-sports .horizontal-sl-item-bc.ApexLegends .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ApexLegends {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ApexLegends,.e-sports .competition-icon-league-bc.bc-i-ApexLegends:after,.e-sports .competition-icon-league-bc.bc-i-ApexLegends~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ApexLegends,.e-sports .e-sports-game-icon-back-nav.bc-i-ApexLegends:after,.e-sports .horizontal-sl-item-bc.ApexLegends,.e-sports .sp-s-l-h-flag-bc.bc-i-ApexLegends {
    background: linear-gradient(180deg,#de323d,#a81b24)
}

.e-sports .sp-sub-list-bc.ApexLegends:not(.selected):hover {
    background: rgba(168,27,36,.6);
    box-shadow: 0 0 8px 0 rgba(168,27,36,.6)
}

.e-sports .sp-sub-list-bc.ApexLegends.selected,.e-sports-ApexLegends .e-sports-time-start:before,.e-sports-ApexLegends .horizontal-sl-tab-bc:before,.e-sports-ApexLegends .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ApexLegends .e-sports-time-start:before,.sportsbook-center-section.ApexLegends .horizontal-sl-tab-bc:before,.sportsbook-center-section.ApexLegends .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#de323d,#a81b24)
}

.e-sports-match-container.ApexLegends .market-bc:hover {
    box-shadow: 0 0 20px 0 #a81b24
}

.e-sports-match-container.ApexLegends .market-bc.active,.e-sports-match-container.ApexLegends .market-bc:hover {
    color: #fff;
    background: #a81b24
}

.Archery-bg {
    color: #000;
    background: #f781d9
}

.horizontal-sl-item-bc.Archery .horizontal-sl-icon-bc {
    color: #f781d9
}

.horizontal-sl-item-bc.Archery.active {
    background: #f781d9
}

.horizontal-sl-item-bc.Archery.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Archery.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Archery,.live-calendar-market-bc .bc-i-Archery,.multi-select-icon-bc.bc-i-Archery,.sp-sub-list-bc.Archery .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Archery {
    color: #f781d9
}

.sp-sub-list-bc.Archery.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #f781d9
}

.sp-sub-list-bc.Archery .market-game-section.active:before {
    background: #f781d9
}

.e-sports .horizontal-sl-item-bc.Archery .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Archery {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Archery,.e-sports .competition-icon-league-bc.bc-i-Archery:after,.e-sports .competition-icon-league-bc.bc-i-Archery~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Archery,.e-sports .e-sports-game-icon-back-nav.bc-i-Archery:after,.e-sports .horizontal-sl-item-bc.Archery,.e-sports .sp-s-l-h-flag-bc.bc-i-Archery {
    background: linear-gradient(180deg,#fcc9ef,#f781d9)
}

.e-sports .sp-sub-list-bc.Archery:not(.selected):hover {
    background: rgba(247,129,217,.6);
    box-shadow: 0 0 8px 0 rgba(247,129,217,.6)
}

.e-sports .sp-sub-list-bc.Archery.selected,.e-sports-Archery .e-sports-time-start:before,.e-sports-Archery .horizontal-sl-tab-bc:before,.e-sports-Archery .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Archery .e-sports-time-start:before,.sportsbook-center-section.Archery .horizontal-sl-tab-bc:before,.sportsbook-center-section.Archery .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fcc9ef,#f781d9)
}

.e-sports-match-container.Archery .market-bc:hover {
    box-shadow: 0 0 20px 0 #f781d9
}

.e-sports-match-container.Archery .market-bc.active,.e-sports-match-container.Archery .market-bc:hover {
    color: #fff;
    background: #f781d9
}

.ArcheryH2H-bg {
    color: #fff;
    background: #a43e8a
}

.horizontal-sl-item-bc.ArcheryH2H .horizontal-sl-icon-bc {
    color: #a43e8a
}

.horizontal-sl-item-bc.ArcheryH2H.active {
    background: #a43e8a
}

.horizontal-sl-item-bc.ArcheryH2H.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ArcheryH2H.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ArcheryH2H,.live-calendar-market-bc .bc-i-ArcheryH2H,.multi-select-icon-bc.bc-i-ArcheryH2H,.sp-sub-list-bc.ArcheryH2H .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ArcheryH2H {
    color: #a43e8a
}

.sp-sub-list-bc.ArcheryH2H.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a43e8a
}

.sp-sub-list-bc.ArcheryH2H .market-game-section.active:before {
    background: #a43e8a
}

.e-sports .horizontal-sl-item-bc.ArcheryH2H .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ArcheryH2H {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ArcheryH2H,.e-sports .competition-icon-league-bc.bc-i-ArcheryH2H:after,.e-sports .competition-icon-league-bc.bc-i-ArcheryH2H~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ArcheryH2H,.e-sports .e-sports-game-icon-back-nav.bc-i-ArcheryH2H:after,.e-sports .horizontal-sl-item-bc.ArcheryH2H,.e-sports .sp-s-l-h-flag-bc.bc-i-ArcheryH2H {
    background: linear-gradient(180deg,#c668ae,#a43e8a)
}

.e-sports .sp-sub-list-bc.ArcheryH2H:not(.selected):hover {
    background: rgba(164,62,138,.6);
    box-shadow: 0 0 8px 0 rgba(164,62,138,.6)
}

.e-sports .sp-sub-list-bc.ArcheryH2H.selected,.e-sports-ArcheryH2H .e-sports-time-start:before,.e-sports-ArcheryH2H .horizontal-sl-tab-bc:before,.e-sports-ArcheryH2H .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ArcheryH2H .e-sports-time-start:before,.sportsbook-center-section.ArcheryH2H .horizontal-sl-tab-bc:before,.sportsbook-center-section.ArcheryH2H .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c668ae,#a43e8a)
}

.e-sports-match-container.ArcheryH2H .market-bc:hover {
    box-shadow: 0 0 20px 0 #a43e8a
}

.CompoundArchery-bg,.e-sports-match-container.ArcheryH2H .market-bc.active,.e-sports-match-container.ArcheryH2H .market-bc:hover {
    color: #fff;
    background: #a43e8a
}

.horizontal-sl-item-bc.CompoundArchery .horizontal-sl-icon-bc {
    color: #a43e8a
}

.horizontal-sl-item-bc.CompoundArchery.active {
    background: #a43e8a
}

.horizontal-sl-item-bc.CompoundArchery.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CompoundArchery.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CompoundArchery,.live-calendar-market-bc .bc-i-CompoundArchery,.multi-select-icon-bc.bc-i-CompoundArchery,.sp-sub-list-bc.CompoundArchery .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CompoundArchery {
    color: #a43e8a
}

.sp-sub-list-bc.CompoundArchery.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a43e8a
}

.sp-sub-list-bc.CompoundArchery .market-game-section.active:before {
    background: #a43e8a
}

.e-sports .horizontal-sl-item-bc.CompoundArchery .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CompoundArchery {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CompoundArchery,.e-sports .competition-icon-league-bc.bc-i-CompoundArchery:after,.e-sports .competition-icon-league-bc.bc-i-CompoundArchery~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CompoundArchery,.e-sports .e-sports-game-icon-back-nav.bc-i-CompoundArchery:after,.e-sports .horizontal-sl-item-bc.CompoundArchery,.e-sports .sp-s-l-h-flag-bc.bc-i-CompoundArchery {
    background: linear-gradient(180deg,#c668ae,#a43e8a)
}

.e-sports .sp-sub-list-bc.CompoundArchery:not(.selected):hover {
    background: rgba(164,62,138,.6);
    box-shadow: 0 0 8px 0 rgba(164,62,138,.6)
}

.e-sports .sp-sub-list-bc.CompoundArchery.selected,.e-sports-CompoundArchery .e-sports-time-start:before,.e-sports-CompoundArchery .horizontal-sl-tab-bc:before,.e-sports-CompoundArchery .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CompoundArchery .e-sports-time-start:before,.sportsbook-center-section.CompoundArchery .horizontal-sl-tab-bc:before,.sportsbook-center-section.CompoundArchery .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c668ae,#a43e8a)
}

.e-sports-match-container.CompoundArchery .market-bc:hover {
    box-shadow: 0 0 20px 0 #a43e8a
}

.e-sports-match-container.CompoundArchery .market-bc.active,.e-sports-match-container.CompoundArchery .market-bc:hover {
    color: #fff;
    background: #a43e8a
}

.ArenaofValor-bg {
    color: #fff;
    background: #3b387f
}

.horizontal-sl-item-bc.ArenaofValor .horizontal-sl-icon-bc {
    color: #3b387f
}

.horizontal-sl-item-bc.ArenaofValor.active {
    background: #3b387f
}

.horizontal-sl-item-bc.ArenaofValor.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ArenaofValor.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ArenaofValor,.live-calendar-market-bc .bc-i-ArenaofValor,.multi-select-icon-bc.bc-i-ArenaofValor,.sp-sub-list-bc.ArenaofValor .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ArenaofValor {
    color: #3b387f
}

.sp-sub-list-bc.ArenaofValor.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #3b387f
}

.sp-sub-list-bc.ArenaofValor .market-game-section.active:before {
    background: #3b387f
}

.e-sports .horizontal-sl-item-bc.ArenaofValor .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ArenaofValor {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ArenaofValor,.e-sports .competition-icon-league-bc.bc-i-ArenaofValor:after,.e-sports .competition-icon-league-bc.bc-i-ArenaofValor~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ArenaofValor,.e-sports .e-sports-game-icon-back-nav.bc-i-ArenaofValor:after,.e-sports .horizontal-sl-item-bc.ArenaofValor,.e-sports .sp-s-l-h-flag-bc.bc-i-ArenaofValor {
    background: linear-gradient(180deg,#5551b2,#3b387f)
}

.e-sports .sp-sub-list-bc.ArenaofValor:not(.selected):hover {
    background: rgba(59,56,127,.6);
    box-shadow: 0 0 8px 0 rgba(59,56,127,.6)
}

.e-sports .sp-sub-list-bc.ArenaofValor.selected,.e-sports-ArenaofValor .e-sports-time-start:before,.e-sports-ArenaofValor .horizontal-sl-tab-bc:before,.e-sports-ArenaofValor .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ArenaofValor .e-sports-time-start:before,.sportsbook-center-section.ArenaofValor .horizontal-sl-tab-bc:before,.sportsbook-center-section.ArenaofValor .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5551b2,#3b387f)
}

.e-sports-match-container.ArenaofValor .market-bc:hover {
    box-shadow: 0 0 20px 0 #3b387f
}

.e-sports-match-container.ArenaofValor .market-bc.active,.e-sports-match-container.ArenaofValor .market-bc:hover {
    color: #fff;
    background: #3b387f
}

.Athletics-bg {
    color: #fff;
    background: #0b5b99
}

.horizontal-sl-item-bc.Athletics .horizontal-sl-icon-bc {
    color: #0b5b99
}

.horizontal-sl-item-bc.Athletics.active {
    background: #0b5b99
}

.horizontal-sl-item-bc.Athletics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Athletics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Athletics,.live-calendar-market-bc .bc-i-Athletics,.multi-select-icon-bc.bc-i-Athletics,.sp-sub-list-bc.Athletics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Athletics {
    color: #0b5b99
}

.sp-sub-list-bc.Athletics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0b5b99
}

.sp-sub-list-bc.Athletics .market-game-section.active:before {
    background: #0b5b99
}

.e-sports .horizontal-sl-item-bc.Athletics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Athletics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Athletics,.e-sports .competition-icon-league-bc.bc-i-Athletics:after,.e-sports .competition-icon-league-bc.bc-i-Athletics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Athletics,.e-sports .e-sports-game-icon-back-nav.bc-i-Athletics:after,.e-sports .horizontal-sl-item-bc.Athletics,.e-sports .sp-s-l-h-flag-bc.bc-i-Athletics {
    background: linear-gradient(180deg,#1085e0,#0b5b99)
}

.e-sports .sp-sub-list-bc.Athletics:not(.selected):hover {
    background: rgba(11,91,153,.6);
    box-shadow: 0 0 8px 0 rgba(11,91,153,.6)
}

.e-sports .sp-sub-list-bc.Athletics.selected,.e-sports-Athletics .e-sports-time-start:before,.e-sports-Athletics .horizontal-sl-tab-bc:before,.e-sports-Athletics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Athletics .e-sports-time-start:before,.sportsbook-center-section.Athletics .horizontal-sl-tab-bc:before,.sportsbook-center-section.Athletics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1085e0,#0b5b99)
}

.e-sports-match-container.Athletics .market-bc:hover {
    box-shadow: 0 0 20px 0 #0b5b99
}

.e-sports-match-container.Athletics .market-bc.active,.e-sports-match-container.Athletics .market-bc:hover {
    color: #fff;
    background: #0b5b99
}

.AustralianFootball-bg {
    color: #fff;
    background: #119a18
}

.horizontal-sl-item-bc.AustralianFootball .horizontal-sl-icon-bc {
    color: #119a18
}

.horizontal-sl-item-bc.AustralianFootball.active {
    background: #119a18
}

.horizontal-sl-item-bc.AustralianFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AustralianFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AustralianFootball,.live-calendar-market-bc .bc-i-AustralianFootball,.multi-select-icon-bc.bc-i-AustralianFootball,.sp-sub-list-bc.AustralianFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AustralianFootball {
    color: #119a18
}

.sp-sub-list-bc.AustralianFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #119a18
}

.sp-sub-list-bc.AustralianFootball .market-game-section.active:before {
    background: #119a18
}

.e-sports .horizontal-sl-item-bc.AustralianFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AustralianFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AustralianFootball,.e-sports .competition-icon-league-bc.bc-i-AustralianFootball:after,.e-sports .competition-icon-league-bc.bc-i-AustralianFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AustralianFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-AustralianFootball:after,.e-sports .horizontal-sl-item-bc.AustralianFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-AustralianFootball {
    background: linear-gradient(180deg,#19df23,#119a18)
}

.e-sports .sp-sub-list-bc.AustralianFootball:not(.selected):hover {
    background: rgba(17,154,24,.6);
    box-shadow: 0 0 8px 0 rgba(17,154,24,.6)
}

.e-sports .sp-sub-list-bc.AustralianFootball.selected,.e-sports-AustralianFootball .e-sports-time-start:before,.e-sports-AustralianFootball .horizontal-sl-tab-bc:before,.e-sports-AustralianFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AustralianFootball .e-sports-time-start:before,.sportsbook-center-section.AustralianFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.AustralianFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#19df23,#119a18)
}

.e-sports-match-container.AustralianFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #119a18
}

.e-sports-match-container.AustralianFootball .market-bc.active,.e-sports-match-container.AustralianFootball .market-bc:hover {
    color: #fff;
    background: #119a18
}

.AutoRacing-bg {
    color: #000;
    background: #ac9afd
}

.horizontal-sl-item-bc.AutoRacing .horizontal-sl-icon-bc {
    color: #ac9afd
}

.horizontal-sl-item-bc.AutoRacing.active {
    background: #ac9afd
}

.horizontal-sl-item-bc.AutoRacing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.AutoRacing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-AutoRacing,.live-calendar-market-bc .bc-i-AutoRacing,.multi-select-icon-bc.bc-i-AutoRacing,.sp-sub-list-bc.AutoRacing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-AutoRacing {
    color: #ac9afd
}

.sp-sub-list-bc.AutoRacing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ac9afd
}

.sp-sub-list-bc.AutoRacing .market-game-section.active:before {
    background: #ac9afd
}

.e-sports .horizontal-sl-item-bc.AutoRacing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-AutoRacing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-AutoRacing,.e-sports .competition-icon-league-bc.bc-i-AutoRacing:after,.e-sports .competition-icon-league-bc.bc-i-AutoRacing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-AutoRacing,.e-sports .e-sports-game-icon-back-nav.bc-i-AutoRacing:after,.e-sports .horizontal-sl-item-bc.AutoRacing,.e-sports .sp-s-l-h-flag-bc.bc-i-AutoRacing {
    background: linear-gradient(180deg,#eae5fe,#ac9afd)
}

.e-sports .sp-sub-list-bc.AutoRacing:not(.selected):hover {
    background: rgba(172,154,253,.6);
    box-shadow: 0 0 8px 0 rgba(172,154,253,.6)
}

.e-sports .sp-sub-list-bc.AutoRacing.selected,.e-sports-AutoRacing .e-sports-time-start:before,.e-sports-AutoRacing .horizontal-sl-tab-bc:before,.e-sports-AutoRacing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.AutoRacing .e-sports-time-start:before,.sportsbook-center-section.AutoRacing .horizontal-sl-tab-bc:before,.sportsbook-center-section.AutoRacing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#eae5fe,#ac9afd)
}

.e-sports-match-container.AutoRacing .market-bc:hover {
    box-shadow: 0 0 20px 0 #ac9afd
}

.e-sports-match-container.AutoRacing .market-bc.active,.e-sports-match-container.AutoRacing .market-bc:hover {
    color: #fff;
    background: #ac9afd
}

.Badminton-bg {
    color: #000;
    background: #70c2a7
}

.horizontal-sl-item-bc.Badminton .horizontal-sl-icon-bc {
    color: #70c2a7
}

.horizontal-sl-item-bc.Badminton.active {
    background: #70c2a7
}

.horizontal-sl-item-bc.Badminton.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Badminton.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Badminton,.live-calendar-market-bc .bc-i-Badminton,.multi-select-icon-bc.bc-i-Badminton,.sp-sub-list-bc.Badminton .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Badminton {
    color: #70c2a7
}

.sp-sub-list-bc.Badminton.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #70c2a7
}

.sp-sub-list-bc.Badminton .market-game-section.active:before {
    background: #70c2a7
}

.e-sports .horizontal-sl-item-bc.Badminton .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Badminton {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Badminton,.e-sports .competition-icon-league-bc.bc-i-Badminton:after,.e-sports .competition-icon-league-bc.bc-i-Badminton~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Badminton,.e-sports .e-sports-game-icon-back-nav.bc-i-Badminton:after,.e-sports .horizontal-sl-item-bc.Badminton,.e-sports .sp-s-l-h-flag-bc.bc-i-Badminton {
    background: linear-gradient(180deg,#a6d9c8,#70c2a7)
}

.e-sports .sp-sub-list-bc.Badminton:not(.selected):hover {
    background: rgba(112,194,167,.6);
    box-shadow: 0 0 8px 0 rgba(112,194,167,.6)
}

.e-sports .sp-sub-list-bc.Badminton.selected,.e-sports-Badminton .e-sports-time-start:before,.e-sports-Badminton .horizontal-sl-tab-bc:before,.e-sports-Badminton .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Badminton .e-sports-time-start:before,.sportsbook-center-section.Badminton .horizontal-sl-tab-bc:before,.sportsbook-center-section.Badminton .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a6d9c8,#70c2a7)
}

.e-sports-match-container.Badminton .market-bc:hover {
    box-shadow: 0 0 20px 0 #70c2a7
}

.e-sports-match-container.Badminton .market-bc.active,.e-sports-match-container.Badminton .market-bc:hover {
    color: #fff;
    background: #70c2a7
}

.BallHockey-bg {
    color: #fff;
    background: #168763
}

.horizontal-sl-item-bc.BallHockey .horizontal-sl-icon-bc {
    color: #168763
}

.horizontal-sl-item-bc.BallHockey.active {
    background: #168763
}

.horizontal-sl-item-bc.BallHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BallHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BallHockey,.live-calendar-market-bc .bc-i-BallHockey,.multi-select-icon-bc.bc-i-BallHockey,.sp-sub-list-bc.BallHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BallHockey {
    color: #168763
}

.sp-sub-list-bc.BallHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #168763
}

.sp-sub-list-bc.BallHockey .market-game-section.active:before {
    background: #168763
}

.e-sports .horizontal-sl-item-bc.BallHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BallHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BallHockey,.e-sports .competition-icon-league-bc.bc-i-BallHockey:after,.e-sports .competition-icon-league-bc.bc-i-BallHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BallHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-BallHockey:after,.e-sports .horizontal-sl-item-bc.BallHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-BallHockey {
    background: linear-gradient(180deg,#21c993,#168763)
}

.e-sports .sp-sub-list-bc.BallHockey:not(.selected):hover {
    background: rgba(22,135,99,.6);
    box-shadow: 0 0 8px 0 rgba(22,135,99,.6)
}

.e-sports .sp-sub-list-bc.BallHockey.selected,.e-sports-BallHockey .e-sports-time-start:before,.e-sports-BallHockey .horizontal-sl-tab-bc:before,.e-sports-BallHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BallHockey .e-sports-time-start:before,.sportsbook-center-section.BallHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.BallHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#21c993,#168763)
}

.e-sports-match-container.BallHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #168763
}

.e-sports-match-container.BallHockey .market-bc.active,.e-sports-match-container.BallHockey .market-bc:hover {
    color: #fff;
    background: #168763
}

.Bandy-bg {
    color: #fff;
    background: #5da167
}

.horizontal-sl-item-bc.Bandy .horizontal-sl-icon-bc {
    color: #5da167
}

.horizontal-sl-item-bc.Bandy.active {
    background: #5da167
}

.horizontal-sl-item-bc.Bandy.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Bandy.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Bandy,.live-calendar-market-bc .bc-i-Bandy,.multi-select-icon-bc.bc-i-Bandy,.sp-sub-list-bc.Bandy .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Bandy {
    color: #5da167
}

.sp-sub-list-bc.Bandy.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #5da167
}

.sp-sub-list-bc.Bandy .market-game-section.active:before {
    background: #5da167
}

.e-sports .horizontal-sl-item-bc.Bandy .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Bandy {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Bandy,.e-sports .competition-icon-league-bc.bc-i-Bandy:after,.e-sports .competition-icon-league-bc.bc-i-Bandy~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Bandy,.e-sports .e-sports-game-icon-back-nav.bc-i-Bandy:after,.e-sports .horizontal-sl-item-bc.Bandy,.e-sports .sp-s-l-h-flag-bc.bc-i-Bandy {
    background: linear-gradient(180deg,#8dbd94,#5da167)
}

.e-sports .sp-sub-list-bc.Bandy:not(.selected):hover {
    background: rgba(93,161,103,.6);
    box-shadow: 0 0 8px 0 rgba(93,161,103,.6)
}

.e-sports .sp-sub-list-bc.Bandy.selected,.e-sports-Bandy .e-sports-time-start:before,.e-sports-Bandy .horizontal-sl-tab-bc:before,.e-sports-Bandy .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Bandy .e-sports-time-start:before,.sportsbook-center-section.Bandy .horizontal-sl-tab-bc:before,.sportsbook-center-section.Bandy .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8dbd94,#5da167)
}

.e-sports-match-container.Bandy .market-bc:hover {
    box-shadow: 0 0 20px 0 #5da167
}

.e-sports-match-container.Bandy .market-bc.active,.e-sports-match-container.Bandy .market-bc:hover {
    color: #fff;
    background: #5da167
}

.Baseball-bg {
    color: #000;
    background: #5caaa7
}

.horizontal-sl-item-bc.Baseball .horizontal-sl-icon-bc {
    color: #5caaa7
}

.horizontal-sl-item-bc.Baseball.active {
    background: #5caaa7
}

.horizontal-sl-item-bc.Baseball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Baseball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Baseball,.live-calendar-market-bc .bc-i-Baseball,.multi-select-icon-bc.bc-i-Baseball,.sp-sub-list-bc.Baseball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Baseball {
    color: #5caaa7
}

.sp-sub-list-bc.Baseball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #5caaa7
}

.sp-sub-list-bc.Baseball .market-game-section.active:before {
    background: #5caaa7
}

.e-sports .horizontal-sl-item-bc.Baseball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Baseball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Baseball,.e-sports .competition-icon-league-bc.bc-i-Baseball:after,.e-sports .competition-icon-league-bc.bc-i-Baseball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Baseball,.e-sports .e-sports-game-icon-back-nav.bc-i-Baseball:after,.e-sports .horizontal-sl-item-bc.Baseball,.e-sports .sp-s-l-h-flag-bc.bc-i-Baseball {
    background: linear-gradient(180deg,#8ec4c2,#5caaa7)
}

.e-sports .sp-sub-list-bc.Baseball:not(.selected):hover {
    background: rgba(92,170,167,.6);
    box-shadow: 0 0 8px 0 rgba(92,170,167,.6)
}

.e-sports .sp-sub-list-bc.Baseball.selected,.e-sports-Baseball .e-sports-time-start:before,.e-sports-Baseball .horizontal-sl-tab-bc:before,.e-sports-Baseball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Baseball .e-sports-time-start:before,.sportsbook-center-section.Baseball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Baseball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8ec4c2,#5caaa7)
}

.e-sports-match-container.Baseball .market-bc:hover {
    box-shadow: 0 0 20px 0 #5caaa7
}

.e-sports-match-container.Baseball .market-bc.active,.e-sports-match-container.Baseball .market-bc:hover {
    color: #fff;
    background: #5caaa7
}

.Basketball-bg {
    color: #fff;
    background: #fca601
}

.horizontal-sl-item-bc.Basketball .horizontal-sl-icon-bc {
    color: #fca601
}

.horizontal-sl-item-bc.Basketball.active {
    background: #fca601
}

.horizontal-sl-item-bc.Basketball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Basketball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Basketball,.live-calendar-market-bc .bc-i-Basketball,.multi-select-icon-bc.bc-i-Basketball,.sp-sub-list-bc.Basketball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Basketball {
    color: #fca601
}

.sp-sub-list-bc.Basketball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #fca601
}

.sp-sub-list-bc.Basketball .market-game-section.active:before {
    background: #fca601
}

.e-sports .horizontal-sl-item-bc.Basketball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Basketball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Basketball,.e-sports .competition-icon-league-bc.bc-i-Basketball:after,.e-sports .competition-icon-league-bc.bc-i-Basketball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Basketball,.e-sports .e-sports-game-icon-back-nav.bc-i-Basketball:after,.e-sports .horizontal-sl-item-bc.Basketball,.e-sports .sp-s-l-h-flag-bc.bc-i-Basketball {
    background: linear-gradient(180deg,#fec14b,#fca601)
}

.e-sports .sp-sub-list-bc.Basketball:not(.selected):hover {
    background: rgba(252,166,1,.6);
    box-shadow: 0 0 8px 0 rgba(252,166,1,.6)
}

.e-sports .sp-sub-list-bc.Basketball.selected,.e-sports-Basketball .e-sports-time-start:before,.e-sports-Basketball .horizontal-sl-tab-bc:before,.e-sports-Basketball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Basketball .e-sports-time-start:before,.sportsbook-center-section.Basketball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Basketball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fec14b,#fca601)
}

.e-sports-match-container.Basketball .market-bc:hover {
    box-shadow: 0 0 20px 0 #fca601
}

.e-sports-match-container.Basketball .market-bc.active,.e-sports-match-container.Basketball .market-bc:hover {
    color: #fff;
    background: #fca601
}

.\33 x3Basketball-bg {
    color: #000;
    background: #e1572a
}

.horizontal-sl-item-bc.\33 x3Basketball .horizontal-sl-icon-bc {
    color: #e1572a
}

.horizontal-sl-item-bc.\33 x3Basketball.active {
    background: #e1572a
}

.horizontal-sl-item-bc.\33 x3Basketball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.\33 x3Basketball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-3x3Basketball,.live-calendar-market-bc .bc-i-3x3Basketball,.multi-select-icon-bc.bc-i-3x3Basketball,.sp-sub-list-bc.\33 x3Basketball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-3x3Basketball {
    color: #e1572a
}

.sp-sub-list-bc.\33 x3Basketball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e1572a
}

.sp-sub-list-bc.\33 x3Basketball .market-game-section.active:before {
    background: #e1572a
}

.e-sports .horizontal-sl-item-bc.\33 x3Basketball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-3x3Basketball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-3x3Basketball,.e-sports .competition-icon-league-bc.bc-i-3x3Basketball:after,.e-sports .competition-icon-league-bc.bc-i-3x3Basketball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-3x3Basketball,.e-sports .e-sports-game-icon-back-nav.bc-i-3x3Basketball:after,.e-sports .horizontal-sl-item-bc.\33 x3Basketball,.e-sports .sp-s-l-h-flag-bc.bc-i-3x3Basketball {
    background: linear-gradient(180deg,#ea8c6d,#e1572a)
}

.e-sports .sp-sub-list-bc.\33 x3Basketball:not(.selected):hover {
    background: rgba(225,87,42,.6);
    box-shadow: 0 0 8px 0 rgba(225,87,42,.6)
}

.e-sports .sp-sub-list-bc.\33 x3Basketball.selected,.e-sports-3x3Basketball .e-sports-time-start:before,.e-sports-3x3Basketball .horizontal-sl-tab-bc:before,.e-sports-3x3Basketball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.\33 x3Basketball .e-sports-time-start:before,.sportsbook-center-section.\33 x3Basketball .horizontal-sl-tab-bc:before,.sportsbook-center-section.\33 x3Basketball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ea8c6d,#e1572a)
}

.e-sports-match-container.\33 x3Basketball .market-bc:hover {
    box-shadow: 0 0 20px 0 #e1572a
}

.e-sports-match-container.\33 x3Basketball .market-bc.active,.e-sports-match-container.\33 x3Basketball .market-bc:hover {
    color: #fff;
    background: #e1572a
}

.BasketballShots-bg {
    color: #fff;
    background: #fca601
}

.horizontal-sl-item-bc.BasketballShots .horizontal-sl-icon-bc {
    color: #fca601
}

.horizontal-sl-item-bc.BasketballShots.active {
    background: #fca601
}

.horizontal-sl-item-bc.BasketballShots.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BasketballShots.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BasketballShots,.live-calendar-market-bc .bc-i-BasketballShots,.multi-select-icon-bc.bc-i-BasketballShots,.sp-sub-list-bc.BasketballShots .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BasketballShots {
    color: #fca601
}

.sp-sub-list-bc.BasketballShots.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #fca601
}

.sp-sub-list-bc.BasketballShots .market-game-section.active:before {
    background: #fca601
}

.e-sports .horizontal-sl-item-bc.BasketballShots .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BasketballShots {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BasketballShots,.e-sports .competition-icon-league-bc.bc-i-BasketballShots:after,.e-sports .competition-icon-league-bc.bc-i-BasketballShots~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BasketballShots,.e-sports .e-sports-game-icon-back-nav.bc-i-BasketballShots:after,.e-sports .horizontal-sl-item-bc.BasketballShots,.e-sports .sp-s-l-h-flag-bc.bc-i-BasketballShots {
    background: linear-gradient(180deg,#fec14b,#fca601)
}

.e-sports .sp-sub-list-bc.BasketballShots:not(.selected):hover {
    background: rgba(252,166,1,.6);
    box-shadow: 0 0 8px 0 rgba(252,166,1,.6)
}

.e-sports .sp-sub-list-bc.BasketballShots.selected,.e-sports-BasketballShots .e-sports-time-start:before,.e-sports-BasketballShots .horizontal-sl-tab-bc:before,.e-sports-BasketballShots .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BasketballShots .e-sports-time-start:before,.sportsbook-center-section.BasketballShots .horizontal-sl-tab-bc:before,.sportsbook-center-section.BasketballShots .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fec14b,#fca601)
}

.e-sports-match-container.BasketballShots .market-bc:hover {
    box-shadow: 0 0 20px 0 #fca601
}

.e-sports-match-container.BasketballShots .market-bc.active,.e-sports-match-container.BasketballShots .market-bc:hover {
    color: #fff;
    background: #fca601
}

.BeachHandball-bg {
    color: #000;
    background: #ccbb87
}

.horizontal-sl-item-bc.BeachHandball .horizontal-sl-icon-bc {
    color: #ccbb87
}

.horizontal-sl-item-bc.BeachHandball.active {
    background: #ccbb87
}

.horizontal-sl-item-bc.BeachHandball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BeachHandball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BeachHandball,.live-calendar-market-bc .bc-i-BeachHandball,.multi-select-icon-bc.bc-i-BeachHandball,.sp-sub-list-bc.BeachHandball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BeachHandball {
    color: #ccbb87
}

.sp-sub-list-bc.BeachHandball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ccbb87
}

.sp-sub-list-bc.BeachHandball .market-game-section.active:before {
    background: #ccbb87
}

.e-sports .horizontal-sl-item-bc.BeachHandball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachHandball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BeachHandball,.e-sports .competition-icon-league-bc.bc-i-BeachHandball:after,.e-sports .competition-icon-league-bc.bc-i-BeachHandball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachHandball,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachHandball:after,.e-sports .horizontal-sl-item-bc.BeachHandball,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachHandball {
    background: linear-gradient(180deg,#e3d9bd,#ccbb87)
}

.e-sports .sp-sub-list-bc.BeachHandball:not(.selected):hover {
    background: rgba(204,187,135,.6);
    box-shadow: 0 0 8px 0 rgba(204,187,135,.6)
}

.e-sports .sp-sub-list-bc.BeachHandball.selected,.e-sports-BeachHandball .e-sports-time-start:before,.e-sports-BeachHandball .horizontal-sl-tab-bc:before,.e-sports-BeachHandball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BeachHandball .e-sports-time-start:before,.sportsbook-center-section.BeachHandball .horizontal-sl-tab-bc:before,.sportsbook-center-section.BeachHandball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e3d9bd,#ccbb87)
}

.e-sports-match-container.BeachHandball .market-bc:hover {
    box-shadow: 0 0 20px 0 #ccbb87
}

.e-sports-match-container.BeachHandball .market-bc.active,.e-sports-match-container.BeachHandball .market-bc:hover {
    color: #fff;
    background: #ccbb87
}

.BeachSoccer-bg {
    color: #000;
    background: #bfaf7e
}

.horizontal-sl-item-bc.BeachSoccer .horizontal-sl-icon-bc {
    color: #bfaf7e
}

.horizontal-sl-item-bc.BeachSoccer.active {
    background: #bfaf7e
}

.horizontal-sl-item-bc.BeachSoccer.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BeachSoccer.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BeachSoccer,.live-calendar-market-bc .bc-i-BeachSoccer,.multi-select-icon-bc.bc-i-BeachSoccer,.sp-sub-list-bc.BeachSoccer .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BeachSoccer {
    color: #bfaf7e
}

.sp-sub-list-bc.BeachSoccer.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #bfaf7e
}

.sp-sub-list-bc.BeachSoccer .market-game-section.active:before {
    background: #bfaf7e
}

.e-sports .horizontal-sl-item-bc.BeachSoccer .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachSoccer {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BeachSoccer,.e-sports .competition-icon-league-bc.bc-i-BeachSoccer:after,.e-sports .competition-icon-league-bc.bc-i-BeachSoccer~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachSoccer,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachSoccer:after,.e-sports .horizontal-sl-item-bc.BeachSoccer,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachSoccer {
    background: linear-gradient(180deg,#d8cfb1,#bfaf7e)
}

.e-sports .sp-sub-list-bc.BeachSoccer:not(.selected):hover {
    background: rgba(191,175,126,.6);
    box-shadow: 0 0 8px 0 rgba(191,175,126,.6)
}

.e-sports .sp-sub-list-bc.BeachSoccer.selected,.e-sports-BeachSoccer .e-sports-time-start:before,.e-sports-BeachSoccer .horizontal-sl-tab-bc:before,.e-sports-BeachSoccer .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BeachSoccer .e-sports-time-start:before,.sportsbook-center-section.BeachSoccer .horizontal-sl-tab-bc:before,.sportsbook-center-section.BeachSoccer .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d8cfb1,#bfaf7e)
}

.e-sports-match-container.BeachSoccer .market-bc:hover {
    box-shadow: 0 0 20px 0 #bfaf7e
}

.e-sports-match-container.BeachSoccer .market-bc.active,.e-sports-match-container.BeachSoccer .market-bc:hover {
    color: #fff;
    background: #bfaf7e
}

.BeachFootball-bg {
    color: #000;
    background: #bfaf7e
}

.horizontal-sl-item-bc.BeachFootball .horizontal-sl-icon-bc {
    color: #bfaf7e
}

.horizontal-sl-item-bc.BeachFootball.active {
    background: #bfaf7e
}

.horizontal-sl-item-bc.BeachFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BeachFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BeachFootball,.live-calendar-market-bc .bc-i-BeachFootball,.multi-select-icon-bc.bc-i-BeachFootball,.sp-sub-list-bc.BeachFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BeachFootball {
    color: #bfaf7e
}

.sp-sub-list-bc.BeachFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #bfaf7e
}

.sp-sub-list-bc.BeachFootball .market-game-section.active:before {
    background: #bfaf7e
}

.e-sports .horizontal-sl-item-bc.BeachFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BeachFootball,.e-sports .competition-icon-league-bc.bc-i-BeachFootball:after,.e-sports .competition-icon-league-bc.bc-i-BeachFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachFootball:after,.e-sports .horizontal-sl-item-bc.BeachFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachFootball {
    background: linear-gradient(180deg,#d8cfb1,#bfaf7e)
}

.e-sports .sp-sub-list-bc.BeachFootball:not(.selected):hover {
    background: rgba(191,175,126,.6);
    box-shadow: 0 0 8px 0 rgba(191,175,126,.6)
}

.e-sports .sp-sub-list-bc.BeachFootball.selected,.e-sports-BeachFootball .e-sports-time-start:before,.e-sports-BeachFootball .horizontal-sl-tab-bc:before,.e-sports-BeachFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BeachFootball .e-sports-time-start:before,.sportsbook-center-section.BeachFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.BeachFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d8cfb1,#bfaf7e)
}

.e-sports-match-container.BeachFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #bfaf7e
}

.e-sports-match-container.BeachFootball .market-bc.active,.e-sports-match-container.BeachFootball .market-bc:hover {
    color: #fff;
    background: #bfaf7e
}

.BeachVolleyball-bg {
    color: #000;
    background: #d9c68f
}

.horizontal-sl-item-bc.BeachVolleyball .horizontal-sl-icon-bc {
    color: #d9c68f
}

.horizontal-sl-item-bc.BeachVolleyball.active {
    background: #d9c68f
}

.horizontal-sl-item-bc.BeachVolleyball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BeachVolleyball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BeachVolleyball,.live-calendar-market-bc .bc-i-BeachVolleyball,.multi-select-icon-bc.bc-i-BeachVolleyball,.sp-sub-list-bc.BeachVolleyball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BeachVolleyball {
    color: #d9c68f
}

.sp-sub-list-bc.BeachVolleyball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #d9c68f
}

.sp-sub-list-bc.BeachVolleyball .market-game-section.active:before {
    background: #d9c68f
}

.e-sports .horizontal-sl-item-bc.BeachVolleyball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachVolleyball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BeachVolleyball,.e-sports .competition-icon-league-bc.bc-i-BeachVolleyball:after,.e-sports .competition-icon-league-bc.bc-i-BeachVolleyball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachVolleyball,.e-sports .e-sports-game-icon-back-nav.bc-i-BeachVolleyball:after,.e-sports .horizontal-sl-item-bc.BeachVolleyball,.e-sports .sp-s-l-h-flag-bc.bc-i-BeachVolleyball {
    background: linear-gradient(180deg,#ece3c8,#d9c68f)
}

.e-sports .sp-sub-list-bc.BeachVolleyball:not(.selected):hover {
    background: rgba(217,198,143,.6);
    box-shadow: 0 0 8px 0 rgba(217,198,143,.6)
}

.e-sports .sp-sub-list-bc.BeachVolleyball.selected,.e-sports-BeachVolleyball .e-sports-time-start:before,.e-sports-BeachVolleyball .horizontal-sl-tab-bc:before,.e-sports-BeachVolleyball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BeachVolleyball .e-sports-time-start:before,.sportsbook-center-section.BeachVolleyball .horizontal-sl-tab-bc:before,.sportsbook-center-section.BeachVolleyball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ece3c8,#d9c68f)
}

.e-sports-match-container.BeachVolleyball .market-bc:hover {
    box-shadow: 0 0 20px 0 #d9c68f
}

.e-sports-match-container.BeachVolleyball .market-bc.active,.e-sports-match-container.BeachVolleyball .market-bc:hover {
    color: #fff;
    background: #d9c68f
}

.BrawlStars-bg {
    color: #000;
    background: #ff9317
}

.horizontal-sl-item-bc.BrawlStars .horizontal-sl-icon-bc {
    color: #ff9317
}

.horizontal-sl-item-bc.BrawlStars.active {
    background: #ff9317
}

.horizontal-sl-item-bc.BrawlStars.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.BrawlStars.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-BrawlStars,.live-calendar-market-bc .bc-i-BrawlStars,.multi-select-icon-bc.bc-i-BrawlStars,.sp-sub-list-bc.BrawlStars .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-BrawlStars {
    color: #ff9317
}

.sp-sub-list-bc.BrawlStars.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ff9317
}

.sp-sub-list-bc.BrawlStars .market-game-section.active:before {
    background: #ff9317
}

.e-sports .horizontal-sl-item-bc.BrawlStars .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-BrawlStars {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-BrawlStars,.e-sports .competition-icon-league-bc.bc-i-BrawlStars:after,.e-sports .competition-icon-league-bc.bc-i-BrawlStars~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-BrawlStars,.e-sports .e-sports-game-icon-back-nav.bc-i-BrawlStars:after,.e-sports .horizontal-sl-item-bc.BrawlStars,.e-sports .sp-s-l-h-flag-bc.bc-i-BrawlStars {
    background: linear-gradient(180deg,#ffb764,#ff9317)
}

.e-sports .sp-sub-list-bc.BrawlStars:not(.selected):hover {
    background: rgba(255,147,23,.6);
    box-shadow: 0 0 8px 0 rgba(255,147,23,.6)
}

.e-sports .sp-sub-list-bc.BrawlStars.selected,.e-sports-BrawlStars .e-sports-time-start:before,.e-sports-BrawlStars .horizontal-sl-tab-bc:before,.e-sports-BrawlStars .main-tabs-bc .tab-bc:before,.sportsbook-center-section.BrawlStars .e-sports-time-start:before,.sportsbook-center-section.BrawlStars .horizontal-sl-tab-bc:before,.sportsbook-center-section.BrawlStars .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ffb764,#ff9317)
}

.e-sports-match-container.BrawlStars .market-bc:hover {
    box-shadow: 0 0 20px 0 #ff9317
}

.e-sports-match-container.BrawlStars .market-bc.active,.e-sports-match-container.BrawlStars .market-bc:hover {
    color: #fff;
    background: #ff9317
}

.Biathlon-bg {
    color: #000;
    background: #bedbed
}

.horizontal-sl-item-bc.Biathlon .horizontal-sl-icon-bc {
    color: #bedbed
}

.horizontal-sl-item-bc.Biathlon.active {
    background: #bedbed
}

.horizontal-sl-item-bc.Biathlon.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Biathlon.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Biathlon,.live-calendar-market-bc .bc-i-Biathlon,.multi-select-icon-bc.bc-i-Biathlon,.sp-sub-list-bc.Biathlon .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Biathlon {
    color: #bedbed
}

.sp-sub-list-bc.Biathlon.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #bedbed
}

.sp-sub-list-bc.Biathlon .market-game-section.active:before {
    background: #bedbed
}

.e-sports .horizontal-sl-item-bc.Biathlon .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Biathlon {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Biathlon,.e-sports .competition-icon-league-bc.bc-i-Biathlon:after,.e-sports .competition-icon-league-bc.bc-i-Biathlon~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Biathlon,.e-sports .e-sports-game-icon-back-nav.bc-i-Biathlon:after,.e-sports .horizontal-sl-item-bc.Biathlon,.e-sports .sp-s-l-h-flag-bc.bc-i-Biathlon {
    background: linear-gradient(180deg,#fafcfe,#bedbed)
}

.e-sports .sp-sub-list-bc.Biathlon:not(.selected):hover {
    background: rgba(190,219,237,.6);
    box-shadow: 0 0 8px 0 rgba(190,219,237,.6)
}

.e-sports .sp-sub-list-bc.Biathlon.selected,.e-sports-Biathlon .e-sports-time-start:before,.e-sports-Biathlon .horizontal-sl-tab-bc:before,.e-sports-Biathlon .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Biathlon .e-sports-time-start:before,.sportsbook-center-section.Biathlon .horizontal-sl-tab-bc:before,.sportsbook-center-section.Biathlon .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fafcfe,#bedbed)
}

.e-sports-match-container.Biathlon .market-bc:hover {
    box-shadow: 0 0 20px 0 #bedbed
}

.e-sports-match-container.Biathlon .market-bc.active,.e-sports-match-container.Biathlon .market-bc:hover {
    color: #fff;
    background: #bedbed
}

.Boxing-bg {
    color: #fff;
    background: #0e7acc
}

.horizontal-sl-item-bc.Boxing .horizontal-sl-icon-bc {
    color: #0e7acc
}

.horizontal-sl-item-bc.Boxing.active {
    background: #0e7acc
}

.horizontal-sl-item-bc.Boxing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Boxing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Boxing,.live-calendar-market-bc .bc-i-Boxing,.multi-select-icon-bc.bc-i-Boxing,.sp-sub-list-bc.Boxing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Boxing {
    color: #0e7acc
}

.sp-sub-list-bc.Boxing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0e7acc
}

.sp-sub-list-bc.Boxing .market-game-section.active:before {
    background: #0e7acc
}

.e-sports .horizontal-sl-item-bc.Boxing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Boxing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Boxing,.e-sports .competition-icon-league-bc.bc-i-Boxing:after,.e-sports .competition-icon-league-bc.bc-i-Boxing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Boxing,.e-sports .e-sports-game-icon-back-nav.bc-i-Boxing:after,.e-sports .horizontal-sl-item-bc.Boxing,.e-sports .sp-s-l-h-flag-bc.bc-i-Boxing {
    background: linear-gradient(180deg,#35a0f1,#0e7acc)
}

.e-sports .sp-sub-list-bc.Boxing:not(.selected):hover {
    background: rgba(14,122,204,.6);
    box-shadow: 0 0 8px 0 rgba(14,122,204,.6)
}

.e-sports .sp-sub-list-bc.Boxing.selected,.e-sports-Boxing .e-sports-time-start:before,.e-sports-Boxing .horizontal-sl-tab-bc:before,.e-sports-Boxing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Boxing .e-sports-time-start:before,.sportsbook-center-section.Boxing .horizontal-sl-tab-bc:before,.sportsbook-center-section.Boxing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#35a0f1,#0e7acc)
}

.e-sports-match-container.Boxing .market-bc:hover {
    box-shadow: 0 0 20px 0 #0e7acc
}

.e-sports-match-container.Boxing .market-bc.active,.e-sports-match-container.Boxing .market-bc:hover {
    color: #fff;
    background: #0e7acc
}

.CallOfDuty-bg {
    color: #fff;
    background: #826b4a
}

.horizontal-sl-item-bc.CallOfDuty .horizontal-sl-icon-bc {
    color: #826b4a
}

.horizontal-sl-item-bc.CallOfDuty.active {
    background: #826b4a
}

.horizontal-sl-item-bc.CallOfDuty.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CallOfDuty.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CallOfDuty,.live-calendar-market-bc .bc-i-CallOfDuty,.multi-select-icon-bc.bc-i-CallOfDuty,.sp-sub-list-bc.CallOfDuty .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CallOfDuty {
    color: #826b4a
}

.sp-sub-list-bc.CallOfDuty.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #826b4a
}

.sp-sub-list-bc.CallOfDuty .market-game-section.active:before {
    background: #826b4a
}

.e-sports .horizontal-sl-item-bc.CallOfDuty .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CallOfDuty {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CallOfDuty,.e-sports .competition-icon-league-bc.bc-i-CallOfDuty:after,.e-sports .competition-icon-league-bc.bc-i-CallOfDuty~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CallOfDuty,.e-sports .e-sports-game-icon-back-nav.bc-i-CallOfDuty:after,.e-sports .horizontal-sl-item-bc.CallOfDuty,.e-sports .sp-s-l-h-flag-bc.bc-i-CallOfDuty {
    background: linear-gradient(180deg,#ac926d,#826b4a)
}

.e-sports .sp-sub-list-bc.CallOfDuty:not(.selected):hover {
    background: rgba(130,107,74,.6);
    box-shadow: 0 0 8px 0 rgba(130,107,74,.6)
}

.e-sports .sp-sub-list-bc.CallOfDuty.selected,.e-sports-CallOfDuty .e-sports-time-start:before,.e-sports-CallOfDuty .horizontal-sl-tab-bc:before,.e-sports-CallOfDuty .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CallOfDuty .e-sports-time-start:before,.sportsbook-center-section.CallOfDuty .horizontal-sl-tab-bc:before,.sportsbook-center-section.CallOfDuty .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ac926d,#826b4a)
}

.e-sports-match-container.CallOfDuty .market-bc:hover {
    box-shadow: 0 0 20px 0 #826b4a
}

.e-sports-match-container.CallOfDuty .market-bc.active,.e-sports-match-container.CallOfDuty .market-bc:hover {
    color: #fff;
    background: #826b4a
}

.Canoe-bg {
    color: #fff;
    background: #0d72bf
}

.horizontal-sl-item-bc.Canoe .horizontal-sl-icon-bc {
    color: #0d72bf
}

.horizontal-sl-item-bc.Canoe.active {
    background: #0d72bf
}

.horizontal-sl-item-bc.Canoe.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Canoe.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Canoe,.live-calendar-market-bc .bc-i-Canoe,.multi-select-icon-bc.bc-i-Canoe,.sp-sub-list-bc.Canoe .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Canoe {
    color: #0d72bf
}

.sp-sub-list-bc.Canoe.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0d72bf
}

.sp-sub-list-bc.Canoe .market-game-section.active:before {
    background: #0d72bf
}

.e-sports .horizontal-sl-item-bc.Canoe .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Canoe {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Canoe,.e-sports .competition-icon-league-bc.bc-i-Canoe:after,.e-sports .competition-icon-league-bc.bc-i-Canoe~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Canoe,.e-sports .e-sports-game-icon-back-nav.bc-i-Canoe:after,.e-sports .horizontal-sl-item-bc.Canoe,.e-sports .sp-s-l-h-flag-bc.bc-i-Canoe {
    background: linear-gradient(180deg,#289af0,#0d72bf)
}

.e-sports .sp-sub-list-bc.Canoe:not(.selected):hover {
    background: rgba(13,114,191,.6);
    box-shadow: 0 0 8px 0 rgba(13,114,191,.6)
}

.e-sports .sp-sub-list-bc.Canoe.selected,.e-sports-Canoe .e-sports-time-start:before,.e-sports-Canoe .horizontal-sl-tab-bc:before,.e-sports-Canoe .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Canoe .e-sports-time-start:before,.sportsbook-center-section.Canoe .horizontal-sl-tab-bc:before,.sportsbook-center-section.Canoe .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#289af0,#0d72bf)
}

.e-sports-match-container.Canoe .market-bc:hover {
    box-shadow: 0 0 20px 0 #0d72bf
}

.e-sports-match-container.Canoe .market-bc.active,.e-sports-match-container.Canoe .market-bc:hover {
    color: #fff;
    background: #0d72bf
}

.Chess-bg {
    color: #000;
    background: #edbd6f
}

.horizontal-sl-item-bc.Chess .horizontal-sl-icon-bc {
    color: #edbd6f
}

.horizontal-sl-item-bc.Chess.active {
    background: #edbd6f
}

.horizontal-sl-item-bc.Chess.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Chess.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Chess,.live-calendar-market-bc .bc-i-Chess,.multi-select-icon-bc.bc-i-Chess,.sp-sub-list-bc.Chess .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Chess {
    color: #edbd6f
}

.sp-sub-list-bc.Chess.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #edbd6f
}

.sp-sub-list-bc.Chess .market-game-section.active:before {
    background: #edbd6f
}

.e-sports .horizontal-sl-item-bc.Chess .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Chess {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Chess,.e-sports .competition-icon-league-bc.bc-i-Chess:after,.e-sports .competition-icon-league-bc.bc-i-Chess~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Chess,.e-sports .e-sports-game-icon-back-nav.bc-i-Chess:after,.e-sports .horizontal-sl-item-bc.Chess,.e-sports .sp-s-l-h-flag-bc.bc-i-Chess {
    background: linear-gradient(180deg,#f6dcb3,#edbd6f)
}

.e-sports .sp-sub-list-bc.Chess:not(.selected):hover {
    background: rgba(237,189,111,.6);
    box-shadow: 0 0 8px 0 rgba(237,189,111,.6)
}

.e-sports .sp-sub-list-bc.Chess.selected,.e-sports-Chess .e-sports-time-start:before,.e-sports-Chess .horizontal-sl-tab-bc:before,.e-sports-Chess .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Chess .e-sports-time-start:before,.sportsbook-center-section.Chess .horizontal-sl-tab-bc:before,.sportsbook-center-section.Chess .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f6dcb3,#edbd6f)
}

.e-sports-match-container.Chess .market-bc:hover {
    box-shadow: 0 0 20px 0 #edbd6f
}

.e-sports-match-container.Chess .market-bc.active,.e-sports-match-container.Chess .market-bc:hover {
    color: #fff;
    background: #edbd6f
}

.Climbing-bg {
    color: #fff;
    background: #f7a600
}

.horizontal-sl-item-bc.Climbing .horizontal-sl-icon-bc {
    color: #f7a600
}

.horizontal-sl-item-bc.Climbing.active {
    background: #f7a600
}

.horizontal-sl-item-bc.Climbing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Climbing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Climbing,.live-calendar-market-bc .bc-i-Climbing,.multi-select-icon-bc.bc-i-Climbing,.sp-sub-list-bc.Climbing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Climbing {
    color: #f7a600
}

.sp-sub-list-bc.Climbing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #f7a600
}

.sp-sub-list-bc.Climbing .market-game-section.active:before {
    background: #f7a600
}

.e-sports .horizontal-sl-item-bc.Climbing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Climbing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Climbing,.e-sports .competition-icon-league-bc.bc-i-Climbing:after,.e-sports .competition-icon-league-bc.bc-i-Climbing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Climbing,.e-sports .e-sports-game-icon-back-nav.bc-i-Climbing:after,.e-sports .horizontal-sl-item-bc.Climbing,.e-sports .sp-s-l-h-flag-bc.bc-i-Climbing {
    background: linear-gradient(180deg,#ffc245,#f7a600)
}

.e-sports .sp-sub-list-bc.Climbing:not(.selected):hover {
    background: rgba(247,166,0,.6);
    box-shadow: 0 0 8px 0 rgba(247,166,0,.6)
}

.e-sports .sp-sub-list-bc.Climbing.selected,.e-sports-Climbing .e-sports-time-start:before,.e-sports-Climbing .horizontal-sl-tab-bc:before,.e-sports-Climbing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Climbing .e-sports-time-start:before,.sportsbook-center-section.Climbing .horizontal-sl-tab-bc:before,.sportsbook-center-section.Climbing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ffc245,#f7a600)
}

.e-sports-match-container.Climbing .market-bc:hover {
    box-shadow: 0 0 20px 0 #f7a600
}

.e-sports-match-container.Climbing .market-bc.active,.e-sports-match-container.Climbing .market-bc:hover {
    color: #fff;
    background: #f7a600
}

.Cricket-bg {
    color: #fff;
    background: #1bab7d
}

.horizontal-sl-item-bc.Cricket .horizontal-sl-icon-bc {
    color: #1bab7d
}

.horizontal-sl-item-bc.Cricket.active {
    background: #1bab7d
}

.horizontal-sl-item-bc.Cricket.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Cricket.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Cricket,.live-calendar-market-bc .bc-i-Cricket,.multi-select-icon-bc.bc-i-Cricket,.sp-sub-list-bc.Cricket .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Cricket {
    color: #1bab7d
}

.sp-sub-list-bc.Cricket.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #1bab7d
}

.sp-sub-list-bc.Cricket .market-game-section.active:before {
    background: #1bab7d
}

.e-sports .horizontal-sl-item-bc.Cricket .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Cricket {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Cricket,.e-sports .competition-icon-league-bc.bc-i-Cricket:after,.e-sports .competition-icon-league-bc.bc-i-Cricket~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Cricket,.e-sports .e-sports-game-icon-back-nav.bc-i-Cricket:after,.e-sports .horizontal-sl-item-bc.Cricket,.e-sports .sp-s-l-h-flag-bc.bc-i-Cricket {
    background: linear-gradient(180deg,#34dfa8,#1bab7d)
}

.e-sports .sp-sub-list-bc.Cricket:not(.selected):hover {
    background: rgba(27,171,125,.6);
    box-shadow: 0 0 8px 0 rgba(27,171,125,.6)
}

.e-sports .sp-sub-list-bc.Cricket.selected,.e-sports-Cricket .e-sports-time-start:before,.e-sports-Cricket .horizontal-sl-tab-bc:before,.e-sports-Cricket .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Cricket .e-sports-time-start:before,.sportsbook-center-section.Cricket .horizontal-sl-tab-bc:before,.sportsbook-center-section.Cricket .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#34dfa8,#1bab7d)
}

.e-sports-match-container.Cricket .market-bc:hover {
    box-shadow: 0 0 20px 0 #1bab7d
}

.e-sports-match-container.Cricket .market-bc.active,.e-sports-match-container.Cricket .market-bc:hover {
    color: #fff;
    background: #1bab7d
}

.CrossCountrySkiing-bg {
    color: #000;
    background: #bedbed
}

.horizontal-sl-item-bc.CrossCountrySkiing .horizontal-sl-icon-bc {
    color: #bedbed
}

.horizontal-sl-item-bc.CrossCountrySkiing.active {
    background: #bedbed
}

.horizontal-sl-item-bc.CrossCountrySkiing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CrossCountrySkiing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CrossCountrySkiing,.live-calendar-market-bc .bc-i-CrossCountrySkiing,.multi-select-icon-bc.bc-i-CrossCountrySkiing,.sp-sub-list-bc.CrossCountrySkiing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CrossCountrySkiing {
    color: #bedbed
}

.sp-sub-list-bc.CrossCountrySkiing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #bedbed
}

.sp-sub-list-bc.CrossCountrySkiing .market-game-section.active:before {
    background: #bedbed
}

.e-sports .horizontal-sl-item-bc.CrossCountrySkiing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CrossCountrySkiing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CrossCountrySkiing,.e-sports .competition-icon-league-bc.bc-i-CrossCountrySkiing:after,.e-sports .competition-icon-league-bc.bc-i-CrossCountrySkiing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CrossCountrySkiing,.e-sports .e-sports-game-icon-back-nav.bc-i-CrossCountrySkiing:after,.e-sports .horizontal-sl-item-bc.CrossCountrySkiing,.e-sports .sp-s-l-h-flag-bc.bc-i-CrossCountrySkiing {
    background: linear-gradient(180deg,#fafcfe,#bedbed)
}

.e-sports .sp-sub-list-bc.CrossCountrySkiing:not(.selected):hover {
    background: rgba(190,219,237,.6);
    box-shadow: 0 0 8px 0 rgba(190,219,237,.6)
}

.e-sports .sp-sub-list-bc.CrossCountrySkiing.selected,.e-sports-CrossCountrySkiing .e-sports-time-start:before,.e-sports-CrossCountrySkiing .horizontal-sl-tab-bc:before,.e-sports-CrossCountrySkiing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CrossCountrySkiing .e-sports-time-start:before,.sportsbook-center-section.CrossCountrySkiing .horizontal-sl-tab-bc:before,.sportsbook-center-section.CrossCountrySkiing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fafcfe,#bedbed)
}

.e-sports-match-container.CrossCountrySkiing .market-bc:hover {
    box-shadow: 0 0 20px 0 #bedbed
}

.e-sports-match-container.CrossCountrySkiing .market-bc.active,.e-sports-match-container.CrossCountrySkiing .market-bc:hover {
    color: #fff;
    background: #bedbed
}

.Curling-bg {
    color: #000;
    background: #76bbef
}

.horizontal-sl-item-bc.Curling .horizontal-sl-icon-bc {
    color: #76bbef
}

.horizontal-sl-item-bc.Curling.active {
    background: #76bbef
}

.horizontal-sl-item-bc.Curling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Curling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Curling,.live-calendar-market-bc .bc-i-Curling,.multi-select-icon-bc.bc-i-Curling,.sp-sub-list-bc.Curling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Curling {
    color: #76bbef
}

.sp-sub-list-bc.Curling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #76bbef
}

.sp-sub-list-bc.Curling .market-game-section.active:before {
    background: #76bbef
}

.e-sports .horizontal-sl-item-bc.Curling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Curling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Curling,.e-sports .competition-icon-league-bc.bc-i-Curling:after,.e-sports .competition-icon-league-bc.bc-i-Curling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Curling,.e-sports .e-sports-game-icon-back-nav.bc-i-Curling:after,.e-sports .horizontal-sl-item-bc.Curling,.e-sports .sp-s-l-h-flag-bc.bc-i-Curling {
    background: linear-gradient(180deg,#bbddf7,#76bbef)
}

.e-sports .sp-sub-list-bc.Curling:not(.selected):hover {
    background: rgba(118,187,239,.6);
    box-shadow: 0 0 8px 0 rgba(118,187,239,.6)
}

.e-sports .sp-sub-list-bc.Curling.selected,.e-sports-Curling .e-sports-time-start:before,.e-sports-Curling .horizontal-sl-tab-bc:before,.e-sports-Curling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Curling .e-sports-time-start:before,.sportsbook-center-section.Curling .horizontal-sl-tab-bc:before,.sportsbook-center-section.Curling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#bbddf7,#76bbef)
}

.e-sports-match-container.Curling .market-bc:hover {
    box-shadow: 0 0 20px 0 #76bbef
}

.e-sports-match-container.Curling .market-bc.active,.e-sports-match-container.Curling .market-bc:hover {
    color: #fff;
    background: #76bbef
}

.Cycling-bg {
    color: #000;
    background: #d9c68f
}

.horizontal-sl-item-bc.Cycling .horizontal-sl-icon-bc {
    color: #d9c68f
}

.horizontal-sl-item-bc.Cycling.active {
    background: #d9c68f
}

.horizontal-sl-item-bc.Cycling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Cycling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Cycling,.live-calendar-market-bc .bc-i-Cycling,.multi-select-icon-bc.bc-i-Cycling,.sp-sub-list-bc.Cycling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Cycling {
    color: #d9c68f
}

.sp-sub-list-bc.Cycling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #d9c68f
}

.sp-sub-list-bc.Cycling .market-game-section.active:before {
    background: #d9c68f
}

.e-sports .horizontal-sl-item-bc.Cycling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Cycling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Cycling,.e-sports .competition-icon-league-bc.bc-i-Cycling:after,.e-sports .competition-icon-league-bc.bc-i-Cycling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Cycling,.e-sports .e-sports-game-icon-back-nav.bc-i-Cycling:after,.e-sports .horizontal-sl-item-bc.Cycling,.e-sports .sp-s-l-h-flag-bc.bc-i-Cycling {
    background: linear-gradient(180deg,#ece3c8,#d9c68f)
}

.e-sports .sp-sub-list-bc.Cycling:not(.selected):hover {
    background: rgba(217,198,143,.6);
    box-shadow: 0 0 8px 0 rgba(217,198,143,.6)
}

.e-sports .sp-sub-list-bc.Cycling.selected,.e-sports-Cycling .e-sports-time-start:before,.e-sports-Cycling .horizontal-sl-tab-bc:before,.e-sports-Cycling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Cycling .e-sports-time-start:before,.sportsbook-center-section.Cycling .horizontal-sl-tab-bc:before,.sportsbook-center-section.Cycling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ece3c8,#d9c68f)
}

.e-sports-match-container.Cycling .market-bc:hover {
    box-shadow: 0 0 20px 0 #d9c68f
}

.e-sports-match-container.Cycling .market-bc.active,.e-sports-match-container.Cycling .market-bc:hover {
    color: #fff;
    background: #d9c68f
}

.Cyclo-Cross-bg {
    color: #000;
    background: #d9c68f
}

.horizontal-sl-item-bc.Cyclo-Cross .horizontal-sl-icon-bc {
    color: #d9c68f
}

.horizontal-sl-item-bc.Cyclo-Cross.active {
    background: #d9c68f
}

.horizontal-sl-item-bc.Cyclo-Cross.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Cyclo-Cross.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Cyclo-Cross,.live-calendar-market-bc .bc-i-Cyclo-Cross,.multi-select-icon-bc.bc-i-Cyclo-Cross,.sp-sub-list-bc.Cyclo-Cross .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Cyclo-Cross {
    color: #d9c68f
}

.sp-sub-list-bc.Cyclo-Cross.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #d9c68f
}

.sp-sub-list-bc.Cyclo-Cross .market-game-section.active:before {
    background: #d9c68f
}

.e-sports .horizontal-sl-item-bc.Cyclo-Cross .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Cyclo-Cross {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Cyclo-Cross,.e-sports .competition-icon-league-bc.bc-i-Cyclo-Cross:after,.e-sports .competition-icon-league-bc.bc-i-Cyclo-Cross~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Cyclo-Cross,.e-sports .e-sports-game-icon-back-nav.bc-i-Cyclo-Cross:after,.e-sports .horizontal-sl-item-bc.Cyclo-Cross,.e-sports .sp-s-l-h-flag-bc.bc-i-Cyclo-Cross {
    background: linear-gradient(180deg,#ece3c8,#d9c68f)
}

.e-sports .sp-sub-list-bc.Cyclo-Cross:not(.selected):hover {
    background: rgba(217,198,143,.6);
    box-shadow: 0 0 8px 0 rgba(217,198,143,.6)
}

.e-sports .sp-sub-list-bc.Cyclo-Cross.selected,.e-sports-Cyclo-Cross .e-sports-time-start:before,.e-sports-Cyclo-Cross .horizontal-sl-tab-bc:before,.e-sports-Cyclo-Cross .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Cyclo-Cross .e-sports-time-start:before,.sportsbook-center-section.Cyclo-Cross .horizontal-sl-tab-bc:before,.sportsbook-center-section.Cyclo-Cross .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ece3c8,#d9c68f)
}

.e-sports-match-container.Cyclo-Cross .market-bc:hover {
    box-shadow: 0 0 20px 0 #d9c68f
}

.e-sports-match-container.Cyclo-Cross .market-bc.active,.e-sports-match-container.Cyclo-Cross .market-bc:hover {
    color: #fff;
    background: #d9c68f
}

.CyberFootball-bg {
    color: #fff;
    background: #308231
}

.horizontal-sl-item-bc.CyberFootball .horizontal-sl-icon-bc {
    color: #308231
}

.horizontal-sl-item-bc.CyberFootball.active {
    background: #308231
}

.horizontal-sl-item-bc.CyberFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CyberFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CyberFootball,.live-calendar-market-bc .bc-i-CyberFootball,.multi-select-icon-bc.bc-i-CyberFootball,.sp-sub-list-bc.CyberFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CyberFootball {
    color: #308231
}

.sp-sub-list-bc.CyberFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #308231
}

.sp-sub-list-bc.CyberFootball .market-game-section.active:before {
    background: #308231
}

.e-sports .horizontal-sl-item-bc.CyberFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CyberFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CyberFootball,.e-sports .competition-icon-league-bc.bc-i-CyberFootball:after,.e-sports .competition-icon-league-bc.bc-i-CyberFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CyberFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-CyberFootball:after,.e-sports .horizontal-sl-item-bc.CyberFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-CyberFootball {
    background: linear-gradient(180deg,#45ba46,#308231)
}

.e-sports .sp-sub-list-bc.CyberFootball:not(.selected):hover {
    background: rgba(48,130,49,.6);
    box-shadow: 0 0 8px 0 rgba(48,130,49,.6)
}

.e-sports .sp-sub-list-bc.CyberFootball.selected,.e-sports-CyberFootball .e-sports-time-start:before,.e-sports-CyberFootball .horizontal-sl-tab-bc:before,.e-sports-CyberFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CyberFootball .e-sports-time-start:before,.sportsbook-center-section.CyberFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.CyberFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#45ba46,#308231)
}

.e-sports-match-container.CyberFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #308231
}

.e-sports-match-container.CyberFootball .market-bc.active,.e-sports-match-container.CyberFootball .market-bc:hover {
    color: #fff;
    background: #308231
}

.Bowls-bg {
    color: #fff;
    background: #2a8c4c
}

.horizontal-sl-item-bc.Bowls .horizontal-sl-icon-bc {
    color: #2a8c4c
}

.horizontal-sl-item-bc.Bowls.active {
    background: #2a8c4c
}

.horizontal-sl-item-bc.Bowls.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Bowls.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Bowls,.live-calendar-market-bc .bc-i-Bowls,.multi-select-icon-bc.bc-i-Bowls,.sp-sub-list-bc.Bowls .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Bowls {
    color: #2a8c4c
}

.sp-sub-list-bc.Bowls.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #2a8c4c
}

.sp-sub-list-bc.Bowls .market-game-section.active:before {
    background: #2a8c4c
}

.e-sports .horizontal-sl-item-bc.Bowls .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Bowls {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Bowls,.e-sports .competition-icon-league-bc.bc-i-Bowls:after,.e-sports .competition-icon-league-bc.bc-i-Bowls~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Bowls,.e-sports .e-sports-game-icon-back-nav.bc-i-Bowls:after,.e-sports .horizontal-sl-item-bc.Bowls,.e-sports .sp-s-l-h-flag-bc.bc-i-Bowls {
    background: linear-gradient(180deg,#3ec56d,#2a8c4c)
}

.e-sports .sp-sub-list-bc.Bowls:not(.selected):hover {
    background: rgba(42,140,76,.6);
    box-shadow: 0 0 8px 0 rgba(42,140,76,.6)
}

.e-sports .sp-sub-list-bc.Bowls.selected,.e-sports-Bowls .e-sports-time-start:before,.e-sports-Bowls .horizontal-sl-tab-bc:before,.e-sports-Bowls .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Bowls .e-sports-time-start:before,.sportsbook-center-section.Bowls .horizontal-sl-tab-bc:before,.sportsbook-center-section.Bowls .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#3ec56d,#2a8c4c)
}

.e-sports-match-container.Bowls .market-bc:hover {
    box-shadow: 0 0 20px 0 #2a8c4c
}

.e-sports-match-container.Bowls .market-bc.active,.e-sports-match-container.Bowls .market-bc:hover {
    color: #fff;
    background: #2a8c4c
}

.Darts-bg {
    color: #fff;
    background: #d32939
}

.horizontal-sl-item-bc.Darts .horizontal-sl-icon-bc {
    color: #d32939
}

.horizontal-sl-item-bc.Darts.active {
    background: #d32939
}

.horizontal-sl-item-bc.Darts.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Darts.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Darts,.live-calendar-market-bc .bc-i-Darts,.multi-select-icon-bc.bc-i-Darts,.sp-sub-list-bc.Darts .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Darts {
    color: #d32939
}

.sp-sub-list-bc.Darts.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #d32939
}

.sp-sub-list-bc.Darts .market-game-section.active:before {
    background: #d32939
}

.e-sports .horizontal-sl-item-bc.Darts .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Darts {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Darts,.e-sports .competition-icon-league-bc.bc-i-Darts:after,.e-sports .competition-icon-league-bc.bc-i-Darts~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Darts,.e-sports .e-sports-game-icon-back-nav.bc-i-Darts:after,.e-sports .horizontal-sl-item-bc.Darts,.e-sports .sp-s-l-h-flag-bc.bc-i-Darts {
    background: linear-gradient(180deg,#e16773,#d32939)
}

.e-sports .sp-sub-list-bc.Darts:not(.selected):hover {
    background: rgba(211,41,57,.6);
    box-shadow: 0 0 8px 0 rgba(211,41,57,.6)
}

.e-sports .sp-sub-list-bc.Darts.selected,.e-sports-Darts .e-sports-time-start:before,.e-sports-Darts .horizontal-sl-tab-bc:before,.e-sports-Darts .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Darts .e-sports-time-start:before,.sportsbook-center-section.Darts .horizontal-sl-tab-bc:before,.sportsbook-center-section.Darts .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e16773,#d32939)
}

.e-sports-match-container.Darts .market-bc:hover {
    box-shadow: 0 0 20px 0 #d32939
}

.e-sports-match-container.Darts .market-bc.active,.e-sports-match-container.Darts .market-bc:hover {
    color: #fff;
    background: #d32939
}

.Diving-bg {
    color: #fff;
    background: #118be9
}

.horizontal-sl-item-bc.Diving .horizontal-sl-icon-bc {
    color: #118be9
}

.horizontal-sl-item-bc.Diving.active {
    background: #118be9
}

.horizontal-sl-item-bc.Diving.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Diving.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Diving,.live-calendar-market-bc .bc-i-Diving,.multi-select-icon-bc.bc-i-Diving,.sp-sub-list-bc.Diving .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Diving {
    color: #118be9
}

.sp-sub-list-bc.Diving.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #118be9
}

.sp-sub-list-bc.Diving .market-game-section.active:before {
    background: #118be9
}

.e-sports .horizontal-sl-item-bc.Diving .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Diving {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Diving,.e-sports .competition-icon-league-bc.bc-i-Diving:after,.e-sports .competition-icon-league-bc.bc-i-Diving~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Diving,.e-sports .e-sports-game-icon-back-nav.bc-i-Diving:after,.e-sports .horizontal-sl-item-bc.Diving,.e-sports .sp-s-l-h-flag-bc.bc-i-Diving {
    background: linear-gradient(180deg,#54aef3,#118be9)
}

.e-sports .sp-sub-list-bc.Diving:not(.selected):hover {
    background: rgba(17,139,233,.6);
    box-shadow: 0 0 8px 0 rgba(17,139,233,.6)
}

.e-sports .sp-sub-list-bc.Diving.selected,.e-sports-Diving .e-sports-time-start:before,.e-sports-Diving .horizontal-sl-tab-bc:before,.e-sports-Diving .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Diving .e-sports-time-start:before,.sportsbook-center-section.Diving .horizontal-sl-tab-bc:before,.sportsbook-center-section.Diving .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#54aef3,#118be9)
}

.e-sports-match-container.Diving .market-bc:hover {
    box-shadow: 0 0 20px 0 #118be9
}

.e-sports-match-container.Diving .market-bc.active,.e-sports-match-container.Diving .market-bc:hover {
    color: #fff;
    background: #118be9
}

.EBasketball-bg {
    color: #fff;
    background: #b04913
}

.horizontal-sl-item-bc.EBasketball .horizontal-sl-icon-bc {
    color: #b04913
}

.horizontal-sl-item-bc.EBasketball.active {
    background: #b04913
}

.horizontal-sl-item-bc.EBasketball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.EBasketball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-EBasketball,.live-calendar-market-bc .bc-i-EBasketball,.multi-select-icon-bc.bc-i-EBasketball,.sp-sub-list-bc.EBasketball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-EBasketball {
    color: #b04913
}

.sp-sub-list-bc.EBasketball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b04913
}

.sp-sub-list-bc.EBasketball .market-game-section.active:before {
    background: #b04913
}

.e-sports .horizontal-sl-item-bc.EBasketball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-EBasketball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-EBasketball,.e-sports .competition-icon-league-bc.bc-i-EBasketball:after,.e-sports .competition-icon-league-bc.bc-i-EBasketball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-EBasketball,.e-sports .e-sports-game-icon-back-nav.bc-i-EBasketball:after,.e-sports .horizontal-sl-item-bc.EBasketball,.e-sports .sp-s-l-h-flag-bc.bc-i-EBasketball {
    background: linear-gradient(180deg,#e86a28,#b04913)
}

.e-sports .sp-sub-list-bc.EBasketball:not(.selected):hover {
    background: rgba(176,73,19,.6);
    box-shadow: 0 0 8px 0 rgba(176,73,19,.6)
}

.e-sports .sp-sub-list-bc.EBasketball.selected,.e-sports-EBasketball .e-sports-time-start:before,.e-sports-EBasketball .horizontal-sl-tab-bc:before,.e-sports-EBasketball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.EBasketball .e-sports-time-start:before,.sportsbook-center-section.EBasketball .horizontal-sl-tab-bc:before,.sportsbook-center-section.EBasketball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e86a28,#b04913)
}

.e-sports-match-container.EBasketball .market-bc:hover {
    box-shadow: 0 0 20px 0 #b04913
}

.e-sports-match-container.EBasketball .market-bc.active,.e-sports-match-container.EBasketball .market-bc:hover {
    color: #fff;
    background: #b04913
}

.Electronic-bg {
    color: #fff;
    background: #5e55a1
}

.horizontal-sl-item-bc.Electronic .horizontal-sl-icon-bc {
    color: #5e55a1
}

.horizontal-sl-item-bc.Electronic.active {
    background: #5e55a1
}

.horizontal-sl-item-bc.Electronic.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Electronic.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Electronic,.live-calendar-market-bc .bc-i-Electronic,.multi-select-icon-bc.bc-i-Electronic,.sp-sub-list-bc.Electronic .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Electronic {
    color: #5e55a1
}

.sp-sub-list-bc.Electronic.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #5e55a1
}

.sp-sub-list-bc.Electronic .market-game-section.active:before {
    background: #5e55a1
}

.e-sports .horizontal-sl-item-bc.Electronic .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Electronic {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Electronic,.e-sports .competition-icon-league-bc.bc-i-Electronic:after,.e-sports .competition-icon-league-bc.bc-i-Electronic~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Electronic,.e-sports .e-sports-game-icon-back-nav.bc-i-Electronic:after,.e-sports .horizontal-sl-item-bc.Electronic,.e-sports .sp-s-l-h-flag-bc.bc-i-Electronic {
    background: linear-gradient(180deg,#8b84be,#5e55a1)
}

.e-sports .sp-sub-list-bc.Electronic:not(.selected):hover {
    background: rgba(94,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(94,85,161,.6)
}

.e-sports .sp-sub-list-bc.Electronic.selected,.e-sports-Electronic .e-sports-time-start:before,.e-sports-Electronic .horizontal-sl-tab-bc:before,.e-sports-Electronic .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Electronic .e-sports-time-start:before,.sportsbook-center-section.Electronic .horizontal-sl-tab-bc:before,.sportsbook-center-section.Electronic .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8b84be,#5e55a1)
}

.e-sports-match-container.Electronic .market-bc:hover {
    box-shadow: 0 0 20px 0 #5e55a1
}

.e-sports-match-container.Electronic .market-bc.active,.e-sports-match-container.Electronic .market-bc:hover {
    color: #fff;
    background: #5e55a1
}

.Equestrian-bg {
    color: #fff;
    background: #556158
}

.horizontal-sl-item-bc.Equestrian .horizontal-sl-icon-bc {
    color: #556158
}

.horizontal-sl-item-bc.Equestrian.active {
    background: #556158
}

.horizontal-sl-item-bc.Equestrian.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Equestrian.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Equestrian,.live-calendar-market-bc .bc-i-Equestrian,.multi-select-icon-bc.bc-i-Equestrian,.sp-sub-list-bc.Equestrian .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Equestrian {
    color: #556158
}

.sp-sub-list-bc.Equestrian.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #556158
}

.sp-sub-list-bc.Equestrian .market-game-section.active:before {
    background: #556158
}

.e-sports .horizontal-sl-item-bc.Equestrian .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Equestrian {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Equestrian,.e-sports .competition-icon-league-bc.bc-i-Equestrian:after,.e-sports .competition-icon-league-bc.bc-i-Equestrian~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Equestrian,.e-sports .e-sports-game-icon-back-nav.bc-i-Equestrian:after,.e-sports .horizontal-sl-item-bc.Equestrian,.e-sports .sp-s-l-h-flag-bc.bc-i-Equestrian {
    background: linear-gradient(180deg,#798a7d,#556158)
}

.e-sports .sp-sub-list-bc.Equestrian:not(.selected):hover {
    background: rgba(85,97,88,.6);
    box-shadow: 0 0 8px 0 rgba(85,97,88,.6)
}

.e-sports .sp-sub-list-bc.Equestrian.selected,.e-sports-Equestrian .e-sports-time-start:before,.e-sports-Equestrian .horizontal-sl-tab-bc:before,.e-sports-Equestrian .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Equestrian .e-sports-time-start:before,.sportsbook-center-section.Equestrian .horizontal-sl-tab-bc:before,.sportsbook-center-section.Equestrian .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#798a7d,#556158)
}

.e-sports-match-container.Equestrian .market-bc:hover {
    box-shadow: 0 0 20px 0 #556158
}

.e-sports-match-container.Equestrian .market-bc.active,.e-sports-match-container.Equestrian .market-bc:hover {
    color: #fff;
    background: #556158
}

.FigureSkating-bg {
    color: #000;
    background: #b1cdde
}

.horizontal-sl-item-bc.FigureSkating .horizontal-sl-icon-bc {
    color: #b1cdde
}

.horizontal-sl-item-bc.FigureSkating.active {
    background: #b1cdde
}

.horizontal-sl-item-bc.FigureSkating.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.FigureSkating.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-FigureSkating,.live-calendar-market-bc .bc-i-FigureSkating,.multi-select-icon-bc.bc-i-FigureSkating,.sp-sub-list-bc.FigureSkating .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-FigureSkating {
    color: #b1cdde
}

.sp-sub-list-bc.FigureSkating.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #b1cdde
}

.sp-sub-list-bc.FigureSkating .market-game-section.active:before {
    background: #b1cdde
}

.e-sports .horizontal-sl-item-bc.FigureSkating .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-FigureSkating {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-FigureSkating,.e-sports .competition-icon-league-bc.bc-i-FigureSkating:after,.e-sports .competition-icon-league-bc.bc-i-FigureSkating~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-FigureSkating,.e-sports .e-sports-game-icon-back-nav.bc-i-FigureSkating:after,.e-sports .horizontal-sl-item-bc.FigureSkating,.e-sports .sp-s-l-h-flag-bc.bc-i-FigureSkating {
    background: linear-gradient(180deg,#e7eff5,#b1cdde)
}

.e-sports .sp-sub-list-bc.FigureSkating:not(.selected):hover {
    background: rgba(177,205,222,.6);
    box-shadow: 0 0 8px 0 rgba(177,205,222,.6)
}

.e-sports .sp-sub-list-bc.FigureSkating.selected,.e-sports-FigureSkating .e-sports-time-start:before,.e-sports-FigureSkating .horizontal-sl-tab-bc:before,.e-sports-FigureSkating .main-tabs-bc .tab-bc:before,.sportsbook-center-section.FigureSkating .e-sports-time-start:before,.sportsbook-center-section.FigureSkating .horizontal-sl-tab-bc:before,.sportsbook-center-section.FigureSkating .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e7eff5,#b1cdde)
}

.e-sports-match-container.FigureSkating .market-bc:hover {
    box-shadow: 0 0 20px 0 #b1cdde
}

.e-sports-match-container.FigureSkating .market-bc.active,.e-sports-match-container.FigureSkating .market-bc:hover {
    color: #fff;
    background: #b1cdde
}

.Floorball-bg {
    color: #000;
    background: #72cddb
}

.horizontal-sl-item-bc.Floorball .horizontal-sl-icon-bc {
    color: #72cddb
}

.horizontal-sl-item-bc.Floorball.active {
    background: #72cddb
}

.horizontal-sl-item-bc.Floorball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Floorball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Floorball,.live-calendar-market-bc .bc-i-Floorball,.multi-select-icon-bc.bc-i-Floorball,.sp-sub-list-bc.Floorball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Floorball {
    color: #72cddb
}

.sp-sub-list-bc.Floorball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #72cddb
}

.sp-sub-list-bc.Floorball .market-game-section.active:before {
    background: #72cddb
}

.e-sports .horizontal-sl-item-bc.Floorball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Floorball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Floorball,.e-sports .competition-icon-league-bc.bc-i-Floorball:after,.e-sports .competition-icon-league-bc.bc-i-Floorball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Floorball,.e-sports .e-sports-game-icon-back-nav.bc-i-Floorball:after,.e-sports .horizontal-sl-item-bc.Floorball,.e-sports .sp-s-l-h-flag-bc.bc-i-Floorball {
    background: linear-gradient(180deg,#afe3eb,#72cddb)
}

.e-sports .sp-sub-list-bc.Floorball:not(.selected):hover {
    background: rgba(114,205,219,.6);
    box-shadow: 0 0 8px 0 rgba(114,205,219,.6)
}

.e-sports .sp-sub-list-bc.Floorball.selected,.e-sports-Floorball .e-sports-time-start:before,.e-sports-Floorball .horizontal-sl-tab-bc:before,.e-sports-Floorball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Floorball .e-sports-time-start:before,.sportsbook-center-section.Floorball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Floorball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#afe3eb,#72cddb)
}

.e-sports-match-container.Floorball .market-bc:hover {
    box-shadow: 0 0 20px 0 #72cddb
}

.e-sports-match-container.Floorball .market-bc.active,.e-sports-match-container.Floorball .market-bc:hover {
    color: #fff;
    background: #72cddb
}

.Formula1-bg {
    color: #fff;
    background: #b8292b
}

.horizontal-sl-item-bc.Formula1 .horizontal-sl-icon-bc {
    color: #b8292b
}

.horizontal-sl-item-bc.Formula1.active {
    background: #b8292b
}

.horizontal-sl-item-bc.Formula1.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Formula1.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Formula1,.live-calendar-market-bc .bc-i-Formula1,.multi-select-icon-bc.bc-i-Formula1,.sp-sub-list-bc.Formula1 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Formula1 {
    color: #b8292b
}

.sp-sub-list-bc.Formula1.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b8292b
}

.sp-sub-list-bc.Formula1 .market-game-section.active:before {
    background: #b8292b
}

.e-sports .horizontal-sl-item-bc.Formula1 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Formula1 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Formula1,.e-sports .competition-icon-league-bc.bc-i-Formula1:after,.e-sports .competition-icon-league-bc.bc-i-Formula1~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Formula1,.e-sports .e-sports-game-icon-back-nav.bc-i-Formula1:after,.e-sports .horizontal-sl-item-bc.Formula1,.e-sports .sp-s-l-h-flag-bc.bc-i-Formula1 {
    background: linear-gradient(180deg,#d95456,#b8292b)
}

.e-sports .sp-sub-list-bc.Formula1:not(.selected):hover {
    background: rgba(184,41,43,.6);
    box-shadow: 0 0 8px 0 rgba(184,41,43,.6)
}

.e-sports .sp-sub-list-bc.Formula1.selected,.e-sports-Formula1 .e-sports-time-start:before,.e-sports-Formula1 .horizontal-sl-tab-bc:before,.e-sports-Formula1 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Formula1 .e-sports-time-start:before,.sportsbook-center-section.Formula1 .horizontal-sl-tab-bc:before,.sportsbook-center-section.Formula1 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d95456,#b8292b)
}

.e-sports-match-container.Formula1 .market-bc:hover {
    box-shadow: 0 0 20px 0 #b8292b
}

.e-sports-match-container.Formula1 .market-bc.active,.e-sports-match-container.Formula1 .market-bc:hover {
    color: #fff;
    background: #b8292b
}

.Futsal-bg {
    color: #000;
    background: #65b5c2
}

.horizontal-sl-item-bc.Futsal .horizontal-sl-icon-bc {
    color: #65b5c2
}

.horizontal-sl-item-bc.Futsal.active {
    background: #65b5c2
}

.horizontal-sl-item-bc.Futsal.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Futsal.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Futsal,.live-calendar-market-bc .bc-i-Futsal,.multi-select-icon-bc.bc-i-Futsal,.sp-sub-list-bc.Futsal .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Futsal {
    color: #65b5c2
}

.sp-sub-list-bc.Futsal.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #65b5c2
}

.sp-sub-list-bc.Futsal .market-game-section.active:before {
    background: #65b5c2
}

.e-sports .horizontal-sl-item-bc.Futsal .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Futsal {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Futsal,.e-sports .competition-icon-league-bc.bc-i-Futsal:after,.e-sports .competition-icon-league-bc.bc-i-Futsal~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Futsal,.e-sports .e-sports-game-icon-back-nav.bc-i-Futsal:after,.e-sports .horizontal-sl-item-bc.Futsal,.e-sports .sp-s-l-h-flag-bc.bc-i-Futsal {
    background: linear-gradient(180deg,#9ccfd8,#65b5c2)
}

.e-sports .sp-sub-list-bc.Futsal:not(.selected):hover {
    background: rgba(101,181,194,.6);
    box-shadow: 0 0 8px 0 rgba(101,181,194,.6)
}

.e-sports .sp-sub-list-bc.Futsal.selected,.e-sports-Futsal .e-sports-time-start:before,.e-sports-Futsal .horizontal-sl-tab-bc:before,.e-sports-Futsal .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Futsal .e-sports-time-start:before,.sportsbook-center-section.Futsal .horizontal-sl-tab-bc:before,.sportsbook-center-section.Futsal .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9ccfd8,#65b5c2)
}

.e-sports-match-container.Futsal .market-bc:hover {
    box-shadow: 0 0 20px 0 #65b5c2
}

.e-sports-match-container.Futsal .market-bc.active,.e-sports-match-container.Futsal .market-bc:hover {
    color: #fff;
    background: #65b5c2
}

.Football-bg {
    color: #fff;
    background: #109121
}

.horizontal-sl-item-bc.Football .horizontal-sl-icon-bc {
    color: #109121
}

.horizontal-sl-item-bc.Football.active {
    background: #109121
}

.horizontal-sl-item-bc.Football.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Football.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Football,.live-calendar-market-bc .bc-i-Football,.multi-select-icon-bc.bc-i-Football,.sp-sub-list-bc.Football .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Football {
    color: #109121
}

.sp-sub-list-bc.Football.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #109121
}

.sp-sub-list-bc.Football .market-game-section.active:before {
    background: #109121
}

.e-sports .horizontal-sl-item-bc.Football .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Football {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Football,.e-sports .competition-icon-league-bc.bc-i-Football:after,.e-sports .competition-icon-league-bc.bc-i-Football~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Football,.e-sports .e-sports-game-icon-back-nav.bc-i-Football:after,.e-sports .horizontal-sl-item-bc.Football,.e-sports .sp-s-l-h-flag-bc.bc-i-Football {
    background: linear-gradient(180deg,#18d631,#109121)
}

.e-sports .sp-sub-list-bc.Football:not(.selected):hover {
    background: rgba(16,145,33,.6);
    box-shadow: 0 0 8px 0 rgba(16,145,33,.6)
}

.e-sports .sp-sub-list-bc.Football.selected,.e-sports-Football .e-sports-time-start:before,.e-sports-Football .horizontal-sl-tab-bc:before,.e-sports-Football .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Football .e-sports-time-start:before,.sportsbook-center-section.Football .horizontal-sl-tab-bc:before,.sportsbook-center-section.Football .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#18d631,#109121)
}

.e-sports-match-container.Football .market-bc:hover {
    box-shadow: 0 0 20px 0 #109121
}

.e-sports-match-container.Football .market-bc.active,.e-sports-match-container.Football .market-bc:hover {
    color: #fff;
    background: #109121
}

.Freestyle-bg {
    color: #000;
    background: #edbe13
}

.horizontal-sl-item-bc.Freestyle .horizontal-sl-icon-bc {
    color: #edbe13
}

.horizontal-sl-item-bc.Freestyle.active {
    background: #edbe13
}

.horizontal-sl-item-bc.Freestyle.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Freestyle.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Freestyle,.live-calendar-market-bc .bc-i-Freestyle,.multi-select-icon-bc.bc-i-Freestyle,.sp-sub-list-bc.Freestyle .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Freestyle {
    color: #edbe13
}

.sp-sub-list-bc.Freestyle.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #edbe13
}

.sp-sub-list-bc.Freestyle .market-game-section.active:before {
    background: #edbe13
}

.e-sports .horizontal-sl-item-bc.Freestyle .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Freestyle {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Freestyle,.e-sports .competition-icon-league-bc.bc-i-Freestyle:after,.e-sports .competition-icon-league-bc.bc-i-Freestyle~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Freestyle,.e-sports .e-sports-game-icon-back-nav.bc-i-Freestyle:after,.e-sports .horizontal-sl-item-bc.Freestyle,.e-sports .sp-s-l-h-flag-bc.bc-i-Freestyle {
    background: linear-gradient(180deg,#f2d25a,#edbe13)
}

.e-sports .sp-sub-list-bc.Freestyle:not(.selected):hover {
    background: rgba(237,190,19,.6);
    box-shadow: 0 0 8px 0 rgba(237,190,19,.6)
}

.e-sports .sp-sub-list-bc.Freestyle.selected,.e-sports-Freestyle .e-sports-time-start:before,.e-sports-Freestyle .horizontal-sl-tab-bc:before,.e-sports-Freestyle .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Freestyle .e-sports-time-start:before,.sportsbook-center-section.Freestyle .horizontal-sl-tab-bc:before,.sportsbook-center-section.Freestyle .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f2d25a,#edbe13)
}

.e-sports-match-container.Freestyle .market-bc:hover {
    box-shadow: 0 0 20px 0 #edbe13
}

.e-sports-match-container.Freestyle .market-bc.active,.e-sports-match-container.Freestyle .market-bc:hover {
    color: #fff;
    background: #edbe13
}

.FreestyleWrestling-bg {
    color: #000;
    background: #edbe13
}

.horizontal-sl-item-bc.FreestyleWrestling .horizontal-sl-icon-bc {
    color: #edbe13
}

.horizontal-sl-item-bc.FreestyleWrestling.active {
    background: #edbe13
}

.horizontal-sl-item-bc.FreestyleWrestling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.FreestyleWrestling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-FreestyleWrestling,.live-calendar-market-bc .bc-i-FreestyleWrestling,.multi-select-icon-bc.bc-i-FreestyleWrestling,.sp-sub-list-bc.FreestyleWrestling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-FreestyleWrestling {
    color: #edbe13
}

.sp-sub-list-bc.FreestyleWrestling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #edbe13
}

.sp-sub-list-bc.FreestyleWrestling .market-game-section.active:before {
    background: #edbe13
}

.e-sports .horizontal-sl-item-bc.FreestyleWrestling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-FreestyleWrestling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-FreestyleWrestling,.e-sports .competition-icon-league-bc.bc-i-FreestyleWrestling:after,.e-sports .competition-icon-league-bc.bc-i-FreestyleWrestling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-FreestyleWrestling,.e-sports .e-sports-game-icon-back-nav.bc-i-FreestyleWrestling:after,.e-sports .horizontal-sl-item-bc.FreestyleWrestling,.e-sports .sp-s-l-h-flag-bc.bc-i-FreestyleWrestling {
    background: linear-gradient(180deg,#f2d25a,#edbe13)
}

.e-sports .sp-sub-list-bc.FreestyleWrestling:not(.selected):hover {
    background: rgba(237,190,19,.6);
    box-shadow: 0 0 8px 0 rgba(237,190,19,.6)
}

.e-sports .sp-sub-list-bc.FreestyleWrestling.selected,.e-sports-FreestyleWrestling .e-sports-time-start:before,.e-sports-FreestyleWrestling .horizontal-sl-tab-bc:before,.e-sports-FreestyleWrestling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.FreestyleWrestling .e-sports-time-start:before,.sportsbook-center-section.FreestyleWrestling .horizontal-sl-tab-bc:before,.sportsbook-center-section.FreestyleWrestling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f2d25a,#edbe13)
}

.e-sports-match-container.FreestyleWrestling .market-bc:hover {
    box-shadow: 0 0 20px 0 #edbe13
}

.e-sports-match-container.FreestyleWrestling .market-bc.active,.e-sports-match-container.FreestyleWrestling .market-bc:hover {
    color: #fff;
    background: #edbe13
}

.GaelicFootball-bg {
    color: #fff;
    background: #358014
}

.horizontal-sl-item-bc.GaelicFootball .horizontal-sl-icon-bc {
    color: #358014
}

.horizontal-sl-item-bc.GaelicFootball.active {
    background: #358014
}

.horizontal-sl-item-bc.GaelicFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GaelicFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GaelicFootball,.live-calendar-market-bc .bc-i-GaelicFootball,.multi-select-icon-bc.bc-i-GaelicFootball,.sp-sub-list-bc.GaelicFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GaelicFootball {
    color: #358014
}

.sp-sub-list-bc.GaelicFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #358014
}

.sp-sub-list-bc.GaelicFootball .market-game-section.active:before {
    background: #358014
}

.e-sports .horizontal-sl-item-bc.GaelicFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GaelicFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GaelicFootball,.e-sports .competition-icon-league-bc.bc-i-GaelicFootball:after,.e-sports .competition-icon-league-bc.bc-i-GaelicFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GaelicFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-GaelicFootball:after,.e-sports .horizontal-sl-item-bc.GaelicFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-GaelicFootball {
    background: linear-gradient(180deg,#50c21e,#358014)
}

.e-sports .sp-sub-list-bc.GaelicFootball:not(.selected):hover {
    background: rgba(53,128,20,.6);
    box-shadow: 0 0 8px 0 rgba(53,128,20,.6)
}

.e-sports .sp-sub-list-bc.GaelicFootball.selected,.e-sports-GaelicFootball .e-sports-time-start:before,.e-sports-GaelicFootball .horizontal-sl-tab-bc:before,.e-sports-GaelicFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GaelicFootball .e-sports-time-start:before,.sportsbook-center-section.GaelicFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.GaelicFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#50c21e,#358014)
}

.e-sports-match-container.GaelicFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #358014
}

.e-sports-match-container.GaelicFootball .market-bc.active,.e-sports-match-container.GaelicFootball .market-bc:hover {
    color: #fff;
    background: #358014
}

.Go-bg {
    color: #000;
    background: #e2e2e2
}

.horizontal-sl-item-bc.Go .horizontal-sl-icon-bc {
    color: #e2e2e2
}

.horizontal-sl-item-bc.Go.active {
    background: #e2e2e2
}

.horizontal-sl-item-bc.Go.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Go.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Go,.live-calendar-market-bc .bc-i-Go,.multi-select-icon-bc.bc-i-Go,.sp-sub-list-bc.Go .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Go {
    color: #e2e2e2
}

.sp-sub-list-bc.Go.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e2e2e2
}

.sp-sub-list-bc.Go .market-game-section.active:before {
    background: #e2e2e2
}

.e-sports .horizontal-sl-item-bc.Go .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Go {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Go,.e-sports .competition-icon-league-bc.bc-i-Go:after,.e-sports .competition-icon-league-bc.bc-i-Go~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Go,.e-sports .e-sports-game-icon-back-nav.bc-i-Go:after,.e-sports .horizontal-sl-item-bc.Go,.e-sports .sp-s-l-h-flag-bc.bc-i-Go {
    background: linear-gradient(180deg,#fff,#e2e2e2)
}

.e-sports .sp-sub-list-bc.Go:not(.selected):hover {
    background: hsla(0,0%,88.6%,.6);
    box-shadow: 0 0 8px 0 hsla(0,0%,88.6%,.6)
}

.e-sports .sp-sub-list-bc.Go.selected,.e-sports-Go .e-sports-time-start:before,.e-sports-Go .horizontal-sl-tab-bc:before,.e-sports-Go .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Go .e-sports-time-start:before,.sportsbook-center-section.Go .horizontal-sl-tab-bc:before,.sportsbook-center-section.Go .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fff,#e2e2e2)
}

.e-sports-match-container.Go .market-bc:hover {
    box-shadow: 0 0 20px 0 #e2e2e2
}

.e-sports-match-container.Go .market-bc.active,.e-sports-match-container.Go .market-bc:hover {
    color: #fff;
    background: #e2e2e2
}

.Golf-bg {
    color: #fff;
    background: #189946
}

.horizontal-sl-item-bc.Golf .horizontal-sl-icon-bc {
    color: #189946
}

.horizontal-sl-item-bc.Golf.active {
    background: #189946
}

.horizontal-sl-item-bc.Golf.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Golf.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Golf,.live-calendar-market-bc .bc-i-Golf,.multi-select-icon-bc.bc-i-Golf,.sp-sub-list-bc.Golf .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Golf {
    color: #189946
}

.sp-sub-list-bc.Golf.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #189946
}

.sp-sub-list-bc.Golf .market-game-section.active:before {
    background: #189946
}

.e-sports .horizontal-sl-item-bc.Golf .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Golf {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Golf,.e-sports .competition-icon-league-bc.bc-i-Golf:after,.e-sports .competition-icon-league-bc.bc-i-Golf~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Golf,.e-sports .e-sports-game-icon-back-nav.bc-i-Golf:after,.e-sports .horizontal-sl-item-bc.Golf,.e-sports .sp-s-l-h-flag-bc.bc-i-Golf {
    background: linear-gradient(180deg,#22db64,#189946)
}

.e-sports .sp-sub-list-bc.Golf:not(.selected):hover {
    background: rgba(24,153,70,.6);
    box-shadow: 0 0 8px 0 rgba(24,153,70,.6)
}

.e-sports .sp-sub-list-bc.Golf.selected,.e-sports-Golf .e-sports-time-start:before,.e-sports-Golf .horizontal-sl-tab-bc:before,.e-sports-Golf .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Golf .e-sports-time-start:before,.sportsbook-center-section.Golf .horizontal-sl-tab-bc:before,.sportsbook-center-section.Golf .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#22db64,#189946)
}

.e-sports-match-container.Golf .market-bc:hover {
    box-shadow: 0 0 20px 0 #189946
}

.e-sports-match-container.Golf .market-bc.active,.e-sports-match-container.Golf .market-bc:hover {
    color: #fff;
    background: #189946
}

.GrassHockey-bg {
    color: #fff;
    background: #189443
}

.horizontal-sl-item-bc.GrassHockey .horizontal-sl-icon-bc {
    color: #189443
}

.horizontal-sl-item-bc.GrassHockey.active {
    background: #189443
}

.horizontal-sl-item-bc.GrassHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GrassHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GrassHockey,.live-calendar-market-bc .bc-i-GrassHockey,.multi-select-icon-bc.bc-i-GrassHockey,.sp-sub-list-bc.GrassHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GrassHockey {
    color: #189443
}

.sp-sub-list-bc.GrassHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #189443
}

.sp-sub-list-bc.GrassHockey .market-game-section.active:before {
    background: #189443
}

.e-sports .horizontal-sl-item-bc.GrassHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GrassHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GrassHockey,.e-sports .competition-icon-league-bc.bc-i-GrassHockey:after,.e-sports .competition-icon-league-bc.bc-i-GrassHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GrassHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-GrassHockey:after,.e-sports .horizontal-sl-item-bc.GrassHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-GrassHockey {
    background: linear-gradient(180deg,#23d661,#189443)
}

.e-sports .sp-sub-list-bc.GrassHockey:not(.selected):hover {
    background: rgba(24,148,67,.6);
    box-shadow: 0 0 8px 0 rgba(24,148,67,.6)
}

.e-sports .sp-sub-list-bc.GrassHockey.selected,.e-sports-GrassHockey .e-sports-time-start:before,.e-sports-GrassHockey .horizontal-sl-tab-bc:before,.e-sports-GrassHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GrassHockey .e-sports-time-start:before,.sportsbook-center-section.GrassHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.GrassHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#23d661,#189443)
}

.e-sports-match-container.GrassHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #189443
}

.e-sports-match-container.GrassHockey .market-bc.active,.e-sports-match-container.GrassHockey .market-bc:hover {
    color: #fff;
    background: #189443
}

.Gymnastics-bg {
    color: #fff;
    background: #03b5a5
}

.horizontal-sl-item-bc.Gymnastics .horizontal-sl-icon-bc {
    color: #03b5a5
}

.horizontal-sl-item-bc.Gymnastics.active {
    background: #03b5a5
}

.horizontal-sl-item-bc.Gymnastics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Gymnastics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Gymnastics,.live-calendar-market-bc .bc-i-Gymnastics,.multi-select-icon-bc.bc-i-Gymnastics,.sp-sub-list-bc.Gymnastics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Gymnastics {
    color: #03b5a5
}

.sp-sub-list-bc.Gymnastics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #03b5a5
}

.sp-sub-list-bc.Gymnastics .market-game-section.active:before {
    background: #03b5a5
}

.e-sports .horizontal-sl-item-bc.Gymnastics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Gymnastics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Gymnastics,.e-sports .competition-icon-league-bc.bc-i-Gymnastics:after,.e-sports .competition-icon-league-bc.bc-i-Gymnastics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Gymnastics,.e-sports .e-sports-game-icon-back-nav.bc-i-Gymnastics:after,.e-sports .horizontal-sl-item-bc.Gymnastics,.e-sports .sp-s-l-h-flag-bc.bc-i-Gymnastics {
    background: linear-gradient(180deg,#0afbe5,#03b5a5)
}

.e-sports .sp-sub-list-bc.Gymnastics:not(.selected):hover {
    background: rgba(3,181,165,.6);
    box-shadow: 0 0 8px 0 rgba(3,181,165,.6)
}

.e-sports .sp-sub-list-bc.Gymnastics.selected,.e-sports-Gymnastics .e-sports-time-start:before,.e-sports-Gymnastics .horizontal-sl-tab-bc:before,.e-sports-Gymnastics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Gymnastics .e-sports-time-start:before,.sportsbook-center-section.Gymnastics .horizontal-sl-tab-bc:before,.sportsbook-center-section.Gymnastics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0afbe5,#03b5a5)
}

.e-sports-match-container.Gymnastics .market-bc:hover {
    box-shadow: 0 0 20px 0 #03b5a5
}

.e-sports-match-container.Gymnastics .market-bc.active,.e-sports-match-container.Gymnastics .market-bc:hover {
    color: #fff;
    background: #03b5a5
}

.Handball-bg {
    color: #fff;
    background: #42777f
}

.horizontal-sl-item-bc.Handball .horizontal-sl-icon-bc {
    color: #42777f
}

.horizontal-sl-item-bc.Handball.active {
    background: #42777f
}

.horizontal-sl-item-bc.Handball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Handball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Handball,.live-calendar-market-bc .bc-i-Handball,.multi-select-icon-bc.bc-i-Handball,.sp-sub-list-bc.Handball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Handball {
    color: #42777f
}

.sp-sub-list-bc.Handball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #42777f
}

.sp-sub-list-bc.Handball .market-game-section.active:before {
    background: #42777f
}

.e-sports .horizontal-sl-item-bc.Handball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Handball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Handball,.e-sports .competition-icon-league-bc.bc-i-Handball:after,.e-sports .competition-icon-league-bc.bc-i-Handball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Handball,.e-sports .e-sports-game-icon-back-nav.bc-i-Handball:after,.e-sports .horizontal-sl-item-bc.Handball,.e-sports .sp-s-l-h-flag-bc.bc-i-Handball {
    background: linear-gradient(180deg,#61a3ad,#42777f)
}

.e-sports .sp-sub-list-bc.Handball:not(.selected):hover {
    background: rgba(66,119,127,.6);
    box-shadow: 0 0 8px 0 rgba(66,119,127,.6)
}

.e-sports .sp-sub-list-bc.Handball.selected,.e-sports-Handball .e-sports-time-start:before,.e-sports-Handball .horizontal-sl-tab-bc:before,.e-sports-Handball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Handball .e-sports-time-start:before,.sportsbook-center-section.Handball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Handball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#61a3ad,#42777f)
}

.e-sports-match-container.Handball .market-bc:hover {
    box-shadow: 0 0 20px 0 #42777f
}

.e-sports-match-container.Handball .market-bc.active,.e-sports-match-container.Handball .market-bc:hover {
    color: #fff;
    background: #42777f
}

.HardAthletics-bg {
    color: #fff;
    background: #0b5b99
}

.horizontal-sl-item-bc.HardAthletics .horizontal-sl-icon-bc {
    color: #0b5b99
}

.horizontal-sl-item-bc.HardAthletics.active {
    background: #0b5b99
}

.horizontal-sl-item-bc.HardAthletics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.HardAthletics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-HardAthletics,.live-calendar-market-bc .bc-i-HardAthletics,.multi-select-icon-bc.bc-i-HardAthletics,.sp-sub-list-bc.HardAthletics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-HardAthletics {
    color: #0b5b99
}

.sp-sub-list-bc.HardAthletics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0b5b99
}

.sp-sub-list-bc.HardAthletics .market-game-section.active:before {
    background: #0b5b99
}

.e-sports .horizontal-sl-item-bc.HardAthletics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-HardAthletics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-HardAthletics,.e-sports .competition-icon-league-bc.bc-i-HardAthletics:after,.e-sports .competition-icon-league-bc.bc-i-HardAthletics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-HardAthletics,.e-sports .e-sports-game-icon-back-nav.bc-i-HardAthletics:after,.e-sports .horizontal-sl-item-bc.HardAthletics,.e-sports .sp-s-l-h-flag-bc.bc-i-HardAthletics {
    background: linear-gradient(180deg,#1085e0,#0b5b99)
}

.e-sports .sp-sub-list-bc.HardAthletics:not(.selected):hover {
    background: rgba(11,91,153,.6);
    box-shadow: 0 0 8px 0 rgba(11,91,153,.6)
}

.e-sports .sp-sub-list-bc.HardAthletics.selected,.e-sports-HardAthletics .e-sports-time-start:before,.e-sports-HardAthletics .horizontal-sl-tab-bc:before,.e-sports-HardAthletics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.HardAthletics .e-sports-time-start:before,.sportsbook-center-section.HardAthletics .horizontal-sl-tab-bc:before,.sportsbook-center-section.HardAthletics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1085e0,#0b5b99)
}

.e-sports-match-container.HardAthletics .market-bc:hover {
    box-shadow: 0 0 20px 0 #0b5b99
}

.e-sports-match-container.HardAthletics .market-bc.active,.e-sports-match-container.HardAthletics .market-bc:hover {
    color: #fff;
    background: #0b5b99
}

.Hockey-bg {
    color: #fff;
    background: #168763
}

.horizontal-sl-item-bc.Hockey .horizontal-sl-icon-bc {
    color: #168763
}

.horizontal-sl-item-bc.Hockey.active {
    background: #168763
}

.horizontal-sl-item-bc.Hockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Hockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Hockey,.live-calendar-market-bc .bc-i-Hockey,.multi-select-icon-bc.bc-i-Hockey,.sp-sub-list-bc.Hockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Hockey {
    color: #168763
}

.sp-sub-list-bc.Hockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #168763
}

.sp-sub-list-bc.Hockey .market-game-section.active:before {
    background: #168763
}

.e-sports .horizontal-sl-item-bc.Hockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Hockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Hockey,.e-sports .competition-icon-league-bc.bc-i-Hockey:after,.e-sports .competition-icon-league-bc.bc-i-Hockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Hockey,.e-sports .e-sports-game-icon-back-nav.bc-i-Hockey:after,.e-sports .horizontal-sl-item-bc.Hockey,.e-sports .sp-s-l-h-flag-bc.bc-i-Hockey {
    background: linear-gradient(180deg,#21c993,#168763)
}

.e-sports .sp-sub-list-bc.Hockey:not(.selected):hover {
    background: rgba(22,135,99,.6);
    box-shadow: 0 0 8px 0 rgba(22,135,99,.6)
}

.e-sports .sp-sub-list-bc.Hockey.selected,.e-sports-Hockey .e-sports-time-start:before,.e-sports-Hockey .horizontal-sl-tab-bc:before,.e-sports-Hockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Hockey .e-sports-time-start:before,.sportsbook-center-section.Hockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.Hockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#21c993,#168763)
}

.e-sports-match-container.Hockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #168763
}

.e-sports-match-container.Hockey .market-bc.active,.e-sports-match-container.Hockey .market-bc:hover {
    color: #fff;
    background: #168763
}

.HorseRacing-bg {
    color: #fff;
    background: #6d5e4d
}

.horizontal-sl-item-bc.HorseRacing .horizontal-sl-icon-bc {
    color: #6d5e4d
}

.horizontal-sl-item-bc.HorseRacing.active {
    background: #6d5e4d
}

.horizontal-sl-item-bc.HorseRacing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.HorseRacing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-HorseRacing,.live-calendar-market-bc .bc-i-HorseRacing,.multi-select-icon-bc.bc-i-HorseRacing,.sp-sub-list-bc.HorseRacing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-HorseRacing {
    color: #6d5e4d
}

.sp-sub-list-bc.HorseRacing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #6d5e4d
}

.sp-sub-list-bc.HorseRacing .market-game-section.active:before {
    background: #6d5e4d
}

.e-sports .horizontal-sl-item-bc.HorseRacing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-HorseRacing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-HorseRacing,.e-sports .competition-icon-league-bc.bc-i-HorseRacing:after,.e-sports .competition-icon-league-bc.bc-i-HorseRacing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-HorseRacing,.e-sports .e-sports-game-icon-back-nav.bc-i-HorseRacing:after,.e-sports .horizontal-sl-item-bc.HorseRacing,.e-sports .sp-s-l-h-flag-bc.bc-i-HorseRacing {
    background: linear-gradient(180deg,#99856e,#6d5e4d)
}

.e-sports .sp-sub-list-bc.HorseRacing:not(.selected):hover {
    background: rgba(109,94,77,.6);
    box-shadow: 0 0 8px 0 rgba(109,94,77,.6)
}

.e-sports .sp-sub-list-bc.HorseRacing.selected,.e-sports-HorseRacing .e-sports-time-start:before,.e-sports-HorseRacing .horizontal-sl-tab-bc:before,.e-sports-HorseRacing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.HorseRacing .e-sports-time-start:before,.sportsbook-center-section.HorseRacing .horizontal-sl-tab-bc:before,.sportsbook-center-section.HorseRacing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#99856e,#6d5e4d)
}

.e-sports-match-container.HorseRacing .market-bc:hover {
    box-shadow: 0 0 20px 0 #6d5e4d
}

.e-sports-match-container.HorseRacing .market-bc.active,.e-sports-match-container.HorseRacing .market-bc:hover {
    color: #fff;
    background: #6d5e4d
}

.Hurling-bg {
    color: #fff;
    background: #189946
}

.horizontal-sl-item-bc.Hurling .horizontal-sl-icon-bc {
    color: #189946
}

.horizontal-sl-item-bc.Hurling.active {
    background: #189946
}

.horizontal-sl-item-bc.Hurling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Hurling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Hurling,.live-calendar-market-bc .bc-i-Hurling,.multi-select-icon-bc.bc-i-Hurling,.sp-sub-list-bc.Hurling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Hurling {
    color: #189946
}

.sp-sub-list-bc.Hurling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #189946
}

.sp-sub-list-bc.Hurling .market-game-section.active:before {
    background: #189946
}

.e-sports .horizontal-sl-item-bc.Hurling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Hurling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Hurling,.e-sports .competition-icon-league-bc.bc-i-Hurling:after,.e-sports .competition-icon-league-bc.bc-i-Hurling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Hurling,.e-sports .e-sports-game-icon-back-nav.bc-i-Hurling:after,.e-sports .horizontal-sl-item-bc.Hurling,.e-sports .sp-s-l-h-flag-bc.bc-i-Hurling {
    background: linear-gradient(180deg,#22db64,#189946)
}

.e-sports .sp-sub-list-bc.Hurling:not(.selected):hover {
    background: rgba(24,153,70,.6);
    box-shadow: 0 0 8px 0 rgba(24,153,70,.6)
}

.e-sports .sp-sub-list-bc.Hurling.selected,.e-sports-Hurling .e-sports-time-start:before,.e-sports-Hurling .horizontal-sl-tab-bc:before,.e-sports-Hurling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Hurling .e-sports-time-start:before,.sportsbook-center-section.Hurling .horizontal-sl-tab-bc:before,.sportsbook-center-section.Hurling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#22db64,#189946)
}

.e-sports-match-container.Hurling .market-bc:hover {
    box-shadow: 0 0 20px 0 #189946
}

.e-sports-match-container.Hurling .market-bc.active,.e-sports-match-container.Hurling .market-bc:hover {
    color: #fff;
    background: #189946
}

.IceHockey-bg {
    color: #000;
    background: #50a2c6
}

.horizontal-sl-item-bc.IceHockey .horizontal-sl-icon-bc {
    color: #50a2c6
}

.horizontal-sl-item-bc.IceHockey.active {
    background: #50a2c6
}

.horizontal-sl-item-bc.IceHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.IceHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-IceHockey,.live-calendar-market-bc .bc-i-IceHockey,.multi-select-icon-bc.bc-i-IceHockey,.sp-sub-list-bc.IceHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-IceHockey {
    color: #50a2c6
}

.sp-sub-list-bc.IceHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #50a2c6
}

.sp-sub-list-bc.IceHockey .market-game-section.active:before {
    background: #50a2c6
}

.e-sports .horizontal-sl-item-bc.IceHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-IceHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-IceHockey,.e-sports .competition-icon-league-bc.bc-i-IceHockey:after,.e-sports .competition-icon-league-bc.bc-i-IceHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-IceHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-IceHockey:after,.e-sports .horizontal-sl-item-bc.IceHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-IceHockey {
    background: linear-gradient(180deg,#8ac1d9,#50a2c6)
}

.e-sports .sp-sub-list-bc.IceHockey:not(.selected):hover {
    background: rgba(80,162,198,.6);
    box-shadow: 0 0 8px 0 rgba(80,162,198,.6)
}

.e-sports .sp-sub-list-bc.IceHockey.selected,.e-sports-IceHockey .e-sports-time-start:before,.e-sports-IceHockey .horizontal-sl-tab-bc:before,.e-sports-IceHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.IceHockey .e-sports-time-start:before,.sportsbook-center-section.IceHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.IceHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8ac1d9,#50a2c6)
}

.e-sports-match-container.IceHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #50a2c6
}

.e-sports-match-container.IceHockey .market-bc.active,.e-sports-match-container.IceHockey .market-bc:hover {
    color: #fff;
    background: #50a2c6
}

.Judo-bg {
    color: #fff;
    background: #0b5b99
}

.horizontal-sl-item-bc.Judo .horizontal-sl-icon-bc {
    color: #0b5b99
}

.horizontal-sl-item-bc.Judo.active {
    background: #0b5b99
}

.horizontal-sl-item-bc.Judo.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Judo.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Judo,.live-calendar-market-bc .bc-i-Judo,.multi-select-icon-bc.bc-i-Judo,.sp-sub-list-bc.Judo .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Judo {
    color: #0b5b99
}

.sp-sub-list-bc.Judo.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0b5b99
}

.sp-sub-list-bc.Judo .market-game-section.active:before {
    background: #0b5b99
}

.e-sports .horizontal-sl-item-bc.Judo .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Judo {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Judo,.e-sports .competition-icon-league-bc.bc-i-Judo:after,.e-sports .competition-icon-league-bc.bc-i-Judo~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Judo,.e-sports .e-sports-game-icon-back-nav.bc-i-Judo:after,.e-sports .horizontal-sl-item-bc.Judo,.e-sports .sp-s-l-h-flag-bc.bc-i-Judo {
    background: linear-gradient(180deg,#1085e0,#0b5b99)
}

.e-sports .sp-sub-list-bc.Judo:not(.selected):hover {
    background: rgba(11,91,153,.6);
    box-shadow: 0 0 8px 0 rgba(11,91,153,.6)
}

.e-sports .sp-sub-list-bc.Judo.selected,.e-sports-Judo .e-sports-time-start:before,.e-sports-Judo .horizontal-sl-tab-bc:before,.e-sports-Judo .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Judo .e-sports-time-start:before,.sportsbook-center-section.Judo .horizontal-sl-tab-bc:before,.sportsbook-center-section.Judo .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1085e0,#0b5b99)
}

.e-sports-match-container.Judo .market-bc:hover {
    box-shadow: 0 0 20px 0 #0b5b99
}

.e-sports-match-container.Judo .market-bc.active,.e-sports-match-container.Judo .market-bc:hover {
    color: #fff;
    background: #0b5b99
}

.LeagueOfLegends-bg {
    color: #fff;
    background: #034653
}

.horizontal-sl-item-bc.LeagueOfLegends .horizontal-sl-icon-bc {
    color: #034653
}

.horizontal-sl-item-bc.LeagueOfLegends.active {
    background: #034653
}

.horizontal-sl-item-bc.LeagueOfLegends.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.LeagueOfLegends.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-LeagueOfLegends,.live-calendar-market-bc .bc-i-LeagueOfLegends,.multi-select-icon-bc.bc-i-LeagueOfLegends,.sp-sub-list-bc.LeagueOfLegends .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-LeagueOfLegends {
    color: #034653
}

.sp-sub-list-bc.LeagueOfLegends.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #034653
}

.sp-sub-list-bc.LeagueOfLegends .market-game-section.active:before {
    background: #034653
}

.e-sports .horizontal-sl-item-bc.LeagueOfLegends .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-LeagueOfLegends {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-LeagueOfLegends,.e-sports .competition-icon-league-bc.bc-i-LeagueOfLegends:after,.e-sports .competition-icon-league-bc.bc-i-LeagueOfLegends~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-LeagueOfLegends,.e-sports .e-sports-game-icon-back-nav.bc-i-LeagueOfLegends:after,.e-sports .horizontal-sl-item-bc.LeagueOfLegends,.e-sports .sp-s-l-h-flag-bc.bc-i-LeagueOfLegends {
    background: linear-gradient(180deg,#06849d,#034653)
}

.e-sports .sp-sub-list-bc.LeagueOfLegends:not(.selected):hover {
    background: rgba(3,70,83,.6);
    box-shadow: 0 0 8px 0 rgba(3,70,83,.6)
}

.e-sports .sp-sub-list-bc.LeagueOfLegends.selected,.e-sports-LeagueOfLegends .e-sports-time-start:before,.e-sports-LeagueOfLegends .horizontal-sl-tab-bc:before,.e-sports-LeagueOfLegends .main-tabs-bc .tab-bc:before,.sportsbook-center-section.LeagueOfLegends .e-sports-time-start:before,.sportsbook-center-section.LeagueOfLegends .horizontal-sl-tab-bc:before,.sportsbook-center-section.LeagueOfLegends .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#06849d,#034653)
}

.e-sports-match-container.LeagueOfLegends .market-bc:hover {
    box-shadow: 0 0 20px 0 #034653
}

.e-sports-match-container.LeagueOfLegends .market-bc.active,.e-sports-match-container.LeagueOfLegends .market-bc:hover {
    color: #fff;
    background: #034653
}

.LeagueofLegendsWildRift-bg {
    color: #000;
    background: #3280ff
}

.horizontal-sl-item-bc.LeagueofLegendsWildRift .horizontal-sl-icon-bc {
    color: #3280ff
}

.horizontal-sl-item-bc.LeagueofLegendsWildRift.active {
    background: #3280ff
}

.horizontal-sl-item-bc.LeagueofLegendsWildRift.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.LeagueofLegendsWildRift.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-LeagueofLegendsWildRift,.live-calendar-market-bc .bc-i-LeagueofLegendsWildRift,.multi-select-icon-bc.bc-i-LeagueofLegendsWildRift,.sp-sub-list-bc.LeagueofLegendsWildRift .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-LeagueofLegendsWildRift {
    color: #3280ff
}

.sp-sub-list-bc.LeagueofLegendsWildRift.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #3280ff
}

.sp-sub-list-bc.LeagueofLegendsWildRift .market-game-section.active:before {
    background: #3280ff
}

.e-sports .horizontal-sl-item-bc.LeagueofLegendsWildRift .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-LeagueofLegendsWildRift {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-LeagueofLegendsWildRift,.e-sports .competition-icon-league-bc.bc-i-LeagueofLegendsWildRift:after,.e-sports .competition-icon-league-bc.bc-i-LeagueofLegendsWildRift~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-LeagueofLegendsWildRift,.e-sports .e-sports-game-icon-back-nav.bc-i-LeagueofLegendsWildRift:after,.e-sports .horizontal-sl-item-bc.LeagueofLegendsWildRift,.e-sports .sp-s-l-h-flag-bc.bc-i-LeagueofLegendsWildRift {
    background: linear-gradient(180deg,#7fafff,#3280ff)
}

.e-sports .sp-sub-list-bc.LeagueofLegendsWildRift:not(.selected):hover {
    background: rgba(50,128,255,.6);
    box-shadow: 0 0 8px 0 rgba(50,128,255,.6)
}

.e-sports .sp-sub-list-bc.LeagueofLegendsWildRift.selected,.e-sports-LeagueofLegendsWildRift .e-sports-time-start:before,.e-sports-LeagueofLegendsWildRift .horizontal-sl-tab-bc:before,.e-sports-LeagueofLegendsWildRift .main-tabs-bc .tab-bc:before,.sportsbook-center-section.LeagueofLegendsWildRift .e-sports-time-start:before,.sportsbook-center-section.LeagueofLegendsWildRift .horizontal-sl-tab-bc:before,.sportsbook-center-section.LeagueofLegendsWildRift .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#7fafff,#3280ff)
}

.e-sports-match-container.LeagueofLegendsWildRift .market-bc:hover {
    box-shadow: 0 0 20px 0 #3280ff
}

.e-sports-match-container.LeagueofLegendsWildRift .market-bc.active,.e-sports-match-container.LeagueofLegendsWildRift .market-bc:hover {
    color: #fff;
    background: #3280ff
}

.Lacross-bg {
    color: #fff;
    background: #168763
}

.horizontal-sl-item-bc.Lacross .horizontal-sl-icon-bc {
    color: #168763
}

.horizontal-sl-item-bc.Lacross.active {
    background: #168763
}

.horizontal-sl-item-bc.Lacross.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Lacross.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Lacross,.live-calendar-market-bc .bc-i-Lacross,.multi-select-icon-bc.bc-i-Lacross,.sp-sub-list-bc.Lacross .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Lacross {
    color: #168763
}

.sp-sub-list-bc.Lacross.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #168763
}

.sp-sub-list-bc.Lacross .market-game-section.active:before {
    background: #168763
}

.e-sports .horizontal-sl-item-bc.Lacross .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Lacross {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Lacross,.e-sports .competition-icon-league-bc.bc-i-Lacross:after,.e-sports .competition-icon-league-bc.bc-i-Lacross~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Lacross,.e-sports .e-sports-game-icon-back-nav.bc-i-Lacross:after,.e-sports .horizontal-sl-item-bc.Lacross,.e-sports .sp-s-l-h-flag-bc.bc-i-Lacross {
    background: linear-gradient(180deg,#21c993,#168763)
}

.e-sports .sp-sub-list-bc.Lacross:not(.selected):hover {
    background: rgba(22,135,99,.6);
    box-shadow: 0 0 8px 0 rgba(22,135,99,.6)
}

.e-sports .sp-sub-list-bc.Lacross.selected,.e-sports-Lacross .e-sports-time-start:before,.e-sports-Lacross .horizontal-sl-tab-bc:before,.e-sports-Lacross .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Lacross .e-sports-time-start:before,.sportsbook-center-section.Lacross .horizontal-sl-tab-bc:before,.sportsbook-center-section.Lacross .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#21c993,#168763)
}

.e-sports-match-container.Lacross .market-bc:hover {
    box-shadow: 0 0 20px 0 #168763
}

.e-sports-match-container.Lacross .market-bc.active,.e-sports-match-container.Lacross .market-bc:hover {
    color: #fff;
    background: #168763
}

.LightAthletics-bg {
    color: #fff;
    background: #0b5b99
}

.horizontal-sl-item-bc.LightAthletics .horizontal-sl-icon-bc {
    color: #0b5b99
}

.horizontal-sl-item-bc.LightAthletics.active {
    background: #0b5b99
}

.horizontal-sl-item-bc.LightAthletics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.LightAthletics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-LightAthletics,.live-calendar-market-bc .bc-i-LightAthletics,.multi-select-icon-bc.bc-i-LightAthletics,.sp-sub-list-bc.LightAthletics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-LightAthletics {
    color: #0b5b99
}

.sp-sub-list-bc.LightAthletics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0b5b99
}

.sp-sub-list-bc.LightAthletics .market-game-section.active:before {
    background: #0b5b99
}

.e-sports .horizontal-sl-item-bc.LightAthletics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-LightAthletics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-LightAthletics,.e-sports .competition-icon-league-bc.bc-i-LightAthletics:after,.e-sports .competition-icon-league-bc.bc-i-LightAthletics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-LightAthletics,.e-sports .e-sports-game-icon-back-nav.bc-i-LightAthletics:after,.e-sports .horizontal-sl-item-bc.LightAthletics,.e-sports .sp-s-l-h-flag-bc.bc-i-LightAthletics {
    background: linear-gradient(180deg,#1085e0,#0b5b99)
}

.e-sports .sp-sub-list-bc.LightAthletics:not(.selected):hover {
    background: rgba(11,91,153,.6);
    box-shadow: 0 0 8px 0 rgba(11,91,153,.6)
}

.e-sports .sp-sub-list-bc.LightAthletics.selected,.e-sports-LightAthletics .e-sports-time-start:before,.e-sports-LightAthletics .horizontal-sl-tab-bc:before,.e-sports-LightAthletics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.LightAthletics .e-sports-time-start:before,.sportsbook-center-section.LightAthletics .horizontal-sl-tab-bc:before,.sportsbook-center-section.LightAthletics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1085e0,#0b5b99)
}

.e-sports-match-container.LightAthletics .market-bc:hover {
    box-shadow: 0 0 20px 0 #0b5b99
}

.e-sports-match-container.LightAthletics .market-bc.active,.e-sports-match-container.LightAthletics .market-bc:hover {
    color: #fff;
    background: #0b5b99
}

.Luge-bg {
    color: #000;
    background: #99c4de
}

.horizontal-sl-item-bc.Luge .horizontal-sl-icon-bc {
    color: #99c4de
}

.horizontal-sl-item-bc.Luge.active {
    background: #99c4de
}

.horizontal-sl-item-bc.Luge.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Luge.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Luge,.live-calendar-market-bc .bc-i-Luge,.multi-select-icon-bc.bc-i-Luge,.sp-sub-list-bc.Luge .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Luge {
    color: #99c4de
}

.sp-sub-list-bc.Luge.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #99c4de
}

.sp-sub-list-bc.Luge .market-game-section.active:before {
    background: #99c4de
}

.e-sports .horizontal-sl-item-bc.Luge .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Luge {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Luge,.e-sports .competition-icon-league-bc.bc-i-Luge:after,.e-sports .competition-icon-league-bc.bc-i-Luge~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Luge,.e-sports .e-sports-game-icon-back-nav.bc-i-Luge:after,.e-sports .horizontal-sl-item-bc.Luge,.e-sports .sp-s-l-h-flag-bc.bc-i-Luge {
    background: linear-gradient(180deg,#d3e5f1,#99c4de)
}

.e-sports .sp-sub-list-bc.Luge:not(.selected):hover {
    background: rgba(153,196,222,.6);
    box-shadow: 0 0 8px 0 rgba(153,196,222,.6)
}

.e-sports .sp-sub-list-bc.Luge.selected,.e-sports-Luge .e-sports-time-start:before,.e-sports-Luge .horizontal-sl-tab-bc:before,.e-sports-Luge .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Luge .e-sports-time-start:before,.sportsbook-center-section.Luge .horizontal-sl-tab-bc:before,.sportsbook-center-section.Luge .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d3e5f1,#99c4de)
}

.e-sports-match-container.Luge .market-bc:hover {
    box-shadow: 0 0 20px 0 #99c4de
}

.e-sports-match-container.Luge .market-bc.active,.e-sports-match-container.Luge .market-bc:hover {
    color: #fff;
    background: #99c4de
}

.MixedFootball-bg {
    color: #000;
    background: #f94d4b
}

.horizontal-sl-item-bc.MixedFootball .horizontal-sl-icon-bc {
    color: #f94d4b
}

.horizontal-sl-item-bc.MixedFootball.active {
    background: #f94d4b
}

.horizontal-sl-item-bc.MixedFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.MixedFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-MixedFootball,.live-calendar-market-bc .bc-i-MixedFootball,.multi-select-icon-bc.bc-i-MixedFootball,.sp-sub-list-bc.MixedFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-MixedFootball {
    color: #f94d4b
}

.sp-sub-list-bc.MixedFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #f94d4b
}

.sp-sub-list-bc.MixedFootball .market-game-section.active:before {
    background: #f94d4b
}

.e-sports .horizontal-sl-item-bc.MixedFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-MixedFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-MixedFootball,.e-sports .competition-icon-league-bc.bc-i-MixedFootball:after,.e-sports .competition-icon-league-bc.bc-i-MixedFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-MixedFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-MixedFootball:after,.e-sports .horizontal-sl-item-bc.MixedFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-MixedFootball {
    background: linear-gradient(180deg,#fb9695,#f94d4b)
}

.e-sports .sp-sub-list-bc.MixedFootball:not(.selected):hover {
    background: rgba(249,77,75,.6);
    box-shadow: 0 0 8px 0 rgba(249,77,75,.6)
}

.e-sports .sp-sub-list-bc.MixedFootball.selected,.e-sports-MixedFootball .e-sports-time-start:before,.e-sports-MixedFootball .horizontal-sl-tab-bc:before,.e-sports-MixedFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.MixedFootball .e-sports-time-start:before,.sportsbook-center-section.MixedFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.MixedFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fb9695,#f94d4b)
}

.e-sports-match-container.MixedFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #f94d4b
}

.e-sports-match-container.MixedFootball .market-bc.active,.e-sports-match-container.MixedFootball .market-bc:hover {
    color: #fff;
    background: #f94d4b
}

.MobileLegends-bg {
    color: #000;
    background: #a98157
}

.horizontal-sl-item-bc.MobileLegends .horizontal-sl-icon-bc {
    color: #a98157
}

.horizontal-sl-item-bc.MobileLegends.active {
    background: #a98157
}

.horizontal-sl-item-bc.MobileLegends.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.MobileLegends.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-MobileLegends,.live-calendar-market-bc .bc-i-MobileLegends,.multi-select-icon-bc.bc-i-MobileLegends,.sp-sub-list-bc.MobileLegends .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-MobileLegends {
    color: #a98157
}

.sp-sub-list-bc.MobileLegends.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #a98157
}

.sp-sub-list-bc.MobileLegends .market-game-section.active:before {
    background: #a98157
}

.e-sports .horizontal-sl-item-bc.MobileLegends .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-MobileLegends {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-MobileLegends,.e-sports .competition-icon-league-bc.bc-i-MobileLegends:after,.e-sports .competition-icon-league-bc.bc-i-MobileLegends~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-MobileLegends,.e-sports .e-sports-game-icon-back-nav.bc-i-MobileLegends:after,.e-sports .horizontal-sl-item-bc.MobileLegends,.e-sports .sp-s-l-h-flag-bc.bc-i-MobileLegends {
    background: linear-gradient(180deg,#c3a78a,#a98157)
}

.e-sports .sp-sub-list-bc.MobileLegends:not(.selected):hover {
    background: rgba(169,129,87,.6);
    box-shadow: 0 0 8px 0 rgba(169,129,87,.6)
}

.e-sports .sp-sub-list-bc.MobileLegends.selected,.e-sports-MobileLegends .e-sports-time-start:before,.e-sports-MobileLegends .horizontal-sl-tab-bc:before,.e-sports-MobileLegends .main-tabs-bc .tab-bc:before,.sportsbook-center-section.MobileLegends .e-sports-time-start:before,.sportsbook-center-section.MobileLegends .horizontal-sl-tab-bc:before,.sportsbook-center-section.MobileLegends .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c3a78a,#a98157)
}

.e-sports-match-container.MobileLegends .market-bc:hover {
    box-shadow: 0 0 20px 0 #a98157
}

.e-sports-match-container.MobileLegends .market-bc.active,.e-sports-match-container.MobileLegends .market-bc:hover {
    color: #fff;
    background: #a98157
}

.Motorbikes-bg {
    color: #fff;
    background: #8d612e
}

.horizontal-sl-item-bc.Motorbikes .horizontal-sl-icon-bc {
    color: #8d612e
}

.horizontal-sl-item-bc.Motorbikes.active {
    background: #8d612e
}

.horizontal-sl-item-bc.Motorbikes.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Motorbikes.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Motorbikes,.live-calendar-market-bc .bc-i-Motorbikes,.multi-select-icon-bc.bc-i-Motorbikes,.sp-sub-list-bc.Motorbikes .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Motorbikes {
    color: #8d612e
}

.sp-sub-list-bc.Motorbikes.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8d612e
}

.sp-sub-list-bc.Motorbikes .market-game-section.active:before {
    background: #8d612e
}

.e-sports .horizontal-sl-item-bc.Motorbikes .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Motorbikes {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Motorbikes,.e-sports .competition-icon-league-bc.bc-i-Motorbikes:after,.e-sports .competition-icon-league-bc.bc-i-Motorbikes~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Motorbikes,.e-sports .e-sports-game-icon-back-nav.bc-i-Motorbikes:after,.e-sports .horizontal-sl-item-bc.Motorbikes,.e-sports .sp-s-l-h-flag-bc.bc-i-Motorbikes {
    background: linear-gradient(180deg,#c28845,#8d612e)
}

.e-sports .sp-sub-list-bc.Motorbikes:not(.selected):hover {
    background: rgba(141,97,46,.6);
    box-shadow: 0 0 8px 0 rgba(141,97,46,.6)
}

.e-sports .sp-sub-list-bc.Motorbikes.selected,.e-sports-Motorbikes .e-sports-time-start:before,.e-sports-Motorbikes .horizontal-sl-tab-bc:before,.e-sports-Motorbikes .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Motorbikes .e-sports-time-start:before,.sportsbook-center-section.Motorbikes .horizontal-sl-tab-bc:before,.sportsbook-center-section.Motorbikes .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c28845,#8d612e)
}

.e-sports-match-container.Motorbikes .market-bc:hover {
    box-shadow: 0 0 20px 0 #8d612e
}

.Motorsport-bg,.e-sports-match-container.Motorbikes .market-bc.active,.e-sports-match-container.Motorbikes .market-bc:hover {
    color: #fff;
    background: #8d612e
}

.horizontal-sl-item-bc.Motorsport .horizontal-sl-icon-bc {
    color: #8d612e
}

.horizontal-sl-item-bc.Motorsport.active {
    background: #8d612e
}

.horizontal-sl-item-bc.Motorsport.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Motorsport.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Motorsport,.live-calendar-market-bc .bc-i-Motorsport,.multi-select-icon-bc.bc-i-Motorsport,.sp-sub-list-bc.Motorsport .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Motorsport {
    color: #8d612e
}

.sp-sub-list-bc.Motorsport.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8d612e
}

.sp-sub-list-bc.Motorsport .market-game-section.active:before {
    background: #8d612e
}

.e-sports .horizontal-sl-item-bc.Motorsport .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Motorsport {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Motorsport,.e-sports .competition-icon-league-bc.bc-i-Motorsport:after,.e-sports .competition-icon-league-bc.bc-i-Motorsport~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Motorsport,.e-sports .e-sports-game-icon-back-nav.bc-i-Motorsport:after,.e-sports .horizontal-sl-item-bc.Motorsport,.e-sports .sp-s-l-h-flag-bc.bc-i-Motorsport {
    background: linear-gradient(180deg,#c28845,#8d612e)
}

.e-sports .sp-sub-list-bc.Motorsport:not(.selected):hover {
    background: rgba(141,97,46,.6);
    box-shadow: 0 0 8px 0 rgba(141,97,46,.6)
}

.e-sports .sp-sub-list-bc.Motorsport.selected,.e-sports-Motorsport .e-sports-time-start:before,.e-sports-Motorsport .horizontal-sl-tab-bc:before,.e-sports-Motorsport .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Motorsport .e-sports-time-start:before,.sportsbook-center-section.Motorsport .horizontal-sl-tab-bc:before,.sportsbook-center-section.Motorsport .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c28845,#8d612e)
}

.e-sports-match-container.Motorsport .market-bc:hover {
    box-shadow: 0 0 20px 0 #8d612e
}

.e-sports-match-container.Motorsport .market-bc.active,.e-sports-match-container.Motorsport .market-bc:hover {
    color: #fff;
    background: #8d612e
}

.Nascar-bg {
    color: #fff;
    background: #b92f93
}

.horizontal-sl-item-bc.Nascar .horizontal-sl-icon-bc {
    color: #b92f93
}

.horizontal-sl-item-bc.Nascar.active {
    background: #b92f93
}

.horizontal-sl-item-bc.Nascar.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Nascar.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Nascar,.live-calendar-market-bc .bc-i-Nascar,.multi-select-icon-bc.bc-i-Nascar,.sp-sub-list-bc.Nascar .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Nascar {
    color: #b92f93
}

.sp-sub-list-bc.Nascar.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b92f93
}

.sp-sub-list-bc.Nascar .market-game-section.active:before {
    background: #b92f93
}

.e-sports .horizontal-sl-item-bc.Nascar .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Nascar {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Nascar,.e-sports .competition-icon-league-bc.bc-i-Nascar:after,.e-sports .competition-icon-league-bc.bc-i-Nascar~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Nascar,.e-sports .e-sports-game-icon-back-nav.bc-i-Nascar:after,.e-sports .horizontal-sl-item-bc.Nascar,.e-sports .sp-s-l-h-flag-bc.bc-i-Nascar {
    background: linear-gradient(180deg,#d65eb5,#b92f93)
}

.e-sports .sp-sub-list-bc.Nascar:not(.selected):hover {
    background: rgba(185,47,147,.6);
    box-shadow: 0 0 8px 0 rgba(185,47,147,.6)
}

.e-sports .sp-sub-list-bc.Nascar.selected,.e-sports-Nascar .e-sports-time-start:before,.e-sports-Nascar .horizontal-sl-tab-bc:before,.e-sports-Nascar .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Nascar .e-sports-time-start:before,.sportsbook-center-section.Nascar .horizontal-sl-tab-bc:before,.sportsbook-center-section.Nascar .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d65eb5,#b92f93)
}

.e-sports-match-container.Nascar .market-bc:hover {
    box-shadow: 0 0 20px 0 #b92f93
}

.e-sports-match-container.Nascar .market-bc.active,.e-sports-match-container.Nascar .market-bc:hover {
    color: #fff;
    background: #b92f93
}

.Netball-bg {
    color: #fff;
    background: #716d6d
}

.horizontal-sl-item-bc.Netball .horizontal-sl-icon-bc {
    color: #716d6d
}

.horizontal-sl-item-bc.Netball.active {
    background: #716d6d
}

.horizontal-sl-item-bc.Netball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Netball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Netball,.live-calendar-market-bc .bc-i-Netball,.multi-select-icon-bc.bc-i-Netball,.sp-sub-list-bc.Netball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Netball {
    color: #716d6d
}

.sp-sub-list-bc.Netball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #716d6d
}

.sp-sub-list-bc.Netball .market-game-section.active:before {
    background: #716d6d
}

.e-sports .horizontal-sl-item-bc.Netball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Netball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Netball,.e-sports .competition-icon-league-bc.bc-i-Netball:after,.e-sports .competition-icon-league-bc.bc-i-Netball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Netball,.e-sports .e-sports-game-icon-back-nav.bc-i-Netball:after,.e-sports .horizontal-sl-item-bc.Netball,.e-sports .sp-s-l-h-flag-bc.bc-i-Netball {
    background: linear-gradient(180deg,#979393,#716d6d)
}

.e-sports .sp-sub-list-bc.Netball:not(.selected):hover {
    background: rgba(113,109,109,.6);
    box-shadow: 0 0 8px 0 rgba(113,109,109,.6)
}

.e-sports .sp-sub-list-bc.Netball.selected,.e-sports-Netball .e-sports-time-start:before,.e-sports-Netball .horizontal-sl-tab-bc:before,.e-sports-Netball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Netball .e-sports-time-start:before,.sportsbook-center-section.Netball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Netball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#979393,#716d6d)
}

.e-sports-match-container.Netball .market-bc:hover {
    box-shadow: 0 0 20px 0 #716d6d
}

.e-sports-match-container.Netball .market-bc.active,.e-sports-match-container.Netball .market-bc:hover {
    color: #fff;
    background: #716d6d
}

.Pesapallo-bg {
    color: #000;
    background: #db8e48
}

.horizontal-sl-item-bc.Pesapallo .horizontal-sl-icon-bc {
    color: #db8e48
}

.horizontal-sl-item-bc.Pesapallo.active {
    background: #db8e48
}

.horizontal-sl-item-bc.Pesapallo.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Pesapallo.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Pesapallo,.live-calendar-market-bc .bc-i-Pesapallo,.multi-select-icon-bc.bc-i-Pesapallo,.sp-sub-list-bc.Pesapallo .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Pesapallo {
    color: #db8e48
}

.sp-sub-list-bc.Pesapallo.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #db8e48
}

.sp-sub-list-bc.Pesapallo .market-game-section.active:before {
    background: #db8e48
}

.e-sports .horizontal-sl-item-bc.Pesapallo .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Pesapallo {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Pesapallo,.e-sports .competition-icon-league-bc.bc-i-Pesapallo:after,.e-sports .competition-icon-league-bc.bc-i-Pesapallo~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Pesapallo,.e-sports .e-sports-game-icon-back-nav.bc-i-Pesapallo:after,.e-sports .horizontal-sl-item-bc.Pesapallo,.e-sports .sp-s-l-h-flag-bc.bc-i-Pesapallo {
    background: linear-gradient(180deg,#e8b588,#db8e48)
}

.e-sports .sp-sub-list-bc.Pesapallo:not(.selected):hover {
    background: rgba(219,142,72,.6);
    box-shadow: 0 0 8px 0 rgba(219,142,72,.6)
}

.e-sports .sp-sub-list-bc.Pesapallo.selected,.e-sports-Pesapallo .e-sports-time-start:before,.e-sports-Pesapallo .horizontal-sl-tab-bc:before,.e-sports-Pesapallo .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Pesapallo .e-sports-time-start:before,.sportsbook-center-section.Pesapallo .horizontal-sl-tab-bc:before,.sportsbook-center-section.Pesapallo .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e8b588,#db8e48)
}

.e-sports-match-container.Pesapallo .market-bc:hover {
    box-shadow: 0 0 20px 0 #db8e48
}

.e-sports-match-container.Pesapallo .market-bc.active,.e-sports-match-container.Pesapallo .market-bc:hover {
    color: #fff;
    background: #db8e48
}

.PokerLive-bg {
    color: #fff;
    background: #116b4f
}

.horizontal-sl-item-bc.PokerLive .horizontal-sl-icon-bc {
    color: #116b4f
}

.horizontal-sl-item-bc.PokerLive.active {
    background: #116b4f
}

.horizontal-sl-item-bc.PokerLive.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PokerLive.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PokerLive,.live-calendar-market-bc .bc-i-PokerLive,.multi-select-icon-bc.bc-i-PokerLive,.sp-sub-list-bc.PokerLive .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PokerLive {
    color: #116b4f
}

.sp-sub-list-bc.PokerLive.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #116b4f
}

.sp-sub-list-bc.PokerLive .market-game-section.active:before {
    background: #116b4f
}

.e-sports .horizontal-sl-item-bc.PokerLive .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PokerLive {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PokerLive,.e-sports .competition-icon-league-bc.bc-i-PokerLive:after,.e-sports .competition-icon-league-bc.bc-i-PokerLive~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PokerLive,.e-sports .e-sports-game-icon-back-nav.bc-i-PokerLive:after,.e-sports .horizontal-sl-item-bc.PokerLive,.e-sports .sp-s-l-h-flag-bc.bc-i-PokerLive {
    background: linear-gradient(180deg,#1bad80,#116b4f)
}

.e-sports .sp-sub-list-bc.PokerLive:not(.selected):hover {
    background: rgba(17,107,79,.6);
    box-shadow: 0 0 8px 0 rgba(17,107,79,.6)
}

.e-sports .sp-sub-list-bc.PokerLive.selected,.e-sports-PokerLive .e-sports-time-start:before,.e-sports-PokerLive .horizontal-sl-tab-bc:before,.e-sports-PokerLive .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PokerLive .e-sports-time-start:before,.sportsbook-center-section.PokerLive .horizontal-sl-tab-bc:before,.sportsbook-center-section.PokerLive .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1bad80,#116b4f)
}

.e-sports-match-container.PokerLive .market-bc:hover {
    box-shadow: 0 0 20px 0 #116b4f
}

.Poker-bg,.e-sports-match-container.PokerLive .market-bc.active,.e-sports-match-container.PokerLive .market-bc:hover {
    color: #fff;
    background: #116b4f
}

.horizontal-sl-item-bc.Poker .horizontal-sl-icon-bc {
    color: #116b4f
}

.horizontal-sl-item-bc.Poker.active {
    background: #116b4f
}

.horizontal-sl-item-bc.Poker.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Poker.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Poker,.live-calendar-market-bc .bc-i-Poker,.multi-select-icon-bc.bc-i-Poker,.sp-sub-list-bc.Poker .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Poker {
    color: #116b4f
}

.sp-sub-list-bc.Poker.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #116b4f
}

.sp-sub-list-bc.Poker .market-game-section.active:before {
    background: #116b4f
}

.e-sports .horizontal-sl-item-bc.Poker .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Poker {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Poker,.e-sports .competition-icon-league-bc.bc-i-Poker:after,.e-sports .competition-icon-league-bc.bc-i-Poker~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Poker,.e-sports .e-sports-game-icon-back-nav.bc-i-Poker:after,.e-sports .horizontal-sl-item-bc.Poker,.e-sports .sp-s-l-h-flag-bc.bc-i-Poker {
    background: linear-gradient(180deg,#1bad80,#116b4f)
}

.e-sports .sp-sub-list-bc.Poker:not(.selected):hover {
    background: rgba(17,107,79,.6);
    box-shadow: 0 0 8px 0 rgba(17,107,79,.6)
}

.e-sports .sp-sub-list-bc.Poker.selected,.e-sports-Poker .e-sports-time-start:before,.e-sports-Poker .horizontal-sl-tab-bc:before,.e-sports-Poker .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Poker .e-sports-time-start:before,.sportsbook-center-section.Poker .horizontal-sl-tab-bc:before,.sportsbook-center-section.Poker .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1bad80,#116b4f)
}

.e-sports-match-container.Poker .market-bc:hover {
    box-shadow: 0 0 20px 0 #116b4f
}

.e-sports-match-container.Poker .market-bc.active,.e-sports-match-container.Poker .market-bc:hover {
    color: #fff;
    background: #116b4f
}

.Pool-bg {
    color: #fff;
    background: #a155a0
}

.horizontal-sl-item-bc.Pool .horizontal-sl-icon-bc {
    color: #a155a0
}

.horizontal-sl-item-bc.Pool.active {
    background: #a155a0
}

.horizontal-sl-item-bc.Pool.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Pool.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Pool,.live-calendar-market-bc .bc-i-Pool,.multi-select-icon-bc.bc-i-Pool,.sp-sub-list-bc.Pool .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Pool {
    color: #a155a0
}

.sp-sub-list-bc.Pool.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a155a0
}

.sp-sub-list-bc.Pool .market-game-section.active:before {
    background: #a155a0
}

.e-sports .horizontal-sl-item-bc.Pool .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Pool {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Pool,.e-sports .competition-icon-league-bc.bc-i-Pool:after,.e-sports .competition-icon-league-bc.bc-i-Pool~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Pool,.e-sports .e-sports-game-icon-back-nav.bc-i-Pool:after,.e-sports .horizontal-sl-item-bc.Pool,.e-sports .sp-s-l-h-flag-bc.bc-i-Pool {
    background: linear-gradient(180deg,#be84bd,#a155a0)
}

.e-sports .sp-sub-list-bc.Pool:not(.selected):hover {
    background: rgba(161,85,160,.6);
    box-shadow: 0 0 8px 0 rgba(161,85,160,.6)
}

.e-sports .sp-sub-list-bc.Pool.selected,.e-sports-Pool .e-sports-time-start:before,.e-sports-Pool .horizontal-sl-tab-bc:before,.e-sports-Pool .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Pool .e-sports-time-start:before,.sportsbook-center-section.Pool .horizontal-sl-tab-bc:before,.sportsbook-center-section.Pool .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#be84bd,#a155a0)
}

.e-sports-match-container.Pool .market-bc:hover {
    box-shadow: 0 0 20px 0 #a155a0
}

.e-sports-match-container.Pool .market-bc.active,.e-sports-match-container.Pool .market-bc:hover {
    color: #fff;
    background: #a155a0
}

.Rally-bg {
    color: #000;
    background: #c28540
}

.horizontal-sl-item-bc.Rally .horizontal-sl-icon-bc {
    color: #c28540
}

.horizontal-sl-item-bc.Rally.active {
    background: #c28540
}

.horizontal-sl-item-bc.Rally.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Rally.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Rally,.live-calendar-market-bc .bc-i-Rally,.multi-select-icon-bc.bc-i-Rally,.sp-sub-list-bc.Rally .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Rally {
    color: #c28540
}

.sp-sub-list-bc.Rally.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #c28540
}

.sp-sub-list-bc.Rally .market-game-section.active:before {
    background: #c28540
}

.e-sports .horizontal-sl-item-bc.Rally .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Rally {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Rally,.e-sports .competition-icon-league-bc.bc-i-Rally:after,.e-sports .competition-icon-league-bc.bc-i-Rally~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Rally,.e-sports .e-sports-game-icon-back-nav.bc-i-Rally:after,.e-sports .horizontal-sl-item-bc.Rally,.e-sports .sp-s-l-h-flag-bc.bc-i-Rally {
    background: linear-gradient(180deg,#d5aa7a,#c28540)
}

.e-sports .sp-sub-list-bc.Rally:not(.selected):hover {
    background: rgba(194,133,64,.6);
    box-shadow: 0 0 8px 0 rgba(194,133,64,.6)
}

.e-sports .sp-sub-list-bc.Rally.selected,.e-sports-Rally .e-sports-time-start:before,.e-sports-Rally .horizontal-sl-tab-bc:before,.e-sports-Rally .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Rally .e-sports-time-start:before,.sportsbook-center-section.Rally .horizontal-sl-tab-bc:before,.sportsbook-center-section.Rally .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d5aa7a,#c28540)
}

.e-sports-match-container.Rally .market-bc:hover {
    box-shadow: 0 0 20px 0 #c28540
}

.e-sports-match-container.Rally .market-bc.active,.e-sports-match-container.Rally .market-bc:hover {
    color: #fff;
    background: #c28540
}

.RinkHockey-bg {
    color: #000;
    background: #e3bb6d
}

.horizontal-sl-item-bc.RinkHockey .horizontal-sl-icon-bc {
    color: #e3bb6d
}

.horizontal-sl-item-bc.RinkHockey.active {
    background: #e3bb6d
}

.horizontal-sl-item-bc.RinkHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RinkHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RinkHockey,.live-calendar-market-bc .bc-i-RinkHockey,.multi-select-icon-bc.bc-i-RinkHockey,.sp-sub-list-bc.RinkHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RinkHockey {
    color: #e3bb6d
}

.sp-sub-list-bc.RinkHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e3bb6d
}

.sp-sub-list-bc.RinkHockey .market-game-section.active:before {
    background: #e3bb6d
}

.e-sports .horizontal-sl-item-bc.RinkHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RinkHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RinkHockey,.e-sports .competition-icon-league-bc.bc-i-RinkHockey:after,.e-sports .competition-icon-league-bc.bc-i-RinkHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RinkHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-RinkHockey:after,.e-sports .horizontal-sl-item-bc.RinkHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-RinkHockey {
    background: linear-gradient(180deg,#efd9ad,#e3bb6d)
}

.e-sports .sp-sub-list-bc.RinkHockey:not(.selected):hover {
    background: rgba(227,187,109,.6);
    box-shadow: 0 0 8px 0 rgba(227,187,109,.6)
}

.e-sports .sp-sub-list-bc.RinkHockey.selected,.e-sports-RinkHockey .e-sports-time-start:before,.e-sports-RinkHockey .horizontal-sl-tab-bc:before,.e-sports-RinkHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RinkHockey .e-sports-time-start:before,.sportsbook-center-section.RinkHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.RinkHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#efd9ad,#e3bb6d)
}

.e-sports-match-container.RinkHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #e3bb6d
}

.e-sports-match-container.RinkHockey .market-bc.active,.e-sports-match-container.RinkHockey .market-bc:hover {
    color: #fff;
    background: #e3bb6d
}

.Rowing-bg {
    color: #fff;
    background: #0f81d9
}

.horizontal-sl-item-bc.Rowing .horizontal-sl-icon-bc {
    color: #0f81d9
}

.horizontal-sl-item-bc.Rowing.active {
    background: #0f81d9
}

.horizontal-sl-item-bc.Rowing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Rowing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Rowing,.live-calendar-market-bc .bc-i-Rowing,.multi-select-icon-bc.bc-i-Rowing,.sp-sub-list-bc.Rowing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Rowing {
    color: #0f81d9
}

.sp-sub-list-bc.Rowing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0f81d9
}

.sp-sub-list-bc.Rowing .market-game-section.active:before {
    background: #0f81d9
}

.e-sports .horizontal-sl-item-bc.Rowing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Rowing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Rowing,.e-sports .competition-icon-league-bc.bc-i-Rowing:after,.e-sports .competition-icon-league-bc.bc-i-Rowing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Rowing,.e-sports .e-sports-game-icon-back-nav.bc-i-Rowing:after,.e-sports .horizontal-sl-item-bc.Rowing,.e-sports .sp-s-l-h-flag-bc.bc-i-Rowing {
    background: linear-gradient(180deg,#43a6f2,#0f81d9)
}

.e-sports .sp-sub-list-bc.Rowing:not(.selected):hover {
    background: rgba(15,129,217,.6);
    box-shadow: 0 0 8px 0 rgba(15,129,217,.6)
}

.e-sports .sp-sub-list-bc.Rowing.selected,.e-sports-Rowing .e-sports-time-start:before,.e-sports-Rowing .horizontal-sl-tab-bc:before,.e-sports-Rowing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Rowing .e-sports-time-start:before,.sportsbook-center-section.Rowing .horizontal-sl-tab-bc:before,.sportsbook-center-section.Rowing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#43a6f2,#0f81d9)
}

.e-sports-match-container.Rowing .market-bc:hover {
    box-shadow: 0 0 20px 0 #0f81d9
}

.e-sports-match-container.Rowing .market-bc.active,.e-sports-match-container.Rowing .market-bc:hover {
    color: #fff;
    background: #0f81d9
}

.Rugby-bg {
    color: #fff;
    background: #799755
}

.horizontal-sl-item-bc.Rugby .horizontal-sl-icon-bc {
    color: #799755
}

.horizontal-sl-item-bc.Rugby.active {
    background: #799755
}

.horizontal-sl-item-bc.Rugby.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Rugby.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Rugby,.live-calendar-market-bc .bc-i-Rugby,.multi-select-icon-bc.bc-i-Rugby,.sp-sub-list-bc.Rugby .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Rugby {
    color: #799755
}

.sp-sub-list-bc.Rugby.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #799755
}

.sp-sub-list-bc.Rugby .market-game-section.active:before {
    background: #799755
}

.e-sports .horizontal-sl-item-bc.Rugby .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Rugby {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Rugby,.e-sports .competition-icon-league-bc.bc-i-Rugby:after,.e-sports .competition-icon-league-bc.bc-i-Rugby~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Rugby,.e-sports .e-sports-game-icon-back-nav.bc-i-Rugby:after,.e-sports .horizontal-sl-item-bc.Rugby,.e-sports .sp-s-l-h-flag-bc.bc-i-Rugby {
    background: linear-gradient(180deg,#9fb881,#799755)
}

.e-sports .sp-sub-list-bc.Rugby:not(.selected):hover {
    background: rgba(121,151,85,.6);
    box-shadow: 0 0 8px 0 rgba(121,151,85,.6)
}

.e-sports .sp-sub-list-bc.Rugby.selected,.e-sports-Rugby .e-sports-time-start:before,.e-sports-Rugby .horizontal-sl-tab-bc:before,.e-sports-Rugby .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Rugby .e-sports-time-start:before,.sportsbook-center-section.Rugby .horizontal-sl-tab-bc:before,.sportsbook-center-section.Rugby .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9fb881,#799755)
}

.e-sports-match-container.Rugby .market-bc:hover {
    box-shadow: 0 0 20px 0 #799755
}

.RugbyLeague-bg,.e-sports-match-container.Rugby .market-bc.active,.e-sports-match-container.Rugby .market-bc:hover {
    color: #fff;
    background: #799755
}

.horizontal-sl-item-bc.RugbyLeague .horizontal-sl-icon-bc {
    color: #799755
}

.horizontal-sl-item-bc.RugbyLeague.active {
    background: #799755
}

.horizontal-sl-item-bc.RugbyLeague.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RugbyLeague.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RugbyLeague,.live-calendar-market-bc .bc-i-RugbyLeague,.multi-select-icon-bc.bc-i-RugbyLeague,.sp-sub-list-bc.RugbyLeague .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RugbyLeague {
    color: #799755
}

.sp-sub-list-bc.RugbyLeague.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #799755
}

.sp-sub-list-bc.RugbyLeague .market-game-section.active:before {
    background: #799755
}

.e-sports .horizontal-sl-item-bc.RugbyLeague .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbyLeague {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RugbyLeague,.e-sports .competition-icon-league-bc.bc-i-RugbyLeague:after,.e-sports .competition-icon-league-bc.bc-i-RugbyLeague~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbyLeague,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbyLeague:after,.e-sports .horizontal-sl-item-bc.RugbyLeague,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbyLeague {
    background: linear-gradient(180deg,#9fb881,#799755)
}

.e-sports .sp-sub-list-bc.RugbyLeague:not(.selected):hover {
    background: rgba(121,151,85,.6);
    box-shadow: 0 0 8px 0 rgba(121,151,85,.6)
}

.e-sports .sp-sub-list-bc.RugbyLeague.selected,.e-sports-RugbyLeague .e-sports-time-start:before,.e-sports-RugbyLeague .horizontal-sl-tab-bc:before,.e-sports-RugbyLeague .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RugbyLeague .e-sports-time-start:before,.sportsbook-center-section.RugbyLeague .horizontal-sl-tab-bc:before,.sportsbook-center-section.RugbyLeague .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9fb881,#799755)
}

.e-sports-match-container.RugbyLeague .market-bc:hover {
    box-shadow: 0 0 20px 0 #799755
}

.RugbyUnion-bg,.e-sports-match-container.RugbyLeague .market-bc.active,.e-sports-match-container.RugbyLeague .market-bc:hover {
    color: #fff;
    background: #799755
}

.horizontal-sl-item-bc.RugbyUnion .horizontal-sl-icon-bc {
    color: #799755
}

.horizontal-sl-item-bc.RugbyUnion.active {
    background: #799755
}

.horizontal-sl-item-bc.RugbyUnion.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RugbyUnion.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RugbyUnion,.live-calendar-market-bc .bc-i-RugbyUnion,.multi-select-icon-bc.bc-i-RugbyUnion,.sp-sub-list-bc.RugbyUnion .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RugbyUnion {
    color: #799755
}

.sp-sub-list-bc.RugbyUnion.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #799755
}

.sp-sub-list-bc.RugbyUnion .market-game-section.active:before {
    background: #799755
}

.e-sports .horizontal-sl-item-bc.RugbyUnion .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbyUnion {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RugbyUnion,.e-sports .competition-icon-league-bc.bc-i-RugbyUnion:after,.e-sports .competition-icon-league-bc.bc-i-RugbyUnion~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbyUnion,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbyUnion:after,.e-sports .horizontal-sl-item-bc.RugbyUnion,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbyUnion {
    background: linear-gradient(180deg,#9fb881,#799755)
}

.e-sports .sp-sub-list-bc.RugbyUnion:not(.selected):hover {
    background: rgba(121,151,85,.6);
    box-shadow: 0 0 8px 0 rgba(121,151,85,.6)
}

.e-sports .sp-sub-list-bc.RugbyUnion.selected,.e-sports-RugbyUnion .e-sports-time-start:before,.e-sports-RugbyUnion .horizontal-sl-tab-bc:before,.e-sports-RugbyUnion .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RugbyUnion .e-sports-time-start:before,.sportsbook-center-section.RugbyUnion .horizontal-sl-tab-bc:before,.sportsbook-center-section.RugbyUnion .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9fb881,#799755)
}

.e-sports-match-container.RugbyUnion .market-bc:hover {
    box-shadow: 0 0 20px 0 #799755
}

.RugbySevens-bg,.e-sports-match-container.RugbyUnion .market-bc.active,.e-sports-match-container.RugbyUnion .market-bc:hover {
    color: #fff;
    background: #799755
}

.horizontal-sl-item-bc.RugbySevens .horizontal-sl-icon-bc {
    color: #799755
}

.horizontal-sl-item-bc.RugbySevens.active {
    background: #799755
}

.horizontal-sl-item-bc.RugbySevens.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RugbySevens.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RugbySevens,.live-calendar-market-bc .bc-i-RugbySevens,.multi-select-icon-bc.bc-i-RugbySevens,.sp-sub-list-bc.RugbySevens .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RugbySevens {
    color: #799755
}

.sp-sub-list-bc.RugbySevens.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #799755
}

.sp-sub-list-bc.RugbySevens .market-game-section.active:before {
    background: #799755
}

.e-sports .horizontal-sl-item-bc.RugbySevens .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbySevens {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RugbySevens,.e-sports .competition-icon-league-bc.bc-i-RugbySevens:after,.e-sports .competition-icon-league-bc.bc-i-RugbySevens~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbySevens,.e-sports .e-sports-game-icon-back-nav.bc-i-RugbySevens:after,.e-sports .horizontal-sl-item-bc.RugbySevens,.e-sports .sp-s-l-h-flag-bc.bc-i-RugbySevens {
    background: linear-gradient(180deg,#9fb881,#799755)
}

.e-sports .sp-sub-list-bc.RugbySevens:not(.selected):hover {
    background: rgba(121,151,85,.6);
    box-shadow: 0 0 8px 0 rgba(121,151,85,.6)
}

.e-sports .sp-sub-list-bc.RugbySevens.selected,.e-sports-RugbySevens .e-sports-time-start:before,.e-sports-RugbySevens .horizontal-sl-tab-bc:before,.e-sports-RugbySevens .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RugbySevens .e-sports-time-start:before,.sportsbook-center-section.RugbySevens .horizontal-sl-tab-bc:before,.sportsbook-center-section.RugbySevens .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9fb881,#799755)
}

.e-sports-match-container.RugbySevens .market-bc:hover {
    box-shadow: 0 0 20px 0 #799755
}

.e-sports-match-container.RugbySevens .market-bc.active,.e-sports-match-container.RugbySevens .market-bc:hover {
    color: #fff;
    background: #799755
}

.Sepaktakraw-bg {
    color: #fff;
    background: #966a24
}

.horizontal-sl-item-bc.Sepaktakraw .horizontal-sl-icon-bc {
    color: #966a24
}

.horizontal-sl-item-bc.Sepaktakraw.active {
    background: #966a24
}

.horizontal-sl-item-bc.Sepaktakraw.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Sepaktakraw.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Sepaktakraw,.live-calendar-market-bc .bc-i-Sepaktakraw,.multi-select-icon-bc.bc-i-Sepaktakraw,.sp-sub-list-bc.Sepaktakraw .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Sepaktakraw {
    color: #966a24
}

.sp-sub-list-bc.Sepaktakraw.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #966a24
}

.sp-sub-list-bc.Sepaktakraw .market-game-section.active:before {
    background: #966a24
}

.e-sports .horizontal-sl-item-bc.Sepaktakraw .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Sepaktakraw {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Sepaktakraw,.e-sports .competition-icon-league-bc.bc-i-Sepaktakraw:after,.e-sports .competition-icon-league-bc.bc-i-Sepaktakraw~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Sepaktakraw,.e-sports .e-sports-game-icon-back-nav.bc-i-Sepaktakraw:after,.e-sports .horizontal-sl-item-bc.Sepaktakraw,.e-sports .sp-s-l-h-flag-bc.bc-i-Sepaktakraw {
    background: linear-gradient(180deg,#cf9537,#966a24)
}

.e-sports .sp-sub-list-bc.Sepaktakraw:not(.selected):hover {
    background: rgba(150,106,36,.6);
    box-shadow: 0 0 8px 0 rgba(150,106,36,.6)
}

.e-sports .sp-sub-list-bc.Sepaktakraw.selected,.e-sports-Sepaktakraw .e-sports-time-start:before,.e-sports-Sepaktakraw .horizontal-sl-tab-bc:before,.e-sports-Sepaktakraw .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Sepaktakraw .e-sports-time-start:before,.sportsbook-center-section.Sepaktakraw .horizontal-sl-tab-bc:before,.sportsbook-center-section.Sepaktakraw .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#cf9537,#966a24)
}

.e-sports-match-container.Sepaktakraw .market-bc:hover {
    box-shadow: 0 0 20px 0 #966a24
}

.e-sports-match-container.Sepaktakraw .market-bc.active,.e-sports-match-container.Sepaktakraw .market-bc:hover {
    color: #fff;
    background: #966a24
}

.Shooting-bg {
    color: #000;
    background: #d5d345
}

.horizontal-sl-item-bc.Shooting .horizontal-sl-icon-bc {
    color: #d5d345
}

.horizontal-sl-item-bc.Shooting.active {
    background: #d5d345
}

.horizontal-sl-item-bc.Shooting.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Shooting.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Shooting,.live-calendar-market-bc .bc-i-Shooting,.multi-select-icon-bc.bc-i-Shooting,.sp-sub-list-bc.Shooting .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Shooting {
    color: #d5d345
}

.sp-sub-list-bc.Shooting.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #d5d345
}

.sp-sub-list-bc.Shooting .market-game-section.active:before {
    background: #d5d345
}

.e-sports .horizontal-sl-item-bc.Shooting .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Shooting {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Shooting,.e-sports .competition-icon-league-bc.bc-i-Shooting:after,.e-sports .competition-icon-league-bc.bc-i-Shooting~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Shooting,.e-sports .e-sports-game-icon-back-nav.bc-i-Shooting:after,.e-sports .horizontal-sl-item-bc.Shooting,.e-sports .sp-s-l-h-flag-bc.bc-i-Shooting {
    background: linear-gradient(180deg,#e3e283,#d5d345)
}

.e-sports .sp-sub-list-bc.Shooting:not(.selected):hover {
    background: rgba(213,211,69,.6);
    box-shadow: 0 0 8px 0 rgba(213,211,69,.6)
}

.e-sports .sp-sub-list-bc.Shooting.selected,.e-sports-Shooting .e-sports-time-start:before,.e-sports-Shooting .horizontal-sl-tab-bc:before,.e-sports-Shooting .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Shooting .e-sports-time-start:before,.sportsbook-center-section.Shooting .horizontal-sl-tab-bc:before,.sportsbook-center-section.Shooting .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e3e283,#d5d345)
}

.e-sports-match-container.Shooting .market-bc:hover {
    box-shadow: 0 0 20px 0 #d5d345
}

.e-sports-match-container.Shooting .market-bc.active,.e-sports-match-container.Shooting .market-bc:hover {
    color: #fff;
    background: #d5d345
}

.Shorttrackspeedskating-bg {
    color: #000;
    background: #b1cdde
}

.horizontal-sl-item-bc.Shorttrackspeedskating .horizontal-sl-icon-bc {
    color: #b1cdde
}

.horizontal-sl-item-bc.Shorttrackspeedskating.active {
    background: #b1cdde
}

.horizontal-sl-item-bc.Shorttrackspeedskating.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Shorttrackspeedskating.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Shorttrackspeedskating,.live-calendar-market-bc .bc-i-Shorttrackspeedskating,.multi-select-icon-bc.bc-i-Shorttrackspeedskating,.sp-sub-list-bc.Shorttrackspeedskating .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Shorttrackspeedskating {
    color: #b1cdde
}

.sp-sub-list-bc.Shorttrackspeedskating.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #b1cdde
}

.sp-sub-list-bc.Shorttrackspeedskating .market-game-section.active:before {
    background: #b1cdde
}

.e-sports .horizontal-sl-item-bc.Shorttrackspeedskating .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Shorttrackspeedskating {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Shorttrackspeedskating,.e-sports .competition-icon-league-bc.bc-i-Shorttrackspeedskating:after,.e-sports .competition-icon-league-bc.bc-i-Shorttrackspeedskating~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Shorttrackspeedskating,.e-sports .e-sports-game-icon-back-nav.bc-i-Shorttrackspeedskating:after,.e-sports .horizontal-sl-item-bc.Shorttrackspeedskating,.e-sports .sp-s-l-h-flag-bc.bc-i-Shorttrackspeedskating {
    background: linear-gradient(180deg,#e7eff5,#b1cdde)
}

.e-sports .sp-sub-list-bc.Shorttrackspeedskating:not(.selected):hover {
    background: rgba(177,205,222,.6);
    box-shadow: 0 0 8px 0 rgba(177,205,222,.6)
}

.e-sports .sp-sub-list-bc.Shorttrackspeedskating.selected,.e-sports-Shorttrackspeedskating .e-sports-time-start:before,.e-sports-Shorttrackspeedskating .horizontal-sl-tab-bc:before,.e-sports-Shorttrackspeedskating .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Shorttrackspeedskating .e-sports-time-start:before,.sportsbook-center-section.Shorttrackspeedskating .horizontal-sl-tab-bc:before,.sportsbook-center-section.Shorttrackspeedskating .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e7eff5,#b1cdde)
}

.e-sports-match-container.Shorttrackspeedskating .market-bc:hover {
    box-shadow: 0 0 20px 0 #b1cdde
}

.e-sports-match-container.Shorttrackspeedskating .market-bc.active,.e-sports-match-container.Shorttrackspeedskating .market-bc:hover {
    color: #fff;
    background: #b1cdde
}

.Skateboarding-bg {
    color: #000;
    background: #ab865d
}

.horizontal-sl-item-bc.Skateboarding .horizontal-sl-icon-bc {
    color: #ab865d
}

.horizontal-sl-item-bc.Skateboarding.active {
    background: #ab865d
}

.horizontal-sl-item-bc.Skateboarding.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Skateboarding.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Skateboarding,.live-calendar-market-bc .bc-i-Skateboarding,.multi-select-icon-bc.bc-i-Skateboarding,.sp-sub-list-bc.Skateboarding .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Skateboarding {
    color: #ab865d
}

.sp-sub-list-bc.Skateboarding.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ab865d
}

.sp-sub-list-bc.Skateboarding .market-game-section.active:before {
    background: #ab865d
}

.e-sports .horizontal-sl-item-bc.Skateboarding .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Skateboarding {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Skateboarding,.e-sports .competition-icon-league-bc.bc-i-Skateboarding:after,.e-sports .competition-icon-league-bc.bc-i-Skateboarding~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Skateboarding,.e-sports .e-sports-game-icon-back-nav.bc-i-Skateboarding:after,.e-sports .horizontal-sl-item-bc.Skateboarding,.e-sports .sp-s-l-h-flag-bc.bc-i-Skateboarding {
    background: linear-gradient(180deg,#c5ac8f,#ab865d)
}

.e-sports .sp-sub-list-bc.Skateboarding:not(.selected):hover {
    background: rgba(171,134,93,.6);
    box-shadow: 0 0 8px 0 rgba(171,134,93,.6)
}

.e-sports .sp-sub-list-bc.Skateboarding.selected,.e-sports-Skateboarding .e-sports-time-start:before,.e-sports-Skateboarding .horizontal-sl-tab-bc:before,.e-sports-Skateboarding .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Skateboarding .e-sports-time-start:before,.sportsbook-center-section.Skateboarding .horizontal-sl-tab-bc:before,.sportsbook-center-section.Skateboarding .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c5ac8f,#ab865d)
}

.e-sports-match-container.Skateboarding .market-bc:hover {
    box-shadow: 0 0 20px 0 #ab865d
}

.e-sports-match-container.Skateboarding .market-bc.active,.e-sports-match-container.Skateboarding .market-bc:hover {
    color: #fff;
    background: #ab865d
}

.SkiJump-bg {
    color: #000;
    background: #c4dae8
}

.horizontal-sl-item-bc.SkiJump .horizontal-sl-icon-bc {
    color: #c4dae8
}

.horizontal-sl-item-bc.SkiJump.active {
    background: #c4dae8
}

.horizontal-sl-item-bc.SkiJump.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SkiJump.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SkiJump,.live-calendar-market-bc .bc-i-SkiJump,.multi-select-icon-bc.bc-i-SkiJump,.sp-sub-list-bc.SkiJump .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SkiJump {
    color: #c4dae8
}

.sp-sub-list-bc.SkiJump.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #c4dae8
}

.sp-sub-list-bc.SkiJump .market-game-section.active:before {
    background: #c4dae8
}

.e-sports .horizontal-sl-item-bc.SkiJump .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SkiJump {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SkiJump,.e-sports .competition-icon-league-bc.bc-i-SkiJump:after,.e-sports .competition-icon-league-bc.bc-i-SkiJump~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SkiJump,.e-sports .e-sports-game-icon-back-nav.bc-i-SkiJump:after,.e-sports .horizontal-sl-item-bc.SkiJump,.e-sports .sp-s-l-h-flag-bc.bc-i-SkiJump {
    background: linear-gradient(180deg,#fbfdfd,#c4dae8)
}

.e-sports .sp-sub-list-bc.SkiJump:not(.selected):hover {
    background: rgba(196,218,232,.6);
    box-shadow: 0 0 8px 0 rgba(196,218,232,.6)
}

.e-sports .sp-sub-list-bc.SkiJump.selected,.e-sports-SkiJump .e-sports-time-start:before,.e-sports-SkiJump .horizontal-sl-tab-bc:before,.e-sports-SkiJump .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SkiJump .e-sports-time-start:before,.sportsbook-center-section.SkiJump .horizontal-sl-tab-bc:before,.sportsbook-center-section.SkiJump .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fbfdfd,#c4dae8)
}

.e-sports-match-container.SkiJump .market-bc:hover {
    box-shadow: 0 0 20px 0 #c4dae8
}

.e-sports-match-container.SkiJump .market-bc.active,.e-sports-match-container.SkiJump .market-bc:hover {
    color: #fff;
    background: #c4dae8
}

.SkiJumping-bg {
    color: #000;
    background: #c4dae8
}

.horizontal-sl-item-bc.SkiJumping .horizontal-sl-icon-bc {
    color: #c4dae8
}

.horizontal-sl-item-bc.SkiJumping.active {
    background: #c4dae8
}

.horizontal-sl-item-bc.SkiJumping.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SkiJumping.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SkiJumping,.live-calendar-market-bc .bc-i-SkiJumping,.multi-select-icon-bc.bc-i-SkiJumping,.sp-sub-list-bc.SkiJumping .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SkiJumping {
    color: #c4dae8
}

.sp-sub-list-bc.SkiJumping.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #c4dae8
}

.sp-sub-list-bc.SkiJumping .market-game-section.active:before {
    background: #c4dae8
}

.e-sports .horizontal-sl-item-bc.SkiJumping .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SkiJumping {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SkiJumping,.e-sports .competition-icon-league-bc.bc-i-SkiJumping:after,.e-sports .competition-icon-league-bc.bc-i-SkiJumping~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SkiJumping,.e-sports .e-sports-game-icon-back-nav.bc-i-SkiJumping:after,.e-sports .horizontal-sl-item-bc.SkiJumping,.e-sports .sp-s-l-h-flag-bc.bc-i-SkiJumping {
    background: linear-gradient(180deg,#fbfdfd,#c4dae8)
}

.e-sports .sp-sub-list-bc.SkiJumping:not(.selected):hover {
    background: rgba(196,218,232,.6);
    box-shadow: 0 0 8px 0 rgba(196,218,232,.6)
}

.e-sports .sp-sub-list-bc.SkiJumping.selected,.e-sports-SkiJumping .e-sports-time-start:before,.e-sports-SkiJumping .horizontal-sl-tab-bc:before,.e-sports-SkiJumping .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SkiJumping .e-sports-time-start:before,.sportsbook-center-section.SkiJumping .horizontal-sl-tab-bc:before,.sportsbook-center-section.SkiJumping .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fbfdfd,#c4dae8)
}

.e-sports-match-container.SkiJumping .market-bc:hover {
    box-shadow: 0 0 20px 0 #c4dae8
}

.e-sports-match-container.SkiJumping .market-bc.active,.e-sports-match-container.SkiJumping .market-bc:hover {
    color: #fff;
    background: #c4dae8
}

.Snooker-bg {
    color: #fff;
    background: #37b764
}

.horizontal-sl-item-bc.Snooker .horizontal-sl-icon-bc {
    color: #37b764
}

.horizontal-sl-item-bc.Snooker.active {
    background: #37b764
}

.horizontal-sl-item-bc.Snooker.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Snooker.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Snooker,.live-calendar-market-bc .bc-i-Snooker,.multi-select-icon-bc.bc-i-Snooker,.sp-sub-list-bc.Snooker .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Snooker {
    color: #37b764
}

.sp-sub-list-bc.Snooker.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #37b764
}

.sp-sub-list-bc.Snooker .market-game-section.active:before {
    background: #37b764
}

.e-sports .horizontal-sl-item-bc.Snooker .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Snooker {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Snooker,.e-sports .competition-icon-league-bc.bc-i-Snooker:after,.e-sports .competition-icon-league-bc.bc-i-Snooker~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Snooker,.e-sports .e-sports-game-icon-back-nav.bc-i-Snooker:after,.e-sports .horizontal-sl-item-bc.Snooker,.e-sports .sp-s-l-h-flag-bc.bc-i-Snooker {
    background: linear-gradient(180deg,#69d28e,#37b764)
}

.e-sports .sp-sub-list-bc.Snooker:not(.selected):hover {
    background: rgba(55,183,100,.6);
    box-shadow: 0 0 8px 0 rgba(55,183,100,.6)
}

.e-sports .sp-sub-list-bc.Snooker.selected,.e-sports-Snooker .e-sports-time-start:before,.e-sports-Snooker .horizontal-sl-tab-bc:before,.e-sports-Snooker .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Snooker .e-sports-time-start:before,.sportsbook-center-section.Snooker .horizontal-sl-tab-bc:before,.sportsbook-center-section.Snooker .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#69d28e,#37b764)
}

.e-sports-match-container.Snooker .market-bc:hover {
    box-shadow: 0 0 20px 0 #37b764
}

.e-sports-match-container.Snooker .market-bc.active,.e-sports-match-container.Snooker .market-bc:hover {
    color: #fff;
    background: #37b764
}

.Snowboard-bg {
    color: #000;
    background: #9dd3f5
}

.horizontal-sl-item-bc.Snowboard .horizontal-sl-icon-bc {
    color: #9dd3f5
}

.horizontal-sl-item-bc.Snowboard.active {
    background: #9dd3f5
}

.horizontal-sl-item-bc.Snowboard.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Snowboard.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Snowboard,.live-calendar-market-bc .bc-i-Snowboard,.multi-select-icon-bc.bc-i-Snowboard,.sp-sub-list-bc.Snowboard .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Snowboard {
    color: #9dd3f5
}

.sp-sub-list-bc.Snowboard.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #9dd3f5
}

.sp-sub-list-bc.Snowboard .market-game-section.active:before {
    background: #9dd3f5
}

.e-sports .horizontal-sl-item-bc.Snowboard .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Snowboard {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Snowboard,.e-sports .competition-icon-league-bc.bc-i-Snowboard:after,.e-sports .competition-icon-league-bc.bc-i-Snowboard~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Snowboard,.e-sports .e-sports-game-icon-back-nav.bc-i-Snowboard:after,.e-sports .horizontal-sl-item-bc.Snowboard,.e-sports .sp-s-l-h-flag-bc.bc-i-Snowboard {
    background: linear-gradient(180deg,#e2f2fc,#9dd3f5)
}

.e-sports .sp-sub-list-bc.Snowboard:not(.selected):hover {
    background: rgba(157,211,245,.6);
    box-shadow: 0 0 8px 0 rgba(157,211,245,.6)
}

.e-sports .sp-sub-list-bc.Snowboard.selected,.e-sports-Snowboard .e-sports-time-start:before,.e-sports-Snowboard .horizontal-sl-tab-bc:before,.e-sports-Snowboard .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Snowboard .e-sports-time-start:before,.sportsbook-center-section.Snowboard .horizontal-sl-tab-bc:before,.sportsbook-center-section.Snowboard .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e2f2fc,#9dd3f5)
}

.e-sports-match-container.Snowboard .market-bc:hover {
    box-shadow: 0 0 20px 0 #9dd3f5
}

.e-sports-match-container.Snowboard .market-bc.active,.e-sports-match-container.Snowboard .market-bc:hover {
    color: #fff;
    background: #9dd3f5
}

.Soccer-bg {
    color: #fff;
    background: #109121
}

.horizontal-sl-item-bc.Soccer .horizontal-sl-icon-bc {
    color: #109121
}

.horizontal-sl-item-bc.Soccer.active {
    background: #109121
}

.horizontal-sl-item-bc.Soccer.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Soccer.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Soccer,.live-calendar-market-bc .bc-i-Soccer,.multi-select-icon-bc.bc-i-Soccer,.sp-sub-list-bc.Soccer .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Soccer {
    color: #109121
}

.sp-sub-list-bc.Soccer.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #109121
}

.sp-sub-list-bc.Soccer .market-game-section.active:before {
    background: #109121
}

.e-sports .horizontal-sl-item-bc.Soccer .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Soccer {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Soccer,.e-sports .competition-icon-league-bc.bc-i-Soccer:after,.e-sports .competition-icon-league-bc.bc-i-Soccer~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Soccer,.e-sports .e-sports-game-icon-back-nav.bc-i-Soccer:after,.e-sports .horizontal-sl-item-bc.Soccer,.e-sports .sp-s-l-h-flag-bc.bc-i-Soccer {
    background: linear-gradient(180deg,#18d631,#109121)
}

.e-sports .sp-sub-list-bc.Soccer:not(.selected):hover {
    background: rgba(16,145,33,.6);
    box-shadow: 0 0 8px 0 rgba(16,145,33,.6)
}

.e-sports .sp-sub-list-bc.Soccer.selected,.e-sports-Soccer .e-sports-time-start:before,.e-sports-Soccer .horizontal-sl-tab-bc:before,.e-sports-Soccer .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Soccer .e-sports-time-start:before,.sportsbook-center-section.Soccer .horizontal-sl-tab-bc:before,.sportsbook-center-section.Soccer .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#18d631,#109121)
}

.e-sports-match-container.Soccer .market-bc:hover {
    box-shadow: 0 0 20px 0 #109121
}

.e-sports-match-container.Soccer .market-bc.active,.e-sports-match-container.Soccer .market-bc:hover {
    color: #fff;
    background: #109121
}

.Speedway-bg {
    color: #000;
    background: #aca696
}

.horizontal-sl-item-bc.Speedway .horizontal-sl-icon-bc {
    color: #aca696
}

.horizontal-sl-item-bc.Speedway.active {
    background: #aca696
}

.horizontal-sl-item-bc.Speedway.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Speedway.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Speedway,.live-calendar-market-bc .bc-i-Speedway,.multi-select-icon-bc.bc-i-Speedway,.sp-sub-list-bc.Speedway .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Speedway {
    color: #aca696
}

.sp-sub-list-bc.Speedway.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #aca696
}

.sp-sub-list-bc.Speedway .market-game-section.active:before {
    background: #aca696
}

.e-sports .horizontal-sl-item-bc.Speedway .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Speedway {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Speedway,.e-sports .competition-icon-league-bc.bc-i-Speedway:after,.e-sports .competition-icon-league-bc.bc-i-Speedway~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Speedway,.e-sports .e-sports-game-icon-back-nav.bc-i-Speedway:after,.e-sports .horizontal-sl-item-bc.Speedway,.e-sports .sp-s-l-h-flag-bc.bc-i-Speedway {
    background: linear-gradient(180deg,#cecac1,#aca696)
}

.e-sports .sp-sub-list-bc.Speedway:not(.selected):hover {
    background: rgba(172,166,150,.6);
    box-shadow: 0 0 8px 0 rgba(172,166,150,.6)
}

.e-sports .sp-sub-list-bc.Speedway.selected,.e-sports-Speedway .e-sports-time-start:before,.e-sports-Speedway .horizontal-sl-tab-bc:before,.e-sports-Speedway .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Speedway .e-sports-time-start:before,.sportsbook-center-section.Speedway .horizontal-sl-tab-bc:before,.sportsbook-center-section.Speedway .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#cecac1,#aca696)
}

.e-sports-match-container.Speedway .market-bc:hover {
    box-shadow: 0 0 20px 0 #aca696
}

.e-sports-match-container.Speedway .market-bc.active,.e-sports-match-container.Speedway .market-bc:hover {
    color: #fff;
    background: #aca696
}

.Squash-bg {
    color: #000;
    background: #e1b93f
}

.horizontal-sl-item-bc.Squash .horizontal-sl-icon-bc {
    color: #e1b93f
}

.horizontal-sl-item-bc.Squash.active {
    background: #e1b93f
}

.horizontal-sl-item-bc.Squash.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Squash.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Squash,.live-calendar-market-bc .bc-i-Squash,.multi-select-icon-bc.bc-i-Squash,.sp-sub-list-bc.Squash .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Squash {
    color: #e1b93f
}

.sp-sub-list-bc.Squash.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e1b93f
}

.sp-sub-list-bc.Squash .market-game-section.active:before {
    background: #e1b93f
}

.e-sports .horizontal-sl-item-bc.Squash .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Squash {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Squash,.e-sports .competition-icon-league-bc.bc-i-Squash:after,.e-sports .competition-icon-league-bc.bc-i-Squash~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Squash,.e-sports .e-sports-game-icon-back-nav.bc-i-Squash:after,.e-sports .horizontal-sl-item-bc.Squash,.e-sports .sp-s-l-h-flag-bc.bc-i-Squash {
    background: linear-gradient(180deg,#ebd181,#e1b93f)
}

.e-sports .sp-sub-list-bc.Squash:not(.selected):hover {
    background: rgba(225,185,63,.6);
    box-shadow: 0 0 8px 0 rgba(225,185,63,.6)
}

.e-sports .sp-sub-list-bc.Squash.selected,.e-sports-Squash .e-sports-time-start:before,.e-sports-Squash .horizontal-sl-tab-bc:before,.e-sports-Squash .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Squash .e-sports-time-start:before,.sportsbook-center-section.Squash .horizontal-sl-tab-bc:before,.sportsbook-center-section.Squash .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ebd181,#e1b93f)
}

.e-sports-match-container.Squash .market-bc:hover {
    box-shadow: 0 0 20px 0 #e1b93f
}

.e-sports-match-container.Squash .market-bc.active,.e-sports-match-container.Squash .market-bc:hover {
    color: #fff;
    background: #e1b93f
}

.Sumo-bg {
    color: #000;
    background: #b0a174
}

.horizontal-sl-item-bc.Sumo .horizontal-sl-icon-bc {
    color: #b0a174
}

.horizontal-sl-item-bc.Sumo.active {
    background: #b0a174
}

.horizontal-sl-item-bc.Sumo.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Sumo.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Sumo,.live-calendar-market-bc .bc-i-Sumo,.multi-select-icon-bc.bc-i-Sumo,.sp-sub-list-bc.Sumo .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Sumo {
    color: #b0a174
}

.sp-sub-list-bc.Sumo.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #b0a174
}

.sp-sub-list-bc.Sumo .market-game-section.active:before {
    background: #b0a174
}

.e-sports .horizontal-sl-item-bc.Sumo .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Sumo {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Sumo,.e-sports .competition-icon-league-bc.bc-i-Sumo:after,.e-sports .competition-icon-league-bc.bc-i-Sumo~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Sumo,.e-sports .e-sports-game-icon-back-nav.bc-i-Sumo:after,.e-sports .horizontal-sl-item-bc.Sumo,.e-sports .sp-s-l-h-flag-bc.bc-i-Sumo {
    background: linear-gradient(180deg,#ccc2a5,#b0a174)
}

.e-sports .sp-sub-list-bc.Sumo:not(.selected):hover {
    background: rgba(176,161,116,.6);
    box-shadow: 0 0 8px 0 rgba(176,161,116,.6)
}

.e-sports .sp-sub-list-bc.Sumo.selected,.e-sports-Sumo .e-sports-time-start:before,.e-sports-Sumo .horizontal-sl-tab-bc:before,.e-sports-Sumo .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Sumo .e-sports-time-start:before,.sportsbook-center-section.Sumo .horizontal-sl-tab-bc:before,.sportsbook-center-section.Sumo .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ccc2a5,#b0a174)
}

.e-sports-match-container.Sumo .market-bc:hover {
    box-shadow: 0 0 20px 0 #b0a174
}

.e-sports-match-container.Sumo .market-bc.active,.e-sports-match-container.Sumo .market-bc:hover {
    color: #fff;
    background: #b0a174
}

.Surfing-bg {
    color: #000;
    background: #3598e4
}

.horizontal-sl-item-bc.Surfing .horizontal-sl-icon-bc {
    color: #3598e4
}

.horizontal-sl-item-bc.Surfing.active {
    background: #3598e4
}

.horizontal-sl-item-bc.Surfing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Surfing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Surfing,.live-calendar-market-bc .bc-i-Surfing,.multi-select-icon-bc.bc-i-Surfing,.sp-sub-list-bc.Surfing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Surfing {
    color: #3598e4
}

.sp-sub-list-bc.Surfing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #3598e4
}

.sp-sub-list-bc.Surfing .market-game-section.active:before {
    background: #3598e4
}

.e-sports .horizontal-sl-item-bc.Surfing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Surfing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Surfing,.e-sports .competition-icon-league-bc.bc-i-Surfing:after,.e-sports .competition-icon-league-bc.bc-i-Surfing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Surfing,.e-sports .e-sports-game-icon-back-nav.bc-i-Surfing:after,.e-sports .horizontal-sl-item-bc.Surfing,.e-sports .sp-s-l-h-flag-bc.bc-i-Surfing {
    background: linear-gradient(180deg,#78baed,#3598e4)
}

.e-sports .sp-sub-list-bc.Surfing:not(.selected):hover {
    background: rgba(53,152,228,.6);
    box-shadow: 0 0 8px 0 rgba(53,152,228,.6)
}

.e-sports .sp-sub-list-bc.Surfing.selected,.e-sports-Surfing .e-sports-time-start:before,.e-sports-Surfing .horizontal-sl-tab-bc:before,.e-sports-Surfing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Surfing .e-sports-time-start:before,.sportsbook-center-section.Surfing .horizontal-sl-tab-bc:before,.sportsbook-center-section.Surfing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#78baed,#3598e4)
}

.e-sports-match-container.Surfing .market-bc:hover {
    box-shadow: 0 0 20px 0 #3598e4
}

.e-sports-match-container.Surfing .market-bc.active,.e-sports-match-container.Surfing .market-bc:hover {
    color: #fff;
    background: #3598e4
}

.Swimming-bg {
    color: #fff;
    background: #118be9
}

.horizontal-sl-item-bc.Swimming .horizontal-sl-icon-bc {
    color: #118be9
}

.horizontal-sl-item-bc.Swimming.active {
    background: #118be9
}

.horizontal-sl-item-bc.Swimming.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Swimming.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Swimming,.live-calendar-market-bc .bc-i-Swimming,.multi-select-icon-bc.bc-i-Swimming,.sp-sub-list-bc.Swimming .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Swimming {
    color: #118be9
}

.sp-sub-list-bc.Swimming.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #118be9
}

.sp-sub-list-bc.Swimming .market-game-section.active:before {
    background: #118be9
}

.e-sports .horizontal-sl-item-bc.Swimming .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Swimming {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Swimming,.e-sports .competition-icon-league-bc.bc-i-Swimming:after,.e-sports .competition-icon-league-bc.bc-i-Swimming~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Swimming,.e-sports .e-sports-game-icon-back-nav.bc-i-Swimming:after,.e-sports .horizontal-sl-item-bc.Swimming,.e-sports .sp-s-l-h-flag-bc.bc-i-Swimming {
    background: linear-gradient(180deg,#54aef3,#118be9)
}

.e-sports .sp-sub-list-bc.Swimming:not(.selected):hover {
    background: rgba(17,139,233,.6);
    box-shadow: 0 0 8px 0 rgba(17,139,233,.6)
}

.e-sports .sp-sub-list-bc.Swimming.selected,.e-sports-Swimming .e-sports-time-start:before,.e-sports-Swimming .horizontal-sl-tab-bc:before,.e-sports-Swimming .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Swimming .e-sports-time-start:before,.sportsbook-center-section.Swimming .horizontal-sl-tab-bc:before,.sportsbook-center-section.Swimming .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#54aef3,#118be9)
}

.e-sports-match-container.Swimming .market-bc:hover {
    box-shadow: 0 0 20px 0 #118be9
}

.e-sports-match-container.Swimming .market-bc.active,.e-sports-match-container.Swimming .market-bc:hover {
    color: #fff;
    background: #118be9
}

.SynchronizedSwimming-bg {
    color: #fff;
    background: #009ac9
}

.horizontal-sl-item-bc.SynchronizedSwimming .horizontal-sl-icon-bc {
    color: #009ac9
}

.horizontal-sl-item-bc.SynchronizedSwimming.active {
    background: #009ac9
}

.horizontal-sl-item-bc.SynchronizedSwimming.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SynchronizedSwimming.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SynchronizedSwimming,.live-calendar-market-bc .bc-i-SynchronizedSwimming,.multi-select-icon-bc.bc-i-SynchronizedSwimming,.sp-sub-list-bc.SynchronizedSwimming .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SynchronizedSwimming {
    color: #009ac9
}

.sp-sub-list-bc.SynchronizedSwimming.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #009ac9
}

.sp-sub-list-bc.SynchronizedSwimming .market-game-section.active:before {
    background: #009ac9
}

.e-sports .horizontal-sl-item-bc.SynchronizedSwimming .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SynchronizedSwimming {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SynchronizedSwimming,.e-sports .competition-icon-league-bc.bc-i-SynchronizedSwimming:after,.e-sports .competition-icon-league-bc.bc-i-SynchronizedSwimming~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SynchronizedSwimming,.e-sports .e-sports-game-icon-back-nav.bc-i-SynchronizedSwimming:after,.e-sports .horizontal-sl-item-bc.SynchronizedSwimming,.e-sports .sp-s-l-h-flag-bc.bc-i-SynchronizedSwimming {
    background: linear-gradient(180deg,#17c9ff,#009ac9)
}

.e-sports .sp-sub-list-bc.SynchronizedSwimming:not(.selected):hover {
    background: rgba(0,154,201,.6);
    box-shadow: 0 0 8px 0 rgba(0,154,201,.6)
}

.e-sports .sp-sub-list-bc.SynchronizedSwimming.selected,.e-sports-SynchronizedSwimming .e-sports-time-start:before,.e-sports-SynchronizedSwimming .horizontal-sl-tab-bc:before,.e-sports-SynchronizedSwimming .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SynchronizedSwimming .e-sports-time-start:before,.sportsbook-center-section.SynchronizedSwimming .horizontal-sl-tab-bc:before,.sportsbook-center-section.SynchronizedSwimming .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#17c9ff,#009ac9)
}

.e-sports-match-container.SynchronizedSwimming .market-bc:hover {
    box-shadow: 0 0 20px 0 #009ac9
}

.e-sports-match-container.SynchronizedSwimming .market-bc.active,.e-sports-match-container.SynchronizedSwimming .market-bc:hover {
    color: #fff;
    background: #009ac9
}

.Tablehockey-bg {
    color: #fff;
    background: #168763
}

.horizontal-sl-item-bc.Tablehockey .horizontal-sl-icon-bc {
    color: #168763
}

.horizontal-sl-item-bc.Tablehockey.active {
    background: #168763
}

.horizontal-sl-item-bc.Tablehockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Tablehockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Tablehockey,.live-calendar-market-bc .bc-i-Tablehockey,.multi-select-icon-bc.bc-i-Tablehockey,.sp-sub-list-bc.Tablehockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Tablehockey {
    color: #168763
}

.sp-sub-list-bc.Tablehockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #168763
}

.sp-sub-list-bc.Tablehockey .market-game-section.active:before {
    background: #168763
}

.e-sports .horizontal-sl-item-bc.Tablehockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Tablehockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Tablehockey,.e-sports .competition-icon-league-bc.bc-i-Tablehockey:after,.e-sports .competition-icon-league-bc.bc-i-Tablehockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Tablehockey,.e-sports .e-sports-game-icon-back-nav.bc-i-Tablehockey:after,.e-sports .horizontal-sl-item-bc.Tablehockey,.e-sports .sp-s-l-h-flag-bc.bc-i-Tablehockey {
    background: linear-gradient(180deg,#21c993,#168763)
}

.e-sports .sp-sub-list-bc.Tablehockey:not(.selected):hover {
    background: rgba(22,135,99,.6);
    box-shadow: 0 0 8px 0 rgba(22,135,99,.6)
}

.e-sports .sp-sub-list-bc.Tablehockey.selected,.e-sports-Tablehockey .e-sports-time-start:before,.e-sports-Tablehockey .horizontal-sl-tab-bc:before,.e-sports-Tablehockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Tablehockey .e-sports-time-start:before,.sportsbook-center-section.Tablehockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.Tablehockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#21c993,#168763)
}

.e-sports-match-container.Tablehockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #168763
}

.e-sports-match-container.Tablehockey .market-bc.active,.e-sports-match-container.Tablehockey .market-bc:hover {
    color: #fff;
    background: #168763
}

.TableTennis-bg {
    color: #fff;
    background: #839d24
}

.horizontal-sl-item-bc.TableTennis .horizontal-sl-icon-bc {
    color: #839d24
}

.horizontal-sl-item-bc.TableTennis.active {
    background: #839d24
}

.horizontal-sl-item-bc.TableTennis.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.TableTennis.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-TableTennis,.live-calendar-market-bc .bc-i-TableTennis,.multi-select-icon-bc.bc-i-TableTennis,.sp-sub-list-bc.TableTennis .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-TableTennis {
    color: #839d24
}

.sp-sub-list-bc.TableTennis.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #839d24
}

.sp-sub-list-bc.TableTennis .market-game-section.active:before {
    background: #839d24
}

.e-sports .horizontal-sl-item-bc.TableTennis .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-TableTennis {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-TableTennis,.e-sports .competition-icon-league-bc.bc-i-TableTennis:after,.e-sports .competition-icon-league-bc.bc-i-TableTennis~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-TableTennis,.e-sports .e-sports-game-icon-back-nav.bc-i-TableTennis:after,.e-sports .horizontal-sl-item-bc.TableTennis,.e-sports .sp-s-l-h-flag-bc.bc-i-TableTennis {
    background: linear-gradient(180deg,#b2d23b,#839d24)
}

.e-sports .sp-sub-list-bc.TableTennis:not(.selected):hover {
    background: rgba(131,157,36,.6);
    box-shadow: 0 0 8px 0 rgba(131,157,36,.6)
}

.e-sports .sp-sub-list-bc.TableTennis.selected,.e-sports-TableTennis .e-sports-time-start:before,.e-sports-TableTennis .horizontal-sl-tab-bc:before,.e-sports-TableTennis .main-tabs-bc .tab-bc:before,.sportsbook-center-section.TableTennis .e-sports-time-start:before,.sportsbook-center-section.TableTennis .horizontal-sl-tab-bc:before,.sportsbook-center-section.TableTennis .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#b2d23b,#839d24)
}

.e-sports-match-container.TableTennis .market-bc:hover {
    box-shadow: 0 0 20px 0 #839d24
}

.e-sports-match-container.TableTennis .market-bc.active,.e-sports-match-container.TableTennis .market-bc:hover {
    color: #fff;
    background: #839d24
}

.Tennis-bg {
    color: #fff;
    background: #a19e3e
}

.horizontal-sl-item-bc.Tennis .horizontal-sl-icon-bc {
    color: #a19e3e
}

.horizontal-sl-item-bc.Tennis.active {
    background: #a19e3e
}

.horizontal-sl-item-bc.Tennis.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Tennis.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Tennis,.live-calendar-market-bc .bc-i-Tennis,.multi-select-icon-bc.bc-i-Tennis,.sp-sub-list-bc.Tennis .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Tennis {
    color: #a19e3e
}

.sp-sub-list-bc.Tennis.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a19e3e
}

.sp-sub-list-bc.Tennis .market-game-section.active:before {
    background: #a19e3e
}

.e-sports .horizontal-sl-item-bc.Tennis .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Tennis {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Tennis,.e-sports .competition-icon-league-bc.bc-i-Tennis:after,.e-sports .competition-icon-league-bc.bc-i-Tennis~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Tennis,.e-sports .e-sports-game-icon-back-nav.bc-i-Tennis:after,.e-sports .horizontal-sl-item-bc.Tennis,.e-sports .sp-s-l-h-flag-bc.bc-i-Tennis {
    background: linear-gradient(180deg,#c4c267,#a19e3e)
}

.e-sports .sp-sub-list-bc.Tennis:not(.selected):hover {
    background: rgba(161,158,62,.6);
    box-shadow: 0 0 8px 0 rgba(161,158,62,.6)
}

.e-sports .sp-sub-list-bc.Tennis.selected,.e-sports-Tennis .e-sports-time-start:before,.e-sports-Tennis .horizontal-sl-tab-bc:before,.e-sports-Tennis .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Tennis .e-sports-time-start:before,.sportsbook-center-section.Tennis .horizontal-sl-tab-bc:before,.sportsbook-center-section.Tennis .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c4c267,#a19e3e)
}

.e-sports-match-container.Tennis .market-bc:hover {
    box-shadow: 0 0 20px 0 #a19e3e
}

.e-sports-match-container.Tennis .market-bc.active,.e-sports-match-container.Tennis .market-bc:hover {
    color: #fff;
    background: #a19e3e
}

.Triathlon-bg {
    color: #000;
    background: #a1c4c6
}

.horizontal-sl-item-bc.Triathlon .horizontal-sl-icon-bc {
    color: #a1c4c6
}

.horizontal-sl-item-bc.Triathlon.active {
    background: #a1c4c6
}

.horizontal-sl-item-bc.Triathlon.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Triathlon.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Triathlon,.live-calendar-market-bc .bc-i-Triathlon,.multi-select-icon-bc.bc-i-Triathlon,.sp-sub-list-bc.Triathlon .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Triathlon {
    color: #a1c4c6
}

.sp-sub-list-bc.Triathlon.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #a1c4c6
}

.sp-sub-list-bc.Triathlon .market-game-section.active:before {
    background: #a1c4c6
}

.e-sports .horizontal-sl-item-bc.Triathlon .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Triathlon {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Triathlon,.e-sports .competition-icon-league-bc.bc-i-Triathlon:after,.e-sports .competition-icon-league-bc.bc-i-Triathlon~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Triathlon,.e-sports .e-sports-game-icon-back-nav.bc-i-Triathlon:after,.e-sports .horizontal-sl-item-bc.Triathlon,.e-sports .sp-s-l-h-flag-bc.bc-i-Triathlon {
    background: linear-gradient(180deg,#d1e2e3,#a1c4c6)
}

.e-sports .sp-sub-list-bc.Triathlon:not(.selected):hover {
    background: rgba(161,196,198,.6);
    box-shadow: 0 0 8px 0 rgba(161,196,198,.6)
}

.e-sports .sp-sub-list-bc.Triathlon.selected,.e-sports-Triathlon .e-sports-time-start:before,.e-sports-Triathlon .horizontal-sl-tab-bc:before,.e-sports-Triathlon .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Triathlon .e-sports-time-start:before,.sportsbook-center-section.Triathlon .horizontal-sl-tab-bc:before,.sportsbook-center-section.Triathlon .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d1e2e3,#a1c4c6)
}

.e-sports-match-container.Triathlon .market-bc:hover {
    box-shadow: 0 0 20px 0 #a1c4c6
}

.e-sports-match-container.Triathlon .market-bc.active,.e-sports-match-container.Triathlon .market-bc:hover {
    color: #fff;
    background: #a1c4c6
}

.Mma-bg {
    color: #000;
    background: #868686
}

.horizontal-sl-item-bc.Mma .horizontal-sl-icon-bc {
    color: #868686
}

.horizontal-sl-item-bc.Mma.active {
    background: #868686
}

.horizontal-sl-item-bc.Mma.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Mma.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Mma,.live-calendar-market-bc .bc-i-Mma,.multi-select-icon-bc.bc-i-Mma,.sp-sub-list-bc.Mma .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Mma {
    color: #868686
}

.sp-sub-list-bc.Mma.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #868686
}

.sp-sub-list-bc.Mma .market-game-section.active:before {
    background: #868686
}

.e-sports .horizontal-sl-item-bc.Mma .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Mma {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Mma,.e-sports .competition-icon-league-bc.bc-i-Mma:after,.e-sports .competition-icon-league-bc.bc-i-Mma~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Mma,.e-sports .e-sports-game-icon-back-nav.bc-i-Mma:after,.e-sports .horizontal-sl-item-bc.Mma,.e-sports .sp-s-l-h-flag-bc.bc-i-Mma {
    background: linear-gradient(180deg,#acacac,#868686)
}

.e-sports .sp-sub-list-bc.Mma:not(.selected):hover {
    background: hsla(0,0%,52.5%,.6);
    box-shadow: 0 0 8px 0 hsla(0,0%,52.5%,.6)
}

.e-sports .sp-sub-list-bc.Mma.selected,.e-sports-Mma .e-sports-time-start:before,.e-sports-Mma .horizontal-sl-tab-bc:before,.e-sports-Mma .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Mma .e-sports-time-start:before,.sportsbook-center-section.Mma .horizontal-sl-tab-bc:before,.sportsbook-center-section.Mma .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#acacac,#868686)
}

.e-sports-match-container.Mma .market-bc:hover {
    box-shadow: 0 0 20px 0 #868686
}

.e-sports-match-container.Mma .market-bc.active,.e-sports-match-container.Mma .market-bc:hover {
    color: #fff;
    background: #868686
}

.MortalKombatXL-bg {
    color: #fff;
    background: #a76812
}

.horizontal-sl-item-bc.MortalKombatXL .horizontal-sl-icon-bc {
    color: #a76812
}

.horizontal-sl-item-bc.MortalKombatXL.active {
    background: #a76812
}

.horizontal-sl-item-bc.MortalKombatXL.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.MortalKombatXL.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-MortalKombatXL,.live-calendar-market-bc .bc-i-MortalKombatXL,.multi-select-icon-bc.bc-i-MortalKombatXL,.sp-sub-list-bc.MortalKombatXL .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-MortalKombatXL {
    color: #a76812
}

.sp-sub-list-bc.MortalKombatXL.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a76812
}

.sp-sub-list-bc.MortalKombatXL .market-game-section.active:before {
    background: #a76812
}

.e-sports .horizontal-sl-item-bc.MortalKombatXL .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-MortalKombatXL {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-MortalKombatXL,.e-sports .competition-icon-league-bc.bc-i-MortalKombatXL:after,.e-sports .competition-icon-league-bc.bc-i-MortalKombatXL~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-MortalKombatXL,.e-sports .e-sports-game-icon-back-nav.bc-i-MortalKombatXL:after,.e-sports .horizontal-sl-item-bc.MortalKombatXL,.e-sports .sp-s-l-h-flag-bc.bc-i-MortalKombatXL {
    background: linear-gradient(180deg,#e7921f,#a76812)
}

.e-sports .sp-sub-list-bc.MortalKombatXL:not(.selected):hover {
    background: rgba(167,104,18,.6);
    box-shadow: 0 0 8px 0 rgba(167,104,18,.6)
}

.e-sports .sp-sub-list-bc.MortalKombatXL.selected,.e-sports-MortalKombatXL .e-sports-time-start:before,.e-sports-MortalKombatXL .horizontal-sl-tab-bc:before,.e-sports-MortalKombatXL .main-tabs-bc .tab-bc:before,.sportsbook-center-section.MortalKombatXL .e-sports-time-start:before,.sportsbook-center-section.MortalKombatXL .horizontal-sl-tab-bc:before,.sportsbook-center-section.MortalKombatXL .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e7921f,#a76812)
}

.e-sports-match-container.MortalKombatXL .market-bc:hover {
    box-shadow: 0 0 20px 0 #a76812
}

.e-sports-match-container.MortalKombatXL .market-bc.active,.e-sports-match-container.MortalKombatXL .market-bc:hover {
    color: #fff;
    background: #a76812
}

.GrecoRomanWrestling-bg {
    color: #000;
    background: #3a54fb
}

.horizontal-sl-item-bc.GrecoRomanWrestling .horizontal-sl-icon-bc {
    color: #3a54fb
}

.horizontal-sl-item-bc.GrecoRomanWrestling.active {
    background: #3a54fb
}

.horizontal-sl-item-bc.GrecoRomanWrestling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GrecoRomanWrestling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GrecoRomanWrestling,.live-calendar-market-bc .bc-i-GrecoRomanWrestling,.multi-select-icon-bc.bc-i-GrecoRomanWrestling,.sp-sub-list-bc.GrecoRomanWrestling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GrecoRomanWrestling {
    color: #3a54fb
}

.sp-sub-list-bc.GrecoRomanWrestling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #3a54fb
}

.sp-sub-list-bc.GrecoRomanWrestling .market-game-section.active:before {
    background: #3a54fb
}

.e-sports .horizontal-sl-item-bc.GrecoRomanWrestling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GrecoRomanWrestling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GrecoRomanWrestling,.e-sports .competition-icon-league-bc.bc-i-GrecoRomanWrestling:after,.e-sports .competition-icon-league-bc.bc-i-GrecoRomanWrestling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GrecoRomanWrestling,.e-sports .e-sports-game-icon-back-nav.bc-i-GrecoRomanWrestling:after,.e-sports .horizontal-sl-item-bc.GrecoRomanWrestling,.e-sports .sp-s-l-h-flag-bc.bc-i-GrecoRomanWrestling {
    background: linear-gradient(180deg,#8595fd,#3a54fb)
}

.e-sports .sp-sub-list-bc.GrecoRomanWrestling:not(.selected):hover {
    background: rgba(58,84,251,.6);
    box-shadow: 0 0 8px 0 rgba(58,84,251,.6)
}

.e-sports .sp-sub-list-bc.GrecoRomanWrestling.selected,.e-sports-GrecoRomanWrestling .e-sports-time-start:before,.e-sports-GrecoRomanWrestling .horizontal-sl-tab-bc:before,.e-sports-GrecoRomanWrestling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GrecoRomanWrestling .e-sports-time-start:before,.sportsbook-center-section.GrecoRomanWrestling .horizontal-sl-tab-bc:before,.sportsbook-center-section.GrecoRomanWrestling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8595fd,#3a54fb)
}

.e-sports-match-container.GrecoRomanWrestling .market-bc:hover {
    box-shadow: 0 0 20px 0 #3a54fb
}

.e-sports-match-container.GrecoRomanWrestling .market-bc.active,.e-sports-match-container.GrecoRomanWrestling .market-bc:hover {
    color: #fff;
    background: #3a54fb
}

.GlobalOffensive-bg {
    color: #fff;
    background: #c28503
}

.horizontal-sl-item-bc.GlobalOffensive .horizontal-sl-icon-bc {
    color: #c28503
}

.horizontal-sl-item-bc.GlobalOffensive.active {
    background: #c28503
}

.horizontal-sl-item-bc.GlobalOffensive.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GlobalOffensive.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GlobalOffensive,.live-calendar-market-bc .bc-i-GlobalOffensive,.multi-select-icon-bc.bc-i-GlobalOffensive,.sp-sub-list-bc.GlobalOffensive .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GlobalOffensive {
    color: #c28503
}

.sp-sub-list-bc.GlobalOffensive.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c28503
}

.sp-sub-list-bc.GlobalOffensive .market-game-section.active:before {
    background: #c28503
}

.e-sports .horizontal-sl-item-bc.GlobalOffensive .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GlobalOffensive {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GlobalOffensive,.e-sports .competition-icon-league-bc.bc-i-GlobalOffensive:after,.e-sports .competition-icon-league-bc.bc-i-GlobalOffensive~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GlobalOffensive,.e-sports .e-sports-game-icon-back-nav.bc-i-GlobalOffensive:after,.e-sports .horizontal-sl-item-bc.GlobalOffensive,.e-sports .sp-s-l-h-flag-bc.bc-i-GlobalOffensive {
    background: linear-gradient(180deg,#fbb216,#c28503)
}

.e-sports .sp-sub-list-bc.GlobalOffensive:not(.selected):hover {
    background: rgba(194,133,3,.6);
    box-shadow: 0 0 8px 0 rgba(194,133,3,.6)
}

.e-sports .sp-sub-list-bc.GlobalOffensive.selected,.e-sports-GlobalOffensive .e-sports-time-start:before,.e-sports-GlobalOffensive .horizontal-sl-tab-bc:before,.e-sports-GlobalOffensive .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GlobalOffensive .e-sports-time-start:before,.sportsbook-center-section.GlobalOffensive .horizontal-sl-tab-bc:before,.sportsbook-center-section.GlobalOffensive .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fbb216,#c28503)
}

.e-sports-match-container.GlobalOffensive .market-bc:hover {
    box-shadow: 0 0 20px 0 #c28503
}

.e-sports-match-container.GlobalOffensive .market-bc.active,.e-sports-match-container.GlobalOffensive .market-bc:hover {
    color: #fff;
    background: #c28503
}

.CounterStrike-bg {
    color: #fff;
    background: #cc581f
}

.horizontal-sl-item-bc.CounterStrike .horizontal-sl-icon-bc {
    color: #cc581f
}

.horizontal-sl-item-bc.CounterStrike.active {
    background: #cc581f
}

.horizontal-sl-item-bc.CounterStrike.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CounterStrike.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CounterStrike,.live-calendar-market-bc .bc-i-CounterStrike,.multi-select-icon-bc.bc-i-CounterStrike,.sp-sub-list-bc.CounterStrike .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CounterStrike {
    color: #cc581f
}

.sp-sub-list-bc.CounterStrike.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #cc581f
}

.sp-sub-list-bc.CounterStrike .market-game-section.active:before {
    background: #cc581f
}

.e-sports .horizontal-sl-item-bc.CounterStrike .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CounterStrike {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CounterStrike,.e-sports .competition-icon-league-bc.bc-i-CounterStrike:after,.e-sports .competition-icon-league-bc.bc-i-CounterStrike~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CounterStrike,.e-sports .e-sports-game-icon-back-nav.bc-i-CounterStrike:after,.e-sports .horizontal-sl-item-bc.CounterStrike,.e-sports .sp-s-l-h-flag-bc.bc-i-CounterStrike {
    background: linear-gradient(180deg,#e58353,#cc581f)
}

.e-sports .sp-sub-list-bc.CounterStrike:not(.selected):hover {
    background: rgba(204,88,31,.6);
    box-shadow: 0 0 8px 0 rgba(204,88,31,.6)
}

.e-sports .sp-sub-list-bc.CounterStrike.selected,.e-sports-CounterStrike .e-sports-time-start:before,.e-sports-CounterStrike .horizontal-sl-tab-bc:before,.e-sports-CounterStrike .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CounterStrike .e-sports-time-start:before,.sportsbook-center-section.CounterStrike .horizontal-sl-tab-bc:before,.sportsbook-center-section.CounterStrike .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e58353,#cc581f)
}

.e-sports-match-container.CounterStrike .market-bc:hover {
    box-shadow: 0 0 20px 0 #cc581f
}

.e-sports-match-container.CounterStrike .market-bc.active,.e-sports-match-container.CounterStrike .market-bc:hover {
    color: #fff;
    background: #cc581f
}

.Dota-bg {
    color: #fff;
    background: #5e55a1
}

.horizontal-sl-item-bc.Dota .horizontal-sl-icon-bc {
    color: #5e55a1
}

.horizontal-sl-item-bc.Dota.active {
    background: #5e55a1
}

.horizontal-sl-item-bc.Dota.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Dota.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Dota,.live-calendar-market-bc .bc-i-Dota,.multi-select-icon-bc.bc-i-Dota,.sp-sub-list-bc.Dota .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Dota {
    color: #5e55a1
}

.sp-sub-list-bc.Dota.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #5e55a1
}

.sp-sub-list-bc.Dota .market-game-section.active:before {
    background: #5e55a1
}

.e-sports .horizontal-sl-item-bc.Dota .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Dota {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Dota,.e-sports .competition-icon-league-bc.bc-i-Dota:after,.e-sports .competition-icon-league-bc.bc-i-Dota~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Dota,.e-sports .e-sports-game-icon-back-nav.bc-i-Dota:after,.e-sports .horizontal-sl-item-bc.Dota,.e-sports .sp-s-l-h-flag-bc.bc-i-Dota {
    background: linear-gradient(180deg,#8b84be,#5e55a1)
}

.e-sports .sp-sub-list-bc.Dota:not(.selected):hover {
    background: rgba(94,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(94,85,161,.6)
}

.e-sports .sp-sub-list-bc.Dota.selected,.e-sports-Dota .e-sports-time-start:before,.e-sports-Dota .horizontal-sl-tab-bc:before,.e-sports-Dota .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Dota .e-sports-time-start:before,.sportsbook-center-section.Dota .horizontal-sl-tab-bc:before,.sportsbook-center-section.Dota .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8b84be,#5e55a1)
}

.e-sports-match-container.Dota .market-bc:hover {
    box-shadow: 0 0 20px 0 #5e55a1
}

.e-sports-match-container.Dota .market-bc.active,.e-sports-match-container.Dota .market-bc:hover {
    color: #fff;
    background: #5e55a1
}

.Dota2-bg {
    color: #fff;
    background: #9b1013
}

.horizontal-sl-item-bc.Dota2 .horizontal-sl-icon-bc {
    color: #9b1013
}

.horizontal-sl-item-bc.Dota2.active {
    background: #9b1013
}

.horizontal-sl-item-bc.Dota2.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Dota2.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Dota2,.live-calendar-market-bc .bc-i-Dota2,.multi-select-icon-bc.bc-i-Dota2,.sp-sub-list-bc.Dota2 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Dota2 {
    color: #9b1013
}

.sp-sub-list-bc.Dota2.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #9b1013
}

.sp-sub-list-bc.Dota2 .market-game-section.active:before {
    background: #9b1013
}

.e-sports .horizontal-sl-item-bc.Dota2 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Dota2 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Dota2,.e-sports .competition-icon-league-bc.bc-i-Dota2:after,.e-sports .competition-icon-league-bc.bc-i-Dota2~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Dota2,.e-sports .e-sports-game-icon-back-nav.bc-i-Dota2:after,.e-sports .horizontal-sl-item-bc.Dota2,.e-sports .sp-s-l-h-flag-bc.bc-i-Dota2 {
    background: linear-gradient(180deg,#e0171c,#9b1013)
}

.e-sports .sp-sub-list-bc.Dota2:not(.selected):hover {
    background: rgba(155,16,19,.6);
    box-shadow: 0 0 8px 0 rgba(155,16,19,.6)
}

.e-sports .sp-sub-list-bc.Dota2.selected,.e-sports-Dota2 .e-sports-time-start:before,.e-sports-Dota2 .horizontal-sl-tab-bc:before,.e-sports-Dota2 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Dota2 .e-sports-time-start:before,.sportsbook-center-section.Dota2 .horizontal-sl-tab-bc:before,.sportsbook-center-section.Dota2 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e0171c,#9b1013)
}

.e-sports-match-container.Dota2 .market-bc:hover {
    box-shadow: 0 0 20px 0 #9b1013
}

.e-sports-match-container.Dota2 .market-bc.active,.e-sports-match-container.Dota2 .market-bc:hover {
    color: #fff;
    background: #9b1013
}

.HeroesOfTheStorm-bg {
    color: #fff;
    background: #655e8a
}

.horizontal-sl-item-bc.HeroesOfTheStorm .horizontal-sl-icon-bc {
    color: #655e8a
}

.horizontal-sl-item-bc.HeroesOfTheStorm.active {
    background: #655e8a
}

.horizontal-sl-item-bc.HeroesOfTheStorm.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.HeroesOfTheStorm.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-HeroesOfTheStorm,.live-calendar-market-bc .bc-i-HeroesOfTheStorm,.multi-select-icon-bc.bc-i-HeroesOfTheStorm,.sp-sub-list-bc.HeroesOfTheStorm .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-HeroesOfTheStorm {
    color: #655e8a
}

.sp-sub-list-bc.HeroesOfTheStorm.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #655e8a
}

.sp-sub-list-bc.HeroesOfTheStorm .market-game-section.active:before {
    background: #655e8a
}

.e-sports .horizontal-sl-item-bc.HeroesOfTheStorm .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-HeroesOfTheStorm {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-HeroesOfTheStorm,.e-sports .competition-icon-league-bc.bc-i-HeroesOfTheStorm:after,.e-sports .competition-icon-league-bc.bc-i-HeroesOfTheStorm~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-HeroesOfTheStorm,.e-sports .e-sports-game-icon-back-nav.bc-i-HeroesOfTheStorm:after,.e-sports .horizontal-sl-item-bc.HeroesOfTheStorm,.e-sports .sp-s-l-h-flag-bc.bc-i-HeroesOfTheStorm {
    background: linear-gradient(180deg,#8d87ad,#655e8a)
}

.e-sports .sp-sub-list-bc.HeroesOfTheStorm:not(.selected):hover {
    background: rgba(101,94,138,.6);
    box-shadow: 0 0 8px 0 rgba(101,94,138,.6)
}

.e-sports .sp-sub-list-bc.HeroesOfTheStorm.selected,.e-sports-HeroesOfTheStorm .e-sports-time-start:before,.e-sports-HeroesOfTheStorm .horizontal-sl-tab-bc:before,.e-sports-HeroesOfTheStorm .main-tabs-bc .tab-bc:before,.sportsbook-center-section.HeroesOfTheStorm .e-sports-time-start:before,.sportsbook-center-section.HeroesOfTheStorm .horizontal-sl-tab-bc:before,.sportsbook-center-section.HeroesOfTheStorm .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8d87ad,#655e8a)
}

.e-sports-match-container.HeroesOfTheStorm .market-bc:hover {
    box-shadow: 0 0 20px 0 #655e8a
}

.e-sports-match-container.HeroesOfTheStorm .market-bc.active,.e-sports-match-container.HeroesOfTheStorm .market-bc:hover {
    color: #fff;
    background: #655e8a
}

.WorldOfTanks-bg {
    color: #fff;
    background: #464a37
}

.horizontal-sl-item-bc.WorldOfTanks .horizontal-sl-icon-bc {
    color: #464a37
}

.horizontal-sl-item-bc.WorldOfTanks.active {
    background: #464a37
}

.horizontal-sl-item-bc.WorldOfTanks.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.WorldOfTanks.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-WorldOfTanks,.live-calendar-market-bc .bc-i-WorldOfTanks,.multi-select-icon-bc.bc-i-WorldOfTanks,.sp-sub-list-bc.WorldOfTanks .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-WorldOfTanks {
    color: #464a37
}

.sp-sub-list-bc.WorldOfTanks.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #464a37
}

.sp-sub-list-bc.WorldOfTanks .market-game-section.active:before {
    background: #464a37
}

.e-sports .horizontal-sl-item-bc.WorldOfTanks .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-WorldOfTanks {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-WorldOfTanks,.e-sports .competition-icon-league-bc.bc-i-WorldOfTanks:after,.e-sports .competition-icon-league-bc.bc-i-WorldOfTanks~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-WorldOfTanks,.e-sports .e-sports-game-icon-back-nav.bc-i-WorldOfTanks:after,.e-sports .horizontal-sl-item-bc.WorldOfTanks,.e-sports .sp-s-l-h-flag-bc.bc-i-WorldOfTanks {
    background: linear-gradient(180deg,#707658,#464a37)
}

.e-sports .sp-sub-list-bc.WorldOfTanks:not(.selected):hover {
    background: rgba(70,74,55,.6);
    box-shadow: 0 0 8px 0 rgba(70,74,55,.6)
}

.e-sports .sp-sub-list-bc.WorldOfTanks.selected,.e-sports-WorldOfTanks .e-sports-time-start:before,.e-sports-WorldOfTanks .horizontal-sl-tab-bc:before,.e-sports-WorldOfTanks .main-tabs-bc .tab-bc:before,.sportsbook-center-section.WorldOfTanks .e-sports-time-start:before,.sportsbook-center-section.WorldOfTanks .horizontal-sl-tab-bc:before,.sportsbook-center-section.WorldOfTanks .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#707658,#464a37)
}

.e-sports-match-container.WorldOfTanks .market-bc:hover {
    box-shadow: 0 0 20px 0 #464a37
}

.e-sports-match-container.WorldOfTanks .market-bc.active,.e-sports-match-container.WorldOfTanks .market-bc:hover {
    color: #fff;
    background: #464a37
}

.Headis-bg {
    color: #fff;
    background: #d82338
}

.horizontal-sl-item-bc.Headis .horizontal-sl-icon-bc {
    color: #d82338
}

.horizontal-sl-item-bc.Headis.active {
    background: #d82338
}

.horizontal-sl-item-bc.Headis.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Headis.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Headis,.live-calendar-market-bc .bc-i-Headis,.multi-select-icon-bc.bc-i-Headis,.sp-sub-list-bc.Headis .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Headis {
    color: #d82338
}

.sp-sub-list-bc.Headis.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #d82338
}

.sp-sub-list-bc.Headis .market-game-section.active:before {
    background: #d82338
}

.e-sports .horizontal-sl-item-bc.Headis .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Headis {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Headis,.e-sports .competition-icon-league-bc.bc-i-Headis:after,.e-sports .competition-icon-league-bc.bc-i-Headis~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Headis,.e-sports .e-sports-game-icon-back-nav.bc-i-Headis:after,.e-sports .horizontal-sl-item-bc.Headis,.e-sports .sp-s-l-h-flag-bc.bc-i-Headis {
    background: linear-gradient(180deg,#e66271,#d82338)
}

.e-sports .sp-sub-list-bc.Headis:not(.selected):hover {
    background: rgba(216,35,56,.6);
    box-shadow: 0 0 8px 0 rgba(216,35,56,.6)
}

.e-sports .sp-sub-list-bc.Headis.selected,.e-sports-Headis .e-sports-time-start:before,.e-sports-Headis .horizontal-sl-tab-bc:before,.e-sports-Headis .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Headis .e-sports-time-start:before,.sportsbook-center-section.Headis .horizontal-sl-tab-bc:before,.sportsbook-center-section.Headis .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e66271,#d82338)
}

.e-sports-match-container.Headis .market-bc:hover {
    box-shadow: 0 0 20px 0 #d82338
}

.e-sports-match-container.Headis .market-bc.active,.e-sports-match-container.Headis .market-bc:hover {
    color: #fff;
    background: #d82338
}

.Hearthstone-bg {
    color: #fff;
    background: #9d7337
}

.horizontal-sl-item-bc.Hearthstone .horizontal-sl-icon-bc {
    color: #9d7337
}

.horizontal-sl-item-bc.Hearthstone.active {
    background: #9d7337
}

.horizontal-sl-item-bc.Hearthstone.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Hearthstone.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Hearthstone,.live-calendar-market-bc .bc-i-Hearthstone,.multi-select-icon-bc.bc-i-Hearthstone,.sp-sub-list-bc.Hearthstone .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Hearthstone {
    color: #9d7337
}

.sp-sub-list-bc.Hearthstone.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #9d7337
}

.sp-sub-list-bc.Hearthstone .market-game-section.active:before {
    background: #9d7337
}

.e-sports .horizontal-sl-item-bc.Hearthstone .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Hearthstone {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Hearthstone,.e-sports .competition-icon-league-bc.bc-i-Hearthstone:after,.e-sports .competition-icon-league-bc.bc-i-Hearthstone~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Hearthstone,.e-sports .e-sports-game-icon-back-nav.bc-i-Hearthstone:after,.e-sports .horizontal-sl-item-bc.Hearthstone,.e-sports .sp-s-l-h-flag-bc.bc-i-Hearthstone {
    background: linear-gradient(180deg,#c69a5b,#9d7337)
}

.e-sports .sp-sub-list-bc.Hearthstone:not(.selected):hover {
    background: rgba(157,115,55,.6);
    box-shadow: 0 0 8px 0 rgba(157,115,55,.6)
}

.e-sports .sp-sub-list-bc.Hearthstone.selected,.e-sports-Hearthstone .e-sports-time-start:before,.e-sports-Hearthstone .horizontal-sl-tab-bc:before,.e-sports-Hearthstone .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Hearthstone .e-sports-time-start:before,.sportsbook-center-section.Hearthstone .horizontal-sl-tab-bc:before,.sportsbook-center-section.Hearthstone .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c69a5b,#9d7337)
}

.e-sports-match-container.Hearthstone .market-bc:hover {
    box-shadow: 0 0 20px 0 #9d7337
}

.e-sports-match-container.Hearthstone .market-bc.active,.e-sports-match-container.Hearthstone .market-bc:hover {
    color: #fff;
    background: #9d7337
}

.StarCraft-bg {
    color: #fff;
    background: #326d5d
}

.horizontal-sl-item-bc.StarCraft .horizontal-sl-icon-bc {
    color: #326d5d
}

.horizontal-sl-item-bc.StarCraft.active {
    background: #326d5d
}

.horizontal-sl-item-bc.StarCraft.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.StarCraft.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-StarCraft,.live-calendar-market-bc .bc-i-StarCraft,.multi-select-icon-bc.bc-i-StarCraft,.sp-sub-list-bc.StarCraft .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-StarCraft {
    color: #326d5d
}

.sp-sub-list-bc.StarCraft.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #326d5d
}

.sp-sub-list-bc.StarCraft .market-game-section.active:before {
    background: #326d5d
}

.e-sports .horizontal-sl-item-bc.StarCraft .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-StarCraft {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-StarCraft,.e-sports .competition-icon-league-bc.bc-i-StarCraft:after,.e-sports .competition-icon-league-bc.bc-i-StarCraft~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-StarCraft,.e-sports .e-sports-game-icon-back-nav.bc-i-StarCraft:after,.e-sports .horizontal-sl-item-bc.StarCraft,.e-sports .sp-s-l-h-flag-bc.bc-i-StarCraft {
    background: linear-gradient(180deg,#4aa18a,#326d5d)
}

.e-sports .sp-sub-list-bc.StarCraft:not(.selected):hover {
    background: rgba(50,109,93,.6);
    box-shadow: 0 0 8px 0 rgba(50,109,93,.6)
}

.e-sports .sp-sub-list-bc.StarCraft.selected,.e-sports-StarCraft .e-sports-time-start:before,.e-sports-StarCraft .horizontal-sl-tab-bc:before,.e-sports-StarCraft .main-tabs-bc .tab-bc:before,.sportsbook-center-section.StarCraft .e-sports-time-start:before,.sportsbook-center-section.StarCraft .horizontal-sl-tab-bc:before,.sportsbook-center-section.StarCraft .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#4aa18a,#326d5d)
}

.e-sports-match-container.StarCraft .market-bc:hover {
    box-shadow: 0 0 20px 0 #326d5d
}

.e-sports-match-container.StarCraft .market-bc.active,.e-sports-match-container.StarCraft .market-bc:hover {
    color: #fff;
    background: #326d5d
}

.StarCraft2-bg {
    color: #fff;
    background: #005895
}

.horizontal-sl-item-bc.StarCraft2 .horizontal-sl-icon-bc {
    color: #005895
}

.horizontal-sl-item-bc.StarCraft2.active {
    background: #005895
}

.horizontal-sl-item-bc.StarCraft2.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.StarCraft2.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-StarCraft2,.live-calendar-market-bc .bc-i-StarCraft2,.multi-select-icon-bc.bc-i-StarCraft2,.sp-sub-list-bc.StarCraft2 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-StarCraft2 {
    color: #005895
}

.sp-sub-list-bc.StarCraft2.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #005895
}

.sp-sub-list-bc.StarCraft2 .market-game-section.active:before {
    background: #005895
}

.e-sports .horizontal-sl-item-bc.StarCraft2 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-StarCraft2 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-StarCraft2,.e-sports .competition-icon-league-bc.bc-i-StarCraft2:after,.e-sports .competition-icon-league-bc.bc-i-StarCraft2~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-StarCraft2,.e-sports .e-sports-game-icon-back-nav.bc-i-StarCraft2:after,.e-sports .horizontal-sl-item-bc.StarCraft2,.e-sports .sp-s-l-h-flag-bc.bc-i-StarCraft2 {
    background: linear-gradient(180deg,#0085e2,#005895)
}

.e-sports .sp-sub-list-bc.StarCraft2:not(.selected):hover {
    background: rgba(0,88,149,.6);
    box-shadow: 0 0 8px 0 rgba(0,88,149,.6)
}

.e-sports .sp-sub-list-bc.StarCraft2.selected,.e-sports-StarCraft2 .e-sports-time-start:before,.e-sports-StarCraft2 .horizontal-sl-tab-bc:before,.e-sports-StarCraft2 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.StarCraft2 .e-sports-time-start:before,.sportsbook-center-section.StarCraft2 .horizontal-sl-tab-bc:before,.sportsbook-center-section.StarCraft2 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0085e2,#005895)
}

.e-sports-match-container.StarCraft2 .market-bc:hover {
    box-shadow: 0 0 20px 0 #005895
}

.e-sports-match-container.StarCraft2 .market-bc.active,.e-sports-match-container.StarCraft2 .market-bc:hover {
    color: #fff;
    background: #005895
}

.Battlefield-bg {
    color: #fff;
    background: #da6123
}

.horizontal-sl-item-bc.Battlefield .horizontal-sl-icon-bc {
    color: #da6123
}

.horizontal-sl-item-bc.Battlefield.active {
    background: #da6123
}

.horizontal-sl-item-bc.Battlefield.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Battlefield.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Battlefield,.live-calendar-market-bc .bc-i-Battlefield,.multi-select-icon-bc.bc-i-Battlefield,.sp-sub-list-bc.Battlefield .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Battlefield {
    color: #da6123
}

.sp-sub-list-bc.Battlefield.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #da6123
}

.sp-sub-list-bc.Battlefield .market-game-section.active:before {
    background: #da6123
}

.e-sports .horizontal-sl-item-bc.Battlefield .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Battlefield {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Battlefield,.e-sports .competition-icon-league-bc.bc-i-Battlefield:after,.e-sports .competition-icon-league-bc.bc-i-Battlefield~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Battlefield,.e-sports .e-sports-game-icon-back-nav.bc-i-Battlefield:after,.e-sports .horizontal-sl-item-bc.Battlefield,.e-sports .sp-s-l-h-flag-bc.bc-i-Battlefield {
    background: linear-gradient(180deg,#e69063,#da6123)
}

.e-sports .sp-sub-list-bc.Battlefield:not(.selected):hover {
    background: rgba(218,97,35,.6);
    box-shadow: 0 0 8px 0 rgba(218,97,35,.6)
}

.e-sports .sp-sub-list-bc.Battlefield.selected,.e-sports-Battlefield .e-sports-time-start:before,.e-sports-Battlefield .horizontal-sl-tab-bc:before,.e-sports-Battlefield .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Battlefield .e-sports-time-start:before,.sportsbook-center-section.Battlefield .horizontal-sl-tab-bc:before,.sportsbook-center-section.Battlefield .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e69063,#da6123)
}

.e-sports-match-container.Battlefield .market-bc:hover {
    box-shadow: 0 0 20px 0 #da6123
}

.e-sports-match-container.Battlefield .market-bc.active,.e-sports-match-container.Battlefield .market-bc:hover {
    color: #fff;
    background: #da6123
}

.CrossFire-bg {
    color: #fff;
    background: #926b25
}

.horizontal-sl-item-bc.CrossFire .horizontal-sl-icon-bc {
    color: #926b25
}

.horizontal-sl-item-bc.CrossFire.active {
    background: #926b25
}

.horizontal-sl-item-bc.CrossFire.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.CrossFire.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-CrossFire,.live-calendar-market-bc .bc-i-CrossFire,.multi-select-icon-bc.bc-i-CrossFire,.sp-sub-list-bc.CrossFire .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-CrossFire {
    color: #926b25
}

.sp-sub-list-bc.CrossFire.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #926b25
}

.sp-sub-list-bc.CrossFire .market-game-section.active:before {
    background: #926b25
}

.e-sports .horizontal-sl-item-bc.CrossFire .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-CrossFire {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-CrossFire,.e-sports .competition-icon-league-bc.bc-i-CrossFire:after,.e-sports .competition-icon-league-bc.bc-i-CrossFire~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-CrossFire,.e-sports .e-sports-game-icon-back-nav.bc-i-CrossFire:after,.e-sports .horizontal-sl-item-bc.CrossFire,.e-sports .sp-s-l-h-flag-bc.bc-i-CrossFire {
    background: linear-gradient(180deg,#cc9737,#926b25)
}

.e-sports .sp-sub-list-bc.CrossFire:not(.selected):hover {
    background: rgba(146,107,37,.6);
    box-shadow: 0 0 8px 0 rgba(146,107,37,.6)
}

.e-sports .sp-sub-list-bc.CrossFire.selected,.e-sports-CrossFire .e-sports-time-start:before,.e-sports-CrossFire .horizontal-sl-tab-bc:before,.e-sports-CrossFire .main-tabs-bc .tab-bc:before,.sportsbook-center-section.CrossFire .e-sports-time-start:before,.sportsbook-center-section.CrossFire .horizontal-sl-tab-bc:before,.sportsbook-center-section.CrossFire .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#cc9737,#926b25)
}

.e-sports-match-container.CrossFire .market-bc:hover {
    box-shadow: 0 0 20px 0 #926b25
}

.e-sports-match-container.CrossFire .market-bc.active,.e-sports-match-container.CrossFire .market-bc:hover {
    color: #fff;
    background: #926b25
}

.Doom-bg {
    color: #fff;
    background: #be291e
}

.horizontal-sl-item-bc.Doom .horizontal-sl-icon-bc {
    color: #be291e
}

.horizontal-sl-item-bc.Doom.active {
    background: #be291e
}

.horizontal-sl-item-bc.Doom.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Doom.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Doom,.live-calendar-market-bc .bc-i-Doom,.multi-select-icon-bc.bc-i-Doom,.sp-sub-list-bc.Doom .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Doom {
    color: #be291e
}

.sp-sub-list-bc.Doom.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #be291e
}

.sp-sub-list-bc.Doom .market-game-section.active:before {
    background: #be291e
}

.e-sports .horizontal-sl-item-bc.Doom .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Doom {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Doom,.e-sports .competition-icon-league-bc.bc-i-Doom:after,.e-sports .competition-icon-league-bc.bc-i-Doom~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Doom,.e-sports .e-sports-game-icon-back-nav.bc-i-Doom:after,.e-sports .horizontal-sl-item-bc.Doom,.e-sports .sp-s-l-h-flag-bc.bc-i-Doom {
    background: linear-gradient(180deg,#e25147,#be291e)
}

.e-sports .sp-sub-list-bc.Doom:not(.selected):hover {
    background: rgba(190,41,30,.6);
    box-shadow: 0 0 8px 0 rgba(190,41,30,.6)
}

.e-sports .sp-sub-list-bc.Doom.selected,.e-sports-Doom .e-sports-time-start:before,.e-sports-Doom .horizontal-sl-tab-bc:before,.e-sports-Doom .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Doom .e-sports-time-start:before,.sportsbook-center-section.Doom .horizontal-sl-tab-bc:before,.sportsbook-center-section.Doom .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e25147,#be291e)
}

.e-sports-match-container.Doom .market-bc:hover {
    box-shadow: 0 0 20px 0 #be291e
}

.e-sports-match-container.Doom .market-bc.active,.e-sports-match-container.Doom .market-bc:hover {
    color: #fff;
    background: #be291e
}

.E-IceHockey-bg {
    color: #000;
    background: #4196c2
}

.horizontal-sl-item-bc.E-IceHockey .horizontal-sl-icon-bc {
    color: #4196c2
}

.horizontal-sl-item-bc.E-IceHockey.active {
    background: #4196c2
}

.horizontal-sl-item-bc.E-IceHockey.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.E-IceHockey.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-E-IceHockey,.live-calendar-market-bc .bc-i-E-IceHockey,.multi-select-icon-bc.bc-i-E-IceHockey,.sp-sub-list-bc.E-IceHockey .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-E-IceHockey {
    color: #4196c2
}

.sp-sub-list-bc.E-IceHockey.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #4196c2
}

.sp-sub-list-bc.E-IceHockey .market-game-section.active:before {
    background: #4196c2
}

.e-sports .horizontal-sl-item-bc.E-IceHockey .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-E-IceHockey {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-E-IceHockey,.e-sports .competition-icon-league-bc.bc-i-E-IceHockey:after,.e-sports .competition-icon-league-bc.bc-i-E-IceHockey~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-E-IceHockey,.e-sports .e-sports-game-icon-back-nav.bc-i-E-IceHockey:after,.e-sports .horizontal-sl-item-bc.E-IceHockey,.e-sports .sp-s-l-h-flag-bc.bc-i-E-IceHockey {
    background: linear-gradient(180deg,#7bb6d5,#4196c2)
}

.e-sports .sp-sub-list-bc.E-IceHockey:not(.selected):hover {
    background: rgba(65,150,194,.6);
    box-shadow: 0 0 8px 0 rgba(65,150,194,.6)
}

.e-sports .sp-sub-list-bc.E-IceHockey.selected,.e-sports-E-IceHockey .e-sports-time-start:before,.e-sports-E-IceHockey .horizontal-sl-tab-bc:before,.e-sports-E-IceHockey .main-tabs-bc .tab-bc:before,.sportsbook-center-section.E-IceHockey .e-sports-time-start:before,.sportsbook-center-section.E-IceHockey .horizontal-sl-tab-bc:before,.sportsbook-center-section.E-IceHockey .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#7bb6d5,#4196c2)
}

.e-sports-match-container.E-IceHockey .market-bc:hover {
    box-shadow: 0 0 20px 0 #4196c2
}

.e-sports-match-container.E-IceHockey .market-bc.active,.e-sports-match-container.E-IceHockey .market-bc:hover {
    color: #fff;
    background: #4196c2
}

.ETennis-bg {
    color: #fff;
    background: #829d24
}

.horizontal-sl-item-bc.ETennis .horizontal-sl-icon-bc {
    color: #829d24
}

.horizontal-sl-item-bc.ETennis.active {
    background: #829d24
}

.horizontal-sl-item-bc.ETennis.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ETennis.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ETennis,.live-calendar-market-bc .bc-i-ETennis,.multi-select-icon-bc.bc-i-ETennis,.sp-sub-list-bc.ETennis .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ETennis {
    color: #829d24
}

.sp-sub-list-bc.ETennis.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #829d24
}

.sp-sub-list-bc.ETennis .market-game-section.active:before {
    background: #829d24
}

.e-sports .horizontal-sl-item-bc.ETennis .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ETennis {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ETennis,.e-sports .competition-icon-league-bc.bc-i-ETennis:after,.e-sports .competition-icon-league-bc.bc-i-ETennis~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ETennis,.e-sports .e-sports-game-icon-back-nav.bc-i-ETennis:after,.e-sports .horizontal-sl-item-bc.ETennis,.e-sports .sp-s-l-h-flag-bc.bc-i-ETennis {
    background: linear-gradient(180deg,#b0d23b,#829d24)
}

.e-sports .sp-sub-list-bc.ETennis:not(.selected):hover {
    background: rgba(130,157,36,.6);
    box-shadow: 0 0 8px 0 rgba(130,157,36,.6)
}

.e-sports .sp-sub-list-bc.ETennis.selected,.e-sports-ETennis .e-sports-time-start:before,.e-sports-ETennis .horizontal-sl-tab-bc:before,.e-sports-ETennis .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ETennis .e-sports-time-start:before,.sportsbook-center-section.ETennis .horizontal-sl-tab-bc:before,.sportsbook-center-section.ETennis .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#b0d23b,#829d24)
}

.e-sports-match-container.ETennis .market-bc:hover {
    box-shadow: 0 0 20px 0 #829d24
}

.e-sports-match-container.ETennis .market-bc.active,.e-sports-match-container.ETennis .market-bc:hover {
    color: #fff;
    background: #829d24
}

.FIFA-bg {
    color: #000;
    background: #efb724
}

.horizontal-sl-item-bc.FIFA .horizontal-sl-icon-bc {
    color: #efb724
}

.horizontal-sl-item-bc.FIFA.active {
    background: #efb724
}

.horizontal-sl-item-bc.FIFA.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.FIFA.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-FIFA,.live-calendar-market-bc .bc-i-FIFA,.multi-select-icon-bc.bc-i-FIFA,.sp-sub-list-bc.FIFA .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-FIFA {
    color: #efb724
}

.sp-sub-list-bc.FIFA.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #efb724
}

.sp-sub-list-bc.FIFA .market-game-section.active:before {
    background: #efb724
}

.e-sports .horizontal-sl-item-bc.FIFA .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-FIFA {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-FIFA,.e-sports .competition-icon-league-bc.bc-i-FIFA:after,.e-sports .competition-icon-league-bc.bc-i-FIFA~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-FIFA,.e-sports .e-sports-game-icon-back-nav.bc-i-FIFA:after,.e-sports .horizontal-sl-item-bc.FIFA,.e-sports .sp-s-l-h-flag-bc.bc-i-FIFA {
    background: linear-gradient(180deg,#f4ce6b,#efb724)
}

.e-sports .sp-sub-list-bc.FIFA:not(.selected):hover {
    background: rgba(239,183,36,.6);
    box-shadow: 0 0 8px 0 rgba(239,183,36,.6)
}

.e-sports .sp-sub-list-bc.FIFA.selected,.e-sports-FIFA .e-sports-time-start:before,.e-sports-FIFA .horizontal-sl-tab-bc:before,.e-sports-FIFA .main-tabs-bc .tab-bc:before,.sportsbook-center-section.FIFA .e-sports-time-start:before,.sportsbook-center-section.FIFA .horizontal-sl-tab-bc:before,.sportsbook-center-section.FIFA .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f4ce6b,#efb724)
}

.e-sports-match-container.FIFA .market-bc:hover {
    box-shadow: 0 0 20px 0 #efb724
}

.e-sports-match-container.FIFA .market-bc.active,.e-sports-match-container.FIFA .market-bc:hover {
    color: #fff;
    background: #efb724
}

.FortiteBattleRoyale-bg {
    color: #fff;
    background: #5e3151
}

.horizontal-sl-item-bc.FortiteBattleRoyale .horizontal-sl-icon-bc {
    color: #5e3151
}

.horizontal-sl-item-bc.FortiteBattleRoyale.active {
    background: #5e3151
}

.horizontal-sl-item-bc.FortiteBattleRoyale.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.FortiteBattleRoyale.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-FortiteBattleRoyale,.live-calendar-market-bc .bc-i-FortiteBattleRoyale,.multi-select-icon-bc.bc-i-FortiteBattleRoyale,.sp-sub-list-bc.FortiteBattleRoyale .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-FortiteBattleRoyale {
    color: #5e3151
}

.sp-sub-list-bc.FortiteBattleRoyale.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #5e3151
}

.sp-sub-list-bc.FortiteBattleRoyale .market-game-section.active:before {
    background: #5e3151
}

.e-sports .horizontal-sl-item-bc.FortiteBattleRoyale .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-FortiteBattleRoyale {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-FortiteBattleRoyale,.e-sports .competition-icon-league-bc.bc-i-FortiteBattleRoyale:after,.e-sports .competition-icon-league-bc.bc-i-FortiteBattleRoyale~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-FortiteBattleRoyale,.e-sports .e-sports-game-icon-back-nav.bc-i-FortiteBattleRoyale:after,.e-sports .horizontal-sl-item-bc.FortiteBattleRoyale,.e-sports .sp-s-l-h-flag-bc.bc-i-FortiteBattleRoyale {
    background: linear-gradient(180deg,#904b7c,#5e3151)
}

.e-sports .sp-sub-list-bc.FortiteBattleRoyale:not(.selected):hover {
    background: rgba(94,49,81,.6);
    box-shadow: 0 0 8px 0 rgba(94,49,81,.6)
}

.e-sports .sp-sub-list-bc.FortiteBattleRoyale.selected,.e-sports-FortiteBattleRoyale .e-sports-time-start:before,.e-sports-FortiteBattleRoyale .horizontal-sl-tab-bc:before,.e-sports-FortiteBattleRoyale .main-tabs-bc .tab-bc:before,.sportsbook-center-section.FortiteBattleRoyale .e-sports-time-start:before,.sportsbook-center-section.FortiteBattleRoyale .horizontal-sl-tab-bc:before,.sportsbook-center-section.FortiteBattleRoyale .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#904b7c,#5e3151)
}

.e-sports-match-container.FortiteBattleRoyale .market-bc:hover {
    box-shadow: 0 0 20px 0 #5e3151
}

.e-sports-match-container.FortiteBattleRoyale .market-bc.active,.e-sports-match-container.FortiteBattleRoyale .market-bc:hover {
    color: #fff;
    background: #5e3151
}

.GearsofWar-bg {
    color: #fff;
    background: #a2191d
}

.horizontal-sl-item-bc.GearsofWar .horizontal-sl-icon-bc {
    color: #a2191d
}

.horizontal-sl-item-bc.GearsofWar.active {
    background: #a2191d
}

.horizontal-sl-item-bc.GearsofWar.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GearsofWar.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GearsofWar,.live-calendar-market-bc .bc-i-GearsofWar,.multi-select-icon-bc.bc-i-GearsofWar,.sp-sub-list-bc.GearsofWar .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GearsofWar {
    color: #a2191d
}

.sp-sub-list-bc.GearsofWar.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a2191d
}

.sp-sub-list-bc.GearsofWar .market-game-section.active:before {
    background: #a2191d
}

.e-sports .horizontal-sl-item-bc.GearsofWar .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GearsofWar {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GearsofWar,.e-sports .competition-icon-league-bc.bc-i-GearsofWar:after,.e-sports .competition-icon-league-bc.bc-i-GearsofWar~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GearsofWar,.e-sports .e-sports-game-icon-back-nav.bc-i-GearsofWar:after,.e-sports .horizontal-sl-item-bc.GearsofWar,.e-sports .sp-s-l-h-flag-bc.bc-i-GearsofWar {
    background: linear-gradient(180deg,#de292f,#a2191d)
}

.e-sports .sp-sub-list-bc.GearsofWar:not(.selected):hover {
    background: rgba(162,25,29,.6);
    box-shadow: 0 0 8px 0 rgba(162,25,29,.6)
}

.e-sports .sp-sub-list-bc.GearsofWar.selected,.e-sports-GearsofWar .e-sports-time-start:before,.e-sports-GearsofWar .horizontal-sl-tab-bc:before,.e-sports-GearsofWar .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GearsofWar .e-sports-time-start:before,.sportsbook-center-section.GearsofWar .horizontal-sl-tab-bc:before,.sportsbook-center-section.GearsofWar .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#de292f,#a2191d)
}

.e-sports-match-container.GearsofWar .market-bc:hover {
    box-shadow: 0 0 20px 0 #a2191d
}

.e-sports-match-container.GearsofWar .market-bc.active,.e-sports-match-container.GearsofWar .market-bc:hover {
    color: #fff;
    background: #a2191d
}

.GuildWars2-bg {
    color: #fff;
    background: #c11d1f
}

.horizontal-sl-item-bc.GuildWars2 .horizontal-sl-icon-bc {
    color: #c11d1f
}

.horizontal-sl-item-bc.GuildWars2.active {
    background: #c11d1f
}

.horizontal-sl-item-bc.GuildWars2.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.GuildWars2.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-GuildWars2,.live-calendar-market-bc .bc-i-GuildWars2,.multi-select-icon-bc.bc-i-GuildWars2,.sp-sub-list-bc.GuildWars2 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-GuildWars2 {
    color: #c11d1f
}

.sp-sub-list-bc.GuildWars2.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c11d1f
}

.sp-sub-list-bc.GuildWars2 .market-game-section.active:before {
    background: #c11d1f
}

.e-sports .horizontal-sl-item-bc.GuildWars2 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-GuildWars2 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-GuildWars2,.e-sports .competition-icon-league-bc.bc-i-GuildWars2:after,.e-sports .competition-icon-league-bc.bc-i-GuildWars2~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-GuildWars2,.e-sports .e-sports-game-icon-back-nav.bc-i-GuildWars2:after,.e-sports .horizontal-sl-item-bc.GuildWars2,.e-sports .sp-s-l-h-flag-bc.bc-i-GuildWars2 {
    background: linear-gradient(180deg,#e34749,#c11d1f)
}

.e-sports .sp-sub-list-bc.GuildWars2:not(.selected):hover {
    background: rgba(193,29,31,.6);
    box-shadow: 0 0 8px 0 rgba(193,29,31,.6)
}

.e-sports .sp-sub-list-bc.GuildWars2.selected,.e-sports-GuildWars2 .e-sports-time-start:before,.e-sports-GuildWars2 .horizontal-sl-tab-bc:before,.e-sports-GuildWars2 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.GuildWars2 .e-sports-time-start:before,.sportsbook-center-section.GuildWars2 .horizontal-sl-tab-bc:before,.sportsbook-center-section.GuildWars2 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e34749,#c11d1f)
}

.e-sports-match-container.GuildWars2 .market-bc:hover {
    box-shadow: 0 0 20px 0 #c11d1f
}

.e-sports-match-container.GuildWars2 .market-bc.active,.e-sports-match-container.GuildWars2 .market-bc:hover {
    color: #fff;
    background: #c11d1f
}

.HeroesofNewerth-bg {
    color: #fff;
    background: #76650f
}

.horizontal-sl-item-bc.HeroesofNewerth .horizontal-sl-icon-bc {
    color: #76650f
}

.horizontal-sl-item-bc.HeroesofNewerth.active {
    background: #76650f
}

.horizontal-sl-item-bc.HeroesofNewerth.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.HeroesofNewerth.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-HeroesofNewerth,.live-calendar-market-bc .bc-i-HeroesofNewerth,.multi-select-icon-bc.bc-i-HeroesofNewerth,.sp-sub-list-bc.HeroesofNewerth .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-HeroesofNewerth {
    color: #76650f
}

.sp-sub-list-bc.HeroesofNewerth.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #76650f
}

.sp-sub-list-bc.HeroesofNewerth .market-game-section.active:before {
    background: #76650f
}

.e-sports .horizontal-sl-item-bc.HeroesofNewerth .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-HeroesofNewerth {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-HeroesofNewerth,.e-sports .competition-icon-league-bc.bc-i-HeroesofNewerth:after,.e-sports .competition-icon-league-bc.bc-i-HeroesofNewerth~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-HeroesofNewerth,.e-sports .e-sports-game-icon-back-nav.bc-i-HeroesofNewerth:after,.e-sports .horizontal-sl-item-bc.HeroesofNewerth,.e-sports .sp-s-l-h-flag-bc.bc-i-HeroesofNewerth {
    background: linear-gradient(180deg,#ba9f18,#76650f)
}

.e-sports .sp-sub-list-bc.HeroesofNewerth:not(.selected):hover {
    background: rgba(118,101,15,.6);
    box-shadow: 0 0 8px 0 rgba(118,101,15,.6)
}

.e-sports .sp-sub-list-bc.HeroesofNewerth.selected,.e-sports-HeroesofNewerth .e-sports-time-start:before,.e-sports-HeroesofNewerth .horizontal-sl-tab-bc:before,.e-sports-HeroesofNewerth .main-tabs-bc .tab-bc:before,.sportsbook-center-section.HeroesofNewerth .e-sports-time-start:before,.sportsbook-center-section.HeroesofNewerth .horizontal-sl-tab-bc:before,.sportsbook-center-section.HeroesofNewerth .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ba9f18,#76650f)
}

.e-sports-match-container.HeroesofNewerth .market-bc:hover {
    box-shadow: 0 0 20px 0 #76650f
}

.e-sports-match-container.HeroesofNewerth .market-bc.active,.e-sports-match-container.HeroesofNewerth .market-bc:hover {
    color: #fff;
    background: #76650f
}

.iRacing-bg {
    color: #fff;
    background: #163885
}

.horizontal-sl-item-bc.iRacing .horizontal-sl-icon-bc {
    color: #163885
}

.horizontal-sl-item-bc.iRacing.active {
    background: #163885
}

.horizontal-sl-item-bc.iRacing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.iRacing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-iRacing,.live-calendar-market-bc .bc-i-iRacing,.multi-select-icon-bc.bc-i-iRacing,.sp-sub-list-bc.iRacing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-iRacing {
    color: #163885
}

.sp-sub-list-bc.iRacing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #163885
}

.sp-sub-list-bc.iRacing .market-game-section.active:before {
    background: #163885
}

.e-sports .horizontal-sl-item-bc.iRacing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-iRacing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-iRacing,.e-sports .competition-icon-league-bc.bc-i-iRacing:after,.e-sports .competition-icon-league-bc.bc-i-iRacing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-iRacing,.e-sports .e-sports-game-icon-back-nav.bc-i-iRacing:after,.e-sports .horizontal-sl-item-bc.iRacing,.e-sports .sp-s-l-h-flag-bc.bc-i-iRacing {
    background: linear-gradient(180deg,#2154c7,#163885)
}

.e-sports .sp-sub-list-bc.iRacing:not(.selected):hover {
    background: rgba(22,56,133,.6);
    box-shadow: 0 0 8px 0 rgba(22,56,133,.6)
}

.e-sports .sp-sub-list-bc.iRacing.selected,.e-sports-iRacing .e-sports-time-start:before,.e-sports-iRacing .horizontal-sl-tab-bc:before,.e-sports-iRacing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.iRacing .e-sports-time-start:before,.sportsbook-center-section.iRacing .horizontal-sl-tab-bc:before,.sportsbook-center-section.iRacing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#2154c7,#163885)
}

.e-sports-match-container.iRacing .market-bc:hover {
    box-shadow: 0 0 20px 0 #163885
}

.e-sports-match-container.iRacing .market-bc.active,.e-sports-match-container.iRacing .market-bc:hover {
    color: #fff;
    background: #163885
}

.Kabaddi-bg {
    color: #000;
    background: #ee6c21
}

.horizontal-sl-item-bc.Kabaddi .horizontal-sl-icon-bc {
    color: #ee6c21
}

.horizontal-sl-item-bc.Kabaddi.active {
    background: #ee6c21
}

.horizontal-sl-item-bc.Kabaddi.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Kabaddi.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Kabaddi,.live-calendar-market-bc .bc-i-Kabaddi,.multi-select-icon-bc.bc-i-Kabaddi,.sp-sub-list-bc.Kabaddi .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Kabaddi {
    color: #ee6c21
}

.sp-sub-list-bc.Kabaddi.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ee6c21
}

.sp-sub-list-bc.Kabaddi .market-game-section.active:before {
    background: #ee6c21
}

.e-sports .horizontal-sl-item-bc.Kabaddi .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Kabaddi {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Kabaddi,.e-sports .competition-icon-league-bc.bc-i-Kabaddi:after,.e-sports .competition-icon-league-bc.bc-i-Kabaddi~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Kabaddi,.e-sports .e-sports-game-icon-back-nav.bc-i-Kabaddi:after,.e-sports .horizontal-sl-item-bc.Kabaddi,.e-sports .sp-s-l-h-flag-bc.bc-i-Kabaddi {
    background: linear-gradient(180deg,#f39b68,#ee6c21)
}

.e-sports .sp-sub-list-bc.Kabaddi:not(.selected):hover {
    background: rgba(238,108,33,.6);
    box-shadow: 0 0 8px 0 rgba(238,108,33,.6)
}

.e-sports .sp-sub-list-bc.Kabaddi.selected,.e-sports-Kabaddi .e-sports-time-start:before,.e-sports-Kabaddi .horizontal-sl-tab-bc:before,.e-sports-Kabaddi .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Kabaddi .e-sports-time-start:before,.sportsbook-center-section.Kabaddi .horizontal-sl-tab-bc:before,.sportsbook-center-section.Kabaddi .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f39b68,#ee6c21)
}

.e-sports-match-container.Kabaddi .market-bc:hover {
    box-shadow: 0 0 20px 0 #ee6c21
}

.e-sports-match-container.Kabaddi .market-bc.active,.e-sports-match-container.Kabaddi .market-bc:hover {
    color: #fff;
    background: #ee6c21
}

.Karate-bg {
    color: #000;
    background: #e61b23
}

.horizontal-sl-item-bc.Karate .horizontal-sl-icon-bc {
    color: #e61b23
}

.horizontal-sl-item-bc.Karate.active {
    background: #e61b23
}

.horizontal-sl-item-bc.Karate.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Karate.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Karate,.live-calendar-market-bc .bc-i-Karate,.multi-select-icon-bc.bc-i-Karate,.sp-sub-list-bc.Karate .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Karate {
    color: #e61b23
}

.sp-sub-list-bc.Karate.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e61b23
}

.sp-sub-list-bc.Karate .market-game-section.active:before {
    background: #e61b23
}

.e-sports .horizontal-sl-item-bc.Karate .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Karate {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Karate,.e-sports .competition-icon-league-bc.bc-i-Karate:after,.e-sports .competition-icon-league-bc.bc-i-Karate~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Karate,.e-sports .e-sports-game-icon-back-nav.bc-i-Karate:after,.e-sports .horizontal-sl-item-bc.Karate,.e-sports .sp-s-l-h-flag-bc.bc-i-Karate {
    background: linear-gradient(180deg,#ee6066,#e61b23)
}

.e-sports .sp-sub-list-bc.Karate:not(.selected):hover {
    background: rgba(230,27,35,.6);
    box-shadow: 0 0 8px 0 rgba(230,27,35,.6)
}

.e-sports .sp-sub-list-bc.Karate.selected,.e-sports-Karate .e-sports-time-start:before,.e-sports-Karate .horizontal-sl-tab-bc:before,.e-sports-Karate .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Karate .e-sports-time-start:before,.sportsbook-center-section.Karate .horizontal-sl-tab-bc:before,.sportsbook-center-section.Karate .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ee6066,#e61b23)
}

.e-sports-match-container.Karate .market-bc:hover {
    box-shadow: 0 0 20px 0 #e61b23
}

.e-sports-match-container.Karate .market-bc.active,.e-sports-match-container.Karate .market-bc:hover {
    color: #fff;
    background: #e61b23
}

.KillerInstinct-bg {
    color: #fff;
    background: #00503b
}

.horizontal-sl-item-bc.KillerInstinct .horizontal-sl-icon-bc {
    color: #00503b
}

.horizontal-sl-item-bc.KillerInstinct.active {
    background: #00503b
}

.horizontal-sl-item-bc.KillerInstinct.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.KillerInstinct.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-KillerInstinct,.live-calendar-market-bc .bc-i-KillerInstinct,.multi-select-icon-bc.bc-i-KillerInstinct,.sp-sub-list-bc.KillerInstinct .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-KillerInstinct {
    color: #00503b
}

.sp-sub-list-bc.KillerInstinct.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #00503b
}

.sp-sub-list-bc.KillerInstinct .market-game-section.active:before {
    background: #00503b
}

.e-sports .horizontal-sl-item-bc.KillerInstinct .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-KillerInstinct {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-KillerInstinct,.e-sports .competition-icon-league-bc.bc-i-KillerInstinct:after,.e-sports .competition-icon-league-bc.bc-i-KillerInstinct~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-KillerInstinct,.e-sports .e-sports-game-icon-back-nav.bc-i-KillerInstinct:after,.e-sports .horizontal-sl-item-bc.KillerInstinct,.e-sports .sp-s-l-h-flag-bc.bc-i-KillerInstinct {
    background: linear-gradient(180deg,#009d73,#00503b)
}

.e-sports .sp-sub-list-bc.KillerInstinct:not(.selected):hover {
    background: rgba(0,80,59,.6);
    box-shadow: 0 0 8px 0 rgba(0,80,59,.6)
}

.e-sports .sp-sub-list-bc.KillerInstinct.selected,.e-sports-KillerInstinct .e-sports-time-start:before,.e-sports-KillerInstinct .horizontal-sl-tab-bc:before,.e-sports-KillerInstinct .main-tabs-bc .tab-bc:before,.sportsbook-center-section.KillerInstinct .e-sports-time-start:before,.sportsbook-center-section.KillerInstinct .horizontal-sl-tab-bc:before,.sportsbook-center-section.KillerInstinct .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#009d73,#00503b)
}

.e-sports-match-container.KillerInstinct .market-bc:hover {
    box-shadow: 0 0 20px 0 #00503b
}

.e-sports-match-container.KillerInstinct .market-bc.active,.e-sports-match-container.KillerInstinct .market-bc:hover {
    color: #fff;
    background: #00503b
}

.KingOfGlory-bg {
    color: #fff;
    background: #73588e
}

.horizontal-sl-item-bc.KingOfGlory .horizontal-sl-icon-bc {
    color: #73588e
}

.horizontal-sl-item-bc.KingOfGlory.active {
    background: #73588e
}

.horizontal-sl-item-bc.KingOfGlory.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.KingOfGlory.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-KingOfGlory,.live-calendar-market-bc .bc-i-KingOfGlory,.multi-select-icon-bc.bc-i-KingOfGlory,.sp-sub-list-bc.KingOfGlory .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-KingOfGlory {
    color: #73588e
}

.sp-sub-list-bc.KingOfGlory.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #73588e
}

.sp-sub-list-bc.KingOfGlory .market-game-section.active:before {
    background: #73588e
}

.e-sports .horizontal-sl-item-bc.KingOfGlory .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-KingOfGlory {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-KingOfGlory,.e-sports .competition-icon-league-bc.bc-i-KingOfGlory:after,.e-sports .competition-icon-league-bc.bc-i-KingOfGlory~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-KingOfGlory,.e-sports .e-sports-game-icon-back-nav.bc-i-KingOfGlory:after,.e-sports .horizontal-sl-item-bc.KingOfGlory,.e-sports .sp-s-l-h-flag-bc.bc-i-KingOfGlory {
    background: linear-gradient(180deg,#9981b1,#73588e)
}

.e-sports .sp-sub-list-bc.KingOfGlory:not(.selected):hover {
    background: rgba(115,88,142,.6);
    box-shadow: 0 0 8px 0 rgba(115,88,142,.6)
}

.e-sports .sp-sub-list-bc.KingOfGlory.selected,.e-sports-KingOfGlory .e-sports-time-start:before,.e-sports-KingOfGlory .horizontal-sl-tab-bc:before,.e-sports-KingOfGlory .main-tabs-bc .tab-bc:before,.sportsbook-center-section.KingOfGlory .e-sports-time-start:before,.sportsbook-center-section.KingOfGlory .horizontal-sl-tab-bc:before,.sportsbook-center-section.KingOfGlory .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9981b1,#73588e)
}

.e-sports-match-container.KingOfGlory .market-bc:hover {
    box-shadow: 0 0 20px 0 #73588e
}

.e-sports-match-container.KingOfGlory .market-bc.active,.e-sports-match-container.KingOfGlory .market-bc:hover {
    color: #fff;
    background: #73588e
}

.Madden-bg {
    color: #fff;
    background: #9c1417
}

.horizontal-sl-item-bc.Madden .horizontal-sl-icon-bc {
    color: #9c1417
}

.horizontal-sl-item-bc.Madden.active {
    background: #9c1417
}

.horizontal-sl-item-bc.Madden.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Madden.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Madden,.live-calendar-market-bc .bc-i-Madden,.multi-select-icon-bc.bc-i-Madden,.sp-sub-list-bc.Madden .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Madden {
    color: #9c1417
}

.sp-sub-list-bc.Madden.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #9c1417
}

.sp-sub-list-bc.Madden .market-game-section.active:before {
    background: #9c1417
}

.e-sports .horizontal-sl-item-bc.Madden .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Madden {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Madden,.e-sports .competition-icon-league-bc.bc-i-Madden:after,.e-sports .competition-icon-league-bc.bc-i-Madden~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Madden,.e-sports .e-sports-game-icon-back-nav.bc-i-Madden:after,.e-sports .horizontal-sl-item-bc.Madden,.e-sports .sp-s-l-h-flag-bc.bc-i-Madden {
    background: linear-gradient(180deg,#e01d21,#9c1417)
}

.e-sports .sp-sub-list-bc.Madden:not(.selected):hover {
    background: rgba(156,20,23,.6);
    box-shadow: 0 0 8px 0 rgba(156,20,23,.6)
}

.e-sports .sp-sub-list-bc.Madden.selected,.e-sports-Madden .e-sports-time-start:before,.e-sports-Madden .horizontal-sl-tab-bc:before,.e-sports-Madden .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Madden .e-sports-time-start:before,.sportsbook-center-section.Madden .horizontal-sl-tab-bc:before,.sportsbook-center-section.Madden .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e01d21,#9c1417)
}

.e-sports-match-container.Madden .market-bc:hover {
    box-shadow: 0 0 20px 0 #9c1417
}

.e-sports-match-container.Madden .market-bc.active,.e-sports-match-container.Madden .market-bc:hover {
    color: #fff;
    background: #9c1417
}

.MarathonSwimming-bg {
    color: #fff;
    background: #051f6b
}

.horizontal-sl-item-bc.MarathonSwimming .horizontal-sl-icon-bc {
    color: #051f6b
}

.horizontal-sl-item-bc.MarathonSwimming.active {
    background: #051f6b
}

.horizontal-sl-item-bc.MarathonSwimming.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.MarathonSwimming.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-MarathonSwimming,.live-calendar-market-bc .bc-i-MarathonSwimming,.multi-select-icon-bc.bc-i-MarathonSwimming,.sp-sub-list-bc.MarathonSwimming .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-MarathonSwimming {
    color: #051f6b
}

.sp-sub-list-bc.MarathonSwimming.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #051f6b
}

.sp-sub-list-bc.MarathonSwimming .market-game-section.active:before {
    background: #051f6b
}

.e-sports .horizontal-sl-item-bc.MarathonSwimming .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-MarathonSwimming {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-MarathonSwimming,.e-sports .competition-icon-league-bc.bc-i-MarathonSwimming:after,.e-sports .competition-icon-league-bc.bc-i-MarathonSwimming~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-MarathonSwimming,.e-sports .e-sports-game-icon-back-nav.bc-i-MarathonSwimming:after,.e-sports .horizontal-sl-item-bc.MarathonSwimming,.e-sports .sp-s-l-h-flag-bc.bc-i-MarathonSwimming {
    background: linear-gradient(180deg,#0834b4,#051f6b)
}

.e-sports .sp-sub-list-bc.MarathonSwimming:not(.selected):hover {
    background: rgba(5,31,107,.6);
    box-shadow: 0 0 8px 0 rgba(5,31,107,.6)
}

.e-sports .sp-sub-list-bc.MarathonSwimming.selected,.e-sports-MarathonSwimming .e-sports-time-start:before,.e-sports-MarathonSwimming .horizontal-sl-tab-bc:before,.e-sports-MarathonSwimming .main-tabs-bc .tab-bc:before,.sportsbook-center-section.MarathonSwimming .e-sports-time-start:before,.sportsbook-center-section.MarathonSwimming .horizontal-sl-tab-bc:before,.sportsbook-center-section.MarathonSwimming .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0834b4,#051f6b)
}

.e-sports-match-container.MarathonSwimming .market-bc:hover {
    box-shadow: 0 0 20px 0 #051f6b
}

.e-sports-match-container.MarathonSwimming .market-bc.active,.e-sports-match-container.MarathonSwimming .market-bc:hover {
    color: #fff;
    background: #051f6b
}

.MarvelvsCapcom-bg {
    color: #fff;
    background: #1d418c
}

.horizontal-sl-item-bc.MarvelvsCapcom .horizontal-sl-icon-bc {
    color: #1d418c
}

.horizontal-sl-item-bc.MarvelvsCapcom.active {
    background: #1d418c
}

.horizontal-sl-item-bc.MarvelvsCapcom.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.MarvelvsCapcom.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-MarvelvsCapcom,.live-calendar-market-bc .bc-i-MarvelvsCapcom,.multi-select-icon-bc.bc-i-MarvelvsCapcom,.sp-sub-list-bc.MarvelvsCapcom .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-MarvelvsCapcom {
    color: #1d418c
}

.sp-sub-list-bc.MarvelvsCapcom.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #1d418c
}

.sp-sub-list-bc.MarvelvsCapcom .market-game-section.active:before {
    background: #1d418c
}

.e-sports .horizontal-sl-item-bc.MarvelvsCapcom .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-MarvelvsCapcom {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-MarvelvsCapcom,.e-sports .competition-icon-league-bc.bc-i-MarvelvsCapcom:after,.e-sports .competition-icon-league-bc.bc-i-MarvelvsCapcom~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-MarvelvsCapcom,.e-sports .e-sports-game-icon-back-nav.bc-i-MarvelvsCapcom:after,.e-sports .horizontal-sl-item-bc.MarvelvsCapcom,.e-sports .sp-s-l-h-flag-bc.bc-i-MarvelvsCapcom {
    background: linear-gradient(180deg,#2a5ecb,#1d418c)
}

.e-sports .sp-sub-list-bc.MarvelvsCapcom:not(.selected):hover {
    background: rgba(29,65,140,.6);
    box-shadow: 0 0 8px 0 rgba(29,65,140,.6)
}

.e-sports .sp-sub-list-bc.MarvelvsCapcom.selected,.e-sports-MarvelvsCapcom .e-sports-time-start:before,.e-sports-MarvelvsCapcom .horizontal-sl-tab-bc:before,.e-sports-MarvelvsCapcom .main-tabs-bc .tab-bc:before,.sportsbook-center-section.MarvelvsCapcom .e-sports-time-start:before,.sportsbook-center-section.MarvelvsCapcom .horizontal-sl-tab-bc:before,.sportsbook-center-section.MarvelvsCapcom .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#2a5ecb,#1d418c)
}

.e-sports-match-container.MarvelvsCapcom .market-bc:hover {
    box-shadow: 0 0 20px 0 #1d418c
}

.e-sports-match-container.MarvelvsCapcom .market-bc.active,.e-sports-match-container.MarvelvsCapcom .market-bc:hover {
    color: #fff;
    background: #1d418c
}

.NBA2K-bg {
    color: #fff;
    background: #b11419
}

.horizontal-sl-item-bc.NBA2K .horizontal-sl-icon-bc {
    color: #b11419
}

.horizontal-sl-item-bc.NBA2K.active {
    background: #b11419
}

.horizontal-sl-item-bc.NBA2K.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.NBA2K.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-NBA2K,.live-calendar-market-bc .bc-i-NBA2K,.multi-select-icon-bc.bc-i-NBA2K,.sp-sub-list-bc.NBA2K .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-NBA2K {
    color: #b11419
}

.sp-sub-list-bc.NBA2K.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b11419
}

.sp-sub-list-bc.NBA2K .market-game-section.active:before {
    background: #b11419
}

.e-sports .horizontal-sl-item-bc.NBA2K .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-NBA2K {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-NBA2K,.e-sports .competition-icon-league-bc.bc-i-NBA2K:after,.e-sports .competition-icon-league-bc.bc-i-NBA2K~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-NBA2K,.e-sports .e-sports-game-icon-back-nav.bc-i-NBA2K:after,.e-sports .horizontal-sl-item-bc.NBA2K,.e-sports .sp-s-l-h-flag-bc.bc-i-NBA2K {
    background: linear-gradient(180deg,#e72b31,#b11419)
}

.e-sports .sp-sub-list-bc.NBA2K:not(.selected):hover {
    background: rgba(177,20,25,.6);
    box-shadow: 0 0 8px 0 rgba(177,20,25,.6)
}

.e-sports .sp-sub-list-bc.NBA2K.selected,.e-sports-NBA2K .e-sports-time-start:before,.e-sports-NBA2K .horizontal-sl-tab-bc:before,.e-sports-NBA2K .main-tabs-bc .tab-bc:before,.sportsbook-center-section.NBA2K .e-sports-time-start:before,.sportsbook-center-section.NBA2K .horizontal-sl-tab-bc:before,.sportsbook-center-section.NBA2K .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e72b31,#b11419)
}

.e-sports-match-container.NBA2K .market-bc:hover {
    box-shadow: 0 0 20px 0 #b11419
}

.e-sports-match-container.NBA2K .market-bc.active,.e-sports-match-container.NBA2K .market-bc:hover {
    color: #fff;
    background: #b11419
}

.Overwatch-bg {
    color: #000;
    background: #f68720
}

.horizontal-sl-item-bc.Overwatch .horizontal-sl-icon-bc {
    color: #f68720
}

.horizontal-sl-item-bc.Overwatch.active {
    background: #f68720
}

.horizontal-sl-item-bc.Overwatch.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Overwatch.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Overwatch,.live-calendar-market-bc .bc-i-Overwatch,.multi-select-icon-bc.bc-i-Overwatch,.sp-sub-list-bc.Overwatch .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Overwatch {
    color: #f68720
}

.sp-sub-list-bc.Overwatch.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #f68720
}

.sp-sub-list-bc.Overwatch .market-game-section.active:before {
    background: #f68720
}

.e-sports .horizontal-sl-item-bc.Overwatch .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Overwatch {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Overwatch,.e-sports .competition-icon-league-bc.bc-i-Overwatch:after,.e-sports .competition-icon-league-bc.bc-i-Overwatch~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Overwatch,.e-sports .e-sports-game-icon-back-nav.bc-i-Overwatch:after,.e-sports .horizontal-sl-item-bc.Overwatch,.e-sports .sp-s-l-h-flag-bc.bc-i-Overwatch {
    background: linear-gradient(180deg,#f9af6a,#f68720)
}

.e-sports .sp-sub-list-bc.Overwatch:not(.selected):hover {
    background: rgba(246,135,32,.6);
    box-shadow: 0 0 8px 0 rgba(246,135,32,.6)
}

.e-sports .sp-sub-list-bc.Overwatch.selected,.e-sports-Overwatch .e-sports-time-start:before,.e-sports-Overwatch .horizontal-sl-tab-bc:before,.e-sports-Overwatch .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Overwatch .e-sports-time-start:before,.sportsbook-center-section.Overwatch .horizontal-sl-tab-bc:before,.sportsbook-center-section.Overwatch .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f9af6a,#f68720)
}

.e-sports-match-container.Overwatch .market-bc:hover {
    box-shadow: 0 0 20px 0 #f68720
}

.e-sports-match-container.Overwatch .market-bc.active,.e-sports-match-container.Overwatch .market-bc:hover {
    color: #fff;
    background: #f68720
}

.Olympics-bg {
    color: #000;
    background: #ffbd01
}

.horizontal-sl-item-bc.Olympics .horizontal-sl-icon-bc {
    color: #ffbd01
}

.horizontal-sl-item-bc.Olympics.active {
    background: #ffbd01
}

.horizontal-sl-item-bc.Olympics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Olympics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Olympics,.live-calendar-market-bc .bc-i-Olympics,.multi-select-icon-bc.bc-i-Olympics,.sp-sub-list-bc.Olympics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Olympics {
    color: #ffbd01
}

.sp-sub-list-bc.Olympics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #ffbd01
}

.sp-sub-list-bc.Olympics .market-game-section.active:before {
    background: #ffbd01
}

.e-sports .horizontal-sl-item-bc.Olympics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Olympics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Olympics,.e-sports .competition-icon-league-bc.bc-i-Olympics:after,.e-sports .competition-icon-league-bc.bc-i-Olympics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Olympics,.e-sports .e-sports-game-icon-back-nav.bc-i-Olympics:after,.e-sports .horizontal-sl-item-bc.Olympics,.e-sports .sp-s-l-h-flag-bc.bc-i-Olympics {
    background: linear-gradient(180deg,#ffd14e,#ffbd01)
}

.e-sports .sp-sub-list-bc.Olympics:not(.selected):hover {
    background: rgba(255,189,1,.6);
    box-shadow: 0 0 8px 0 rgba(255,189,1,.6)
}

.e-sports .sp-sub-list-bc.Olympics.selected,.e-sports-Olympics .e-sports-time-start:before,.e-sports-Olympics .horizontal-sl-tab-bc:before,.e-sports-Olympics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Olympics .e-sports-time-start:before,.sportsbook-center-section.Olympics .horizontal-sl-tab-bc:before,.sportsbook-center-section.Olympics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ffd14e,#ffbd01)
}

.e-sports-match-container.Olympics .market-bc:hover {
    box-shadow: 0 0 20px 0 #ffbd01
}

.e-sports-match-container.Olympics .market-bc.active,.e-sports-match-container.Olympics .market-bc:hover {
    color: #fff;
    background: #ffbd01
}

.Painkiller-bg {
    color: #fff;
    background: #871d1f
}

.horizontal-sl-item-bc.Painkiller .horizontal-sl-icon-bc {
    color: #871d1f
}

.horizontal-sl-item-bc.Painkiller.active {
    background: #871d1f
}

.horizontal-sl-item-bc.Painkiller.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Painkiller.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Painkiller,.live-calendar-market-bc .bc-i-Painkiller,.multi-select-icon-bc.bc-i-Painkiller,.sp-sub-list-bc.Painkiller .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Painkiller {
    color: #871d1f
}

.sp-sub-list-bc.Painkiller.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #871d1f
}

.sp-sub-list-bc.Painkiller .market-game-section.active:before {
    background: #871d1f
}

.e-sports .horizontal-sl-item-bc.Painkiller .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Painkiller {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Painkiller,.e-sports .competition-icon-league-bc.bc-i-Painkiller:after,.e-sports .competition-icon-league-bc.bc-i-Painkiller~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Painkiller,.e-sports .e-sports-game-icon-back-nav.bc-i-Painkiller:after,.e-sports .horizontal-sl-item-bc.Painkiller,.e-sports .sp-s-l-h-flag-bc.bc-i-Painkiller {
    background: linear-gradient(180deg,#c62b2d,#871d1f)
}

.e-sports .sp-sub-list-bc.Painkiller:not(.selected):hover {
    background: rgba(135,29,31,.6);
    box-shadow: 0 0 8px 0 rgba(135,29,31,.6)
}

.e-sports .sp-sub-list-bc.Painkiller.selected,.e-sports-Painkiller .e-sports-time-start:before,.e-sports-Painkiller .horizontal-sl-tab-bc:before,.e-sports-Painkiller .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Painkiller .e-sports-time-start:before,.sportsbook-center-section.Painkiller .horizontal-sl-tab-bc:before,.sportsbook-center-section.Painkiller .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#c62b2d,#871d1f)
}

.e-sports-match-container.Painkiller .market-bc:hover {
    box-shadow: 0 0 20px 0 #871d1f
}

.e-sports-match-container.Painkiller .market-bc.active,.e-sports-match-container.Painkiller .market-bc:hover {
    color: #fff;
    background: #871d1f
}

.PistolShooting-bg {
    color: #fff;
    background: #3c5182
}

.horizontal-sl-item-bc.PistolShooting .horizontal-sl-icon-bc {
    color: #3c5182
}

.horizontal-sl-item-bc.PistolShooting.active {
    background: #3c5182
}

.horizontal-sl-item-bc.PistolShooting.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PistolShooting.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PistolShooting,.live-calendar-market-bc .bc-i-PistolShooting,.multi-select-icon-bc.bc-i-PistolShooting,.sp-sub-list-bc.PistolShooting .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PistolShooting {
    color: #3c5182
}

.sp-sub-list-bc.PistolShooting.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #3c5182
}

.sp-sub-list-bc.PistolShooting .market-game-section.active:before {
    background: #3c5182
}

.e-sports .horizontal-sl-item-bc.PistolShooting .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PistolShooting {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PistolShooting,.e-sports .competition-icon-league-bc.bc-i-PistolShooting:after,.e-sports .competition-icon-league-bc.bc-i-PistolShooting~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PistolShooting,.e-sports .e-sports-game-icon-back-nav.bc-i-PistolShooting:after,.e-sports .horizontal-sl-item-bc.PistolShooting,.e-sports .sp-s-l-h-flag-bc.bc-i-PistolShooting {
    background: linear-gradient(180deg,#5873b2,#3c5182)
}

.e-sports .sp-sub-list-bc.PistolShooting:not(.selected):hover {
    background: rgba(60,81,130,.6);
    box-shadow: 0 0 8px 0 rgba(60,81,130,.6)
}

.e-sports .sp-sub-list-bc.PistolShooting.selected,.e-sports-PistolShooting .e-sports-time-start:before,.e-sports-PistolShooting .horizontal-sl-tab-bc:before,.e-sports-PistolShooting .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PistolShooting .e-sports-time-start:before,.sportsbook-center-section.PistolShooting .horizontal-sl-tab-bc:before,.sportsbook-center-section.PistolShooting .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5873b2,#3c5182)
}

.e-sports-match-container.PistolShooting .market-bc:hover {
    box-shadow: 0 0 20px 0 #3c5182
}

.PistolHead2Head-bg,.e-sports-match-container.PistolShooting .market-bc.active,.e-sports-match-container.PistolShooting .market-bc:hover {
    color: #fff;
    background: #3c5182
}

.horizontal-sl-item-bc.PistolHead2Head .horizontal-sl-icon-bc {
    color: #3c5182
}

.horizontal-sl-item-bc.PistolHead2Head.active {
    background: #3c5182
}

.horizontal-sl-item-bc.PistolHead2Head.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PistolHead2Head.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PistolHead2Head,.live-calendar-market-bc .bc-i-PistolHead2Head,.multi-select-icon-bc.bc-i-PistolHead2Head,.sp-sub-list-bc.PistolHead2Head .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PistolHead2Head {
    color: #3c5182
}

.sp-sub-list-bc.PistolHead2Head.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #3c5182
}

.sp-sub-list-bc.PistolHead2Head .market-game-section.active:before {
    background: #3c5182
}

.e-sports .horizontal-sl-item-bc.PistolHead2Head .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PistolHead2Head {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PistolHead2Head,.e-sports .competition-icon-league-bc.bc-i-PistolHead2Head:after,.e-sports .competition-icon-league-bc.bc-i-PistolHead2Head~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PistolHead2Head,.e-sports .e-sports-game-icon-back-nav.bc-i-PistolHead2Head:after,.e-sports .horizontal-sl-item-bc.PistolHead2Head,.e-sports .sp-s-l-h-flag-bc.bc-i-PistolHead2Head {
    background: linear-gradient(180deg,#5873b2,#3c5182)
}

.e-sports .sp-sub-list-bc.PistolHead2Head:not(.selected):hover {
    background: rgba(60,81,130,.6);
    box-shadow: 0 0 8px 0 rgba(60,81,130,.6)
}

.e-sports .sp-sub-list-bc.PistolHead2Head.selected,.e-sports-PistolHead2Head .e-sports-time-start:before,.e-sports-PistolHead2Head .horizontal-sl-tab-bc:before,.e-sports-PistolHead2Head .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PistolHead2Head .e-sports-time-start:before,.sportsbook-center-section.PistolHead2Head .horizontal-sl-tab-bc:before,.sportsbook-center-section.PistolHead2Head .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5873b2,#3c5182)
}

.e-sports-match-container.PistolHead2Head .market-bc:hover {
    box-shadow: 0 0 20px 0 #3c5182
}

.e-sports-match-container.PistolHead2Head .market-bc.active,.e-sports-match-container.PistolHead2Head .market-bc:hover {
    color: #fff;
    background: #3c5182
}

.PMUHorseRacing-bg {
    color: #fff;
    background: #34a854
}

.horizontal-sl-item-bc.PMUHorseRacing .horizontal-sl-icon-bc {
    color: #34a854
}

.horizontal-sl-item-bc.PMUHorseRacing.active {
    background: #34a854
}

.horizontal-sl-item-bc.PMUHorseRacing.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PMUHorseRacing.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PMUHorseRacing,.live-calendar-market-bc .bc-i-PMUHorseRacing,.multi-select-icon-bc.bc-i-PMUHorseRacing,.sp-sub-list-bc.PMUHorseRacing .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PMUHorseRacing {
    color: #34a854
}

.sp-sub-list-bc.PMUHorseRacing.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #34a854
}

.sp-sub-list-bc.PMUHorseRacing .market-game-section.active:before {
    background: #34a854
}

.e-sports .horizontal-sl-item-bc.PMUHorseRacing .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PMUHorseRacing {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PMUHorseRacing,.e-sports .competition-icon-league-bc.bc-i-PMUHorseRacing:after,.e-sports .competition-icon-league-bc.bc-i-PMUHorseRacing~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PMUHorseRacing,.e-sports .e-sports-game-icon-back-nav.bc-i-PMUHorseRacing:after,.e-sports .horizontal-sl-item-bc.PMUHorseRacing,.e-sports .sp-s-l-h-flag-bc.bc-i-PMUHorseRacing {
    background: linear-gradient(180deg,#5ccd7b,#34a854)
}

.e-sports .sp-sub-list-bc.PMUHorseRacing:not(.selected):hover {
    background: rgba(52,168,84,.6);
    box-shadow: 0 0 8px 0 rgba(52,168,84,.6)
}

.e-sports .sp-sub-list-bc.PMUHorseRacing.selected,.e-sports-PMUHorseRacing .e-sports-time-start:before,.e-sports-PMUHorseRacing .horizontal-sl-tab-bc:before,.e-sports-PMUHorseRacing .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PMUHorseRacing .e-sports-time-start:before,.sportsbook-center-section.PMUHorseRacing .horizontal-sl-tab-bc:before,.sportsbook-center-section.PMUHorseRacing .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5ccd7b,#34a854)
}

.e-sports-match-container.PMUHorseRacing .market-bc:hover {
    box-shadow: 0 0 20px 0 #34a854
}

.e-sports-match-container.PMUHorseRacing .market-bc.active,.e-sports-match-container.PMUHorseRacing .market-bc:hover {
    color: #fff;
    background: #34a854
}

.PokÃ©mon-bg {
    color: #fff;
    background: #e8bc08
}

.horizontal-sl-item-bc.PokÃ©mon .horizontal-sl-icon-bc {
    color: #e8bc08
}

.horizontal-sl-item-bc.PokÃ©mon.active {
    background: #e8bc08
}

.horizontal-sl-item-bc.PokÃ©mon.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PokÃ©mon.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PokÃ©mon,.live-calendar-market-bc .bc-i-PokÃ©mon,.multi-select-icon-bc.bc-i-PokÃ©mon,.sp-sub-list-bc.PokÃ©mon .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PokÃ©mon {
    color: #e8bc08
}

.sp-sub-list-bc.PokÃ©mon.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #e8bc08
}

.sp-sub-list-bc.PokÃ©mon .market-game-section.active:before {
    background: #e8bc08
}

.e-sports .horizontal-sl-item-bc.PokÃ©mon .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PokÃ©mon {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PokÃ©mon,.e-sports .competition-icon-league-bc.bc-i-PokÃ©mon:after,.e-sports .competition-icon-league-bc.bc-i-PokÃ©mon~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PokÃ©mon,.e-sports .e-sports-game-icon-back-nav.bc-i-PokÃ©mon:after,.e-sports .horizontal-sl-item-bc.PokÃ©mon,.e-sports .sp-s-l-h-flag-bc.bc-i-PokÃ©mon {
    background: linear-gradient(180deg,#f9d544,#e8bc08)
}

.e-sports .sp-sub-list-bc.PokÃ©mon:not(.selected):hover {
    background: rgba(232,188,8,.6);
    box-shadow: 0 0 8px 0 rgba(232,188,8,.6)
}

.e-sports .sp-sub-list-bc.PokÃ©mon.selected,.e-sports-PokÃ©mon .e-sports-time-start:before,.e-sports-PokÃ©mon .horizontal-sl-tab-bc:before,.e-sports-PokÃ©mon .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PokÃ©mon .e-sports-time-start:before,.sportsbook-center-section.PokÃ©mon .horizontal-sl-tab-bc:before,.sportsbook-center-section.PokÃ©mon .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#f9d544,#e8bc08)
}

.e-sports-match-container.PokÃ©mon .market-bc:hover {
    box-shadow: 0 0 20px 0 #e8bc08
}

.e-sports-match-container.PokÃ©mon .market-bc.active,.e-sports-match-container.PokÃ©mon .market-bc:hover {
    color: #fff;
    background: #e8bc08
}

.Politics-bg {
    color: #fff;
    background: #641f6e
}

.horizontal-sl-item-bc.Politics .horizontal-sl-icon-bc {
    color: #641f6e
}

.horizontal-sl-item-bc.Politics.active {
    background: #641f6e
}

.horizontal-sl-item-bc.Politics.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Politics.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Politics,.live-calendar-market-bc .bc-i-Politics,.multi-select-icon-bc.bc-i-Politics,.sp-sub-list-bc.Politics .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Politics {
    color: #641f6e
}

.sp-sub-list-bc.Politics.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #641f6e
}

.sp-sub-list-bc.Politics .market-game-section.active:before {
    background: #641f6e
}

.e-sports .horizontal-sl-item-bc.Politics .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Politics {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Politics,.e-sports .competition-icon-league-bc.bc-i-Politics:after,.e-sports .competition-icon-league-bc.bc-i-Politics~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Politics,.e-sports .e-sports-game-icon-back-nav.bc-i-Politics:after,.e-sports .horizontal-sl-item-bc.Politics,.e-sports .sp-s-l-h-flag-bc.bc-i-Politics {
    background: linear-gradient(180deg,#9a30aa,#641f6e)
}

.e-sports .sp-sub-list-bc.Politics:not(.selected):hover {
    background: rgba(100,31,110,.6);
    box-shadow: 0 0 8px 0 rgba(100,31,110,.6)
}

.e-sports .sp-sub-list-bc.Politics.selected,.e-sports-Politics .e-sports-time-start:before,.e-sports-Politics .horizontal-sl-tab-bc:before,.e-sports-Politics .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Politics .e-sports-time-start:before,.sportsbook-center-section.Politics .horizontal-sl-tab-bc:before,.sportsbook-center-section.Politics .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9a30aa,#641f6e)
}

.e-sports-match-container.Politics .market-bc:hover {
    box-shadow: 0 0 20px 0 #641f6e
}

.e-sports-match-container.Politics .market-bc.active,.e-sports-match-container.Politics .market-bc:hover {
    color: #fff;
    background: #641f6e
}

.ProEvolutionSoccer-bg {
    color: #fff;
    background: #ca171e
}

.horizontal-sl-item-bc.ProEvolutionSoccer .horizontal-sl-icon-bc {
    color: #ca171e
}

.horizontal-sl-item-bc.ProEvolutionSoccer.active {
    background: #ca171e
}

.horizontal-sl-item-bc.ProEvolutionSoccer.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ProEvolutionSoccer.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ProEvolutionSoccer,.live-calendar-market-bc .bc-i-ProEvolutionSoccer,.multi-select-icon-bc.bc-i-ProEvolutionSoccer,.sp-sub-list-bc.ProEvolutionSoccer .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ProEvolutionSoccer {
    color: #ca171e
}

.sp-sub-list-bc.ProEvolutionSoccer.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #ca171e
}

.sp-sub-list-bc.ProEvolutionSoccer .market-game-section.active:before {
    background: #ca171e
}

.e-sports .horizontal-sl-item-bc.ProEvolutionSoccer .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ProEvolutionSoccer {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ProEvolutionSoccer,.e-sports .competition-icon-league-bc.bc-i-ProEvolutionSoccer:after,.e-sports .competition-icon-league-bc.bc-i-ProEvolutionSoccer~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ProEvolutionSoccer,.e-sports .e-sports-game-icon-back-nav.bc-i-ProEvolutionSoccer:after,.e-sports .horizontal-sl-item-bc.ProEvolutionSoccer,.e-sports .sp-s-l-h-flag-bc.bc-i-ProEvolutionSoccer {
    background: linear-gradient(180deg,#ea444a,#ca171e)
}

.e-sports .sp-sub-list-bc.ProEvolutionSoccer:not(.selected):hover {
    background: rgba(202,23,30,.6);
    box-shadow: 0 0 8px 0 rgba(202,23,30,.6)
}

.e-sports .sp-sub-list-bc.ProEvolutionSoccer.selected,.e-sports-ProEvolutionSoccer .e-sports-time-start:before,.e-sports-ProEvolutionSoccer .horizontal-sl-tab-bc:before,.e-sports-ProEvolutionSoccer .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ProEvolutionSoccer .e-sports-time-start:before,.sportsbook-center-section.ProEvolutionSoccer .horizontal-sl-tab-bc:before,.sportsbook-center-section.ProEvolutionSoccer .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ea444a,#ca171e)
}

.e-sports-match-container.ProEvolutionSoccer .market-bc:hover {
    box-shadow: 0 0 20px 0 #ca171e
}

.e-sports-match-container.ProEvolutionSoccer .market-bc.active,.e-sports-match-container.ProEvolutionSoccer .market-bc:hover {
    color: #fff;
    background: #ca171e
}

.ProjectCARS-bg {
    color: #fff;
    background: #036185
}

.horizontal-sl-item-bc.ProjectCARS .horizontal-sl-icon-bc {
    color: #036185
}

.horizontal-sl-item-bc.ProjectCARS.active {
    background: #036185
}

.horizontal-sl-item-bc.ProjectCARS.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ProjectCARS.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ProjectCARS,.live-calendar-market-bc .bc-i-ProjectCARS,.multi-select-icon-bc.bc-i-ProjectCARS,.sp-sub-list-bc.ProjectCARS .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-ProjectCARS {
    color: #036185
}

.sp-sub-list-bc.ProjectCARS.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #036185
}

.sp-sub-list-bc.ProjectCARS .market-game-section.active:before {
    background: #036185
}

.e-sports .horizontal-sl-item-bc.ProjectCARS .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ProjectCARS {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ProjectCARS,.e-sports .competition-icon-league-bc.bc-i-ProjectCARS:after,.e-sports .competition-icon-league-bc.bc-i-ProjectCARS~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ProjectCARS,.e-sports .e-sports-game-icon-back-nav.bc-i-ProjectCARS:after,.e-sports .horizontal-sl-item-bc.ProjectCARS,.e-sports .sp-s-l-h-flag-bc.bc-i-ProjectCARS {
    background: linear-gradient(180deg,#0598d0,#036185)
}

.e-sports .sp-sub-list-bc.ProjectCARS:not(.selected):hover {
    background: rgba(3,97,133,.6);
    box-shadow: 0 0 8px 0 rgba(3,97,133,.6)
}

.e-sports .sp-sub-list-bc.ProjectCARS.selected,.e-sports-ProjectCARS .e-sports-time-start:before,.e-sports-ProjectCARS .horizontal-sl-tab-bc:before,.e-sports-ProjectCARS .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ProjectCARS .e-sports-time-start:before,.sportsbook-center-section.ProjectCARS .horizontal-sl-tab-bc:before,.sportsbook-center-section.ProjectCARS .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0598d0,#036185)
}

.e-sports-match-container.ProjectCARS .market-bc:hover {
    box-shadow: 0 0 20px 0 #036185
}

.e-sports-match-container.ProjectCARS .market-bc.active,.e-sports-match-container.ProjectCARS .market-bc:hover {
    color: #fff;
    background: #036185
}

.PUBG-bg {
    color: #fff;
    background: #d6751c
}

.horizontal-sl-item-bc.PUBG .horizontal-sl-icon-bc {
    color: #d6751c
}

.horizontal-sl-item-bc.PUBG.active {
    background: #d6751c
}

.horizontal-sl-item-bc.PUBG.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PUBG.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PUBG,.live-calendar-market-bc .bc-i-PUBG,.multi-select-icon-bc.bc-i-PUBG,.sp-sub-list-bc.PUBG .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PUBG {
    color: #d6751c
}

.sp-sub-list-bc.PUBG.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #d6751c
}

.sp-sub-list-bc.PUBG .market-game-section.active:before {
    background: #d6751c
}

.e-sports .horizontal-sl-item-bc.PUBG .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBG {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PUBG,.e-sports .competition-icon-league-bc.bc-i-PUBG:after,.e-sports .competition-icon-league-bc.bc-i-PUBG~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBG,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBG:after,.e-sports .horizontal-sl-item-bc.PUBG,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBG {
    background: linear-gradient(180deg,#e99c56,#d6751c)
}

.e-sports .sp-sub-list-bc.PUBG:not(.selected):hover {
    background: rgba(214,117,28,.6);
    box-shadow: 0 0 8px 0 rgba(214,117,28,.6)
}

.e-sports .sp-sub-list-bc.PUBG.selected,.e-sports-PUBG .e-sports-time-start:before,.e-sports-PUBG .horizontal-sl-tab-bc:before,.e-sports-PUBG .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PUBG .e-sports-time-start:before,.sportsbook-center-section.PUBG .horizontal-sl-tab-bc:before,.sportsbook-center-section.PUBG .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e99c56,#d6751c)
}

.e-sports-match-container.PUBG .market-bc:hover {
    box-shadow: 0 0 20px 0 #d6751c
}

.PUBGPlayerUnknwnsBattleground-bg,.e-sports-match-container.PUBG .market-bc.active,.e-sports-match-container.PUBG .market-bc:hover {
    color: #fff;
    background: #d6751c
}

.horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground .horizontal-sl-icon-bc {
    color: #d6751c
}

.horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground.active {
    background: #d6751c
}

.horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PUBGPlayerUnknwnsBattleground,.live-calendar-market-bc .bc-i-PUBGPlayerUnknwnsBattleground,.multi-select-icon-bc.bc-i-PUBGPlayerUnknwnsBattleground,.sp-sub-list-bc.PUBGPlayerUnknwnsBattleground .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PUBGPlayerUnknwnsBattleground {
    color: #d6751c
}

.sp-sub-list-bc.PUBGPlayerUnknwnsBattleground.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #d6751c
}

.sp-sub-list-bc.PUBGPlayerUnknwnsBattleground .market-game-section.active:before {
    background: #d6751c
}

.e-sports .horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBGPlayerUnknwnsBattleground {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PUBGPlayerUnknwnsBattleground,.e-sports .competition-icon-league-bc.bc-i-PUBGPlayerUnknwnsBattleground:after,.e-sports .competition-icon-league-bc.bc-i-PUBGPlayerUnknwnsBattleground~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBGPlayerUnknwnsBattleground,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBGPlayerUnknwnsBattleground:after,.e-sports .horizontal-sl-item-bc.PUBGPlayerUnknwnsBattleground,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBGPlayerUnknwnsBattleground {
    background: linear-gradient(180deg,#e99c56,#d6751c)
}

.e-sports .sp-sub-list-bc.PUBGPlayerUnknwnsBattleground:not(.selected):hover {
    background: rgba(214,117,28,.6);
    box-shadow: 0 0 8px 0 rgba(214,117,28,.6)
}

.e-sports .sp-sub-list-bc.PUBGPlayerUnknwnsBattleground.selected,.e-sports-PUBGPlayerUnknwnsBattleground .e-sports-time-start:before,.e-sports-PUBGPlayerUnknwnsBattleground .horizontal-sl-tab-bc:before,.e-sports-PUBGPlayerUnknwnsBattleground .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PUBGPlayerUnknwnsBattleground .e-sports-time-start:before,.sportsbook-center-section.PUBGPlayerUnknwnsBattleground .horizontal-sl-tab-bc:before,.sportsbook-center-section.PUBGPlayerUnknwnsBattleground .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e99c56,#d6751c)
}

.e-sports-match-container.PUBGPlayerUnknwnsBattleground .market-bc:hover {
    box-shadow: 0 0 20px 0 #d6751c
}

.e-sports-match-container.PUBGPlayerUnknwnsBattleground .market-bc.active,.e-sports-match-container.PUBGPlayerUnknwnsBattleground .market-bc:hover {
    color: #fff;
    background: #d6751c
}

.Quake-bg {
    color: #fff;
    background: #744428
}

.horizontal-sl-item-bc.Quake .horizontal-sl-icon-bc {
    color: #744428
}

.horizontal-sl-item-bc.Quake.active {
    background: #744428
}

.horizontal-sl-item-bc.Quake.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Quake.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Quake,.live-calendar-market-bc .bc-i-Quake,.multi-select-icon-bc.bc-i-Quake,.sp-sub-list-bc.Quake .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Quake {
    color: #744428
}

.sp-sub-list-bc.Quake.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #744428
}

.sp-sub-list-bc.Quake .market-game-section.active:before {
    background: #744428
}

.e-sports .horizontal-sl-item-bc.Quake .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Quake {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Quake,.e-sports .competition-icon-league-bc.bc-i-Quake:after,.e-sports .competition-icon-league-bc.bc-i-Quake~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Quake,.e-sports .e-sports-game-icon-back-nav.bc-i-Quake:after,.e-sports .horizontal-sl-item-bc.Quake,.e-sports .sp-s-l-h-flag-bc.bc-i-Quake {
    background: linear-gradient(180deg,#ad653c,#744428)
}

.e-sports .sp-sub-list-bc.Quake:not(.selected):hover {
    background: rgba(116,68,40,.6);
    box-shadow: 0 0 8px 0 rgba(116,68,40,.6)
}

.e-sports .sp-sub-list-bc.Quake.selected,.e-sports-Quake .e-sports-time-start:before,.e-sports-Quake .horizontal-sl-tab-bc:before,.e-sports-Quake .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Quake .e-sports-time-start:before,.sportsbook-center-section.Quake .horizontal-sl-tab-bc:before,.sportsbook-center-section.Quake .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ad653c,#744428)
}

.e-sports-match-container.Quake .market-bc:hover {
    box-shadow: 0 0 20px 0 #744428
}

.e-sports-match-container.Quake .market-bc.active,.e-sports-match-container.Quake .market-bc:hover {
    color: #fff;
    background: #744428
}

.Rainbow_Six_Siege-bg {
    color: #fff;
    background: #754428
}

.horizontal-sl-item-bc.Rainbow_Six_Siege .horizontal-sl-icon-bc {
    color: #754428
}

.horizontal-sl-item-bc.Rainbow_Six_Siege.active {
    background: #754428
}

.horizontal-sl-item-bc.Rainbow_Six_Siege.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Rainbow_Six_Siege.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Rainbow_Six_Siege,.live-calendar-market-bc .bc-i-Rainbow_Six_Siege,.multi-select-icon-bc.bc-i-Rainbow_Six_Siege,.sp-sub-list-bc.Rainbow_Six_Siege .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Rainbow_Six_Siege {
    color: #754428
}

.sp-sub-list-bc.Rainbow_Six_Siege.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #754428
}

.sp-sub-list-bc.Rainbow_Six_Siege .market-game-section.active:before {
    background: #754428
}

.e-sports .horizontal-sl-item-bc.Rainbow_Six_Siege .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Rainbow_Six_Siege {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Rainbow_Six_Siege,.e-sports .competition-icon-league-bc.bc-i-Rainbow_Six_Siege:after,.e-sports .competition-icon-league-bc.bc-i-Rainbow_Six_Siege~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Rainbow_Six_Siege,.e-sports .e-sports-game-icon-back-nav.bc-i-Rainbow_Six_Siege:after,.e-sports .horizontal-sl-item-bc.Rainbow_Six_Siege,.e-sports .sp-s-l-h-flag-bc.bc-i-Rainbow_Six_Siege {
    background: linear-gradient(180deg,#ae653b,#754428)
}

.e-sports .sp-sub-list-bc.Rainbow_Six_Siege:not(.selected):hover {
    background: rgba(117,68,40,.6);
    box-shadow: 0 0 8px 0 rgba(117,68,40,.6)
}

.e-sports .sp-sub-list-bc.Rainbow_Six_Siege.selected,.e-sports-Rainbow_Six_Siege .e-sports-time-start:before,.e-sports-Rainbow_Six_Siege .horizontal-sl-tab-bc:before,.e-sports-Rainbow_Six_Siege .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Rainbow_Six_Siege .e-sports-time-start:before,.sportsbook-center-section.Rainbow_Six_Siege .horizontal-sl-tab-bc:before,.sportsbook-center-section.Rainbow_Six_Siege .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ae653b,#754428)
}

.e-sports-match-container.Rainbow_Six_Siege .market-bc:hover {
    box-shadow: 0 0 20px 0 #754428
}

.e-sports-match-container.Rainbow_Six_Siege .market-bc.active,.e-sports-match-container.Rainbow_Six_Siege .market-bc:hover {
    color: #fff;
    background: #754428
}

.RealSubspaceHockeyLeague-bg {
    color: #000;
    background: #e56220
}

.horizontal-sl-item-bc.RealSubspaceHockeyLeague .horizontal-sl-icon-bc {
    color: #e56220
}

.horizontal-sl-item-bc.RealSubspaceHockeyLeague.active {
    background: #e56220
}

.horizontal-sl-item-bc.RealSubspaceHockeyLeague.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RealSubspaceHockeyLeague.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RealSubspaceHockeyLeague,.live-calendar-market-bc .bc-i-RealSubspaceHockeyLeague,.multi-select-icon-bc.bc-i-RealSubspaceHockeyLeague,.sp-sub-list-bc.RealSubspaceHockeyLeague .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RealSubspaceHockeyLeague {
    color: #e56220
}

.sp-sub-list-bc.RealSubspaceHockeyLeague.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #e56220
}

.sp-sub-list-bc.RealSubspaceHockeyLeague .market-game-section.active:before {
    background: #e56220
}

.e-sports .horizontal-sl-item-bc.RealSubspaceHockeyLeague .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RealSubspaceHockeyLeague {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RealSubspaceHockeyLeague,.e-sports .competition-icon-league-bc.bc-i-RealSubspaceHockeyLeague:after,.e-sports .competition-icon-league-bc.bc-i-RealSubspaceHockeyLeague~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RealSubspaceHockeyLeague,.e-sports .e-sports-game-icon-back-nav.bc-i-RealSubspaceHockeyLeague:after,.e-sports .horizontal-sl-item-bc.RealSubspaceHockeyLeague,.e-sports .sp-s-l-h-flag-bc.bc-i-RealSubspaceHockeyLeague {
    background: linear-gradient(180deg,#ed9265,#e56220)
}

.e-sports .sp-sub-list-bc.RealSubspaceHockeyLeague:not(.selected):hover {
    background: rgba(229,98,32,.6);
    box-shadow: 0 0 8px 0 rgba(229,98,32,.6)
}

.e-sports .sp-sub-list-bc.RealSubspaceHockeyLeague.selected,.e-sports-RealSubspaceHockeyLeague .e-sports-time-start:before,.e-sports-RealSubspaceHockeyLeague .horizontal-sl-tab-bc:before,.e-sports-RealSubspaceHockeyLeague .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RealSubspaceHockeyLeague .e-sports-time-start:before,.sportsbook-center-section.RealSubspaceHockeyLeague .horizontal-sl-tab-bc:before,.sportsbook-center-section.RealSubspaceHockeyLeague .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ed9265,#e56220)
}

.e-sports-match-container.RealSubspaceHockeyLeague .market-bc:hover {
    box-shadow: 0 0 20px 0 #e56220
}

.e-sports-match-container.RealSubspaceHockeyLeague .market-bc.active,.e-sports-match-container.RealSubspaceHockeyLeague .market-bc:hover {
    color: #fff;
    background: #e56220
}

.RocketLeague-bg {
    color: #fff;
    background: #04477f
}

.horizontal-sl-item-bc.RocketLeague .horizontal-sl-icon-bc {
    color: #04477f
}

.horizontal-sl-item-bc.RocketLeague.active {
    background: #04477f
}

.horizontal-sl-item-bc.RocketLeague.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RocketLeague.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RocketLeague,.live-calendar-market-bc .bc-i-RocketLeague,.multi-select-icon-bc.bc-i-RocketLeague,.sp-sub-list-bc.RocketLeague .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RocketLeague {
    color: #04477f
}

.sp-sub-list-bc.RocketLeague.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #04477f
}

.sp-sub-list-bc.RocketLeague .market-game-section.active:before {
    background: #04477f
}

.e-sports .horizontal-sl-item-bc.RocketLeague .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RocketLeague {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RocketLeague,.e-sports .competition-icon-league-bc.bc-i-RocketLeague:after,.e-sports .competition-icon-league-bc.bc-i-RocketLeague~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RocketLeague,.e-sports .e-sports-game-icon-back-nav.bc-i-RocketLeague:after,.e-sports .horizontal-sl-item-bc.RocketLeague,.e-sports .sp-s-l-h-flag-bc.bc-i-RocketLeague {
    background: linear-gradient(180deg,#0670c9,#04477f)
}

.e-sports .sp-sub-list-bc.RocketLeague:not(.selected):hover {
    background: rgba(4,71,127,.6);
    box-shadow: 0 0 8px 0 rgba(4,71,127,.6)
}

.e-sports .sp-sub-list-bc.RocketLeague.selected,.e-sports-RocketLeague .e-sports-time-start:before,.e-sports-RocketLeague .horizontal-sl-tab-bc:before,.e-sports-RocketLeague .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RocketLeague .e-sports-time-start:before,.sportsbook-center-section.RocketLeague .horizontal-sl-tab-bc:before,.sportsbook-center-section.RocketLeague .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0670c9,#04477f)
}

.e-sports-match-container.RocketLeague .market-bc:hover {
    box-shadow: 0 0 20px 0 #04477f
}

.e-sports-match-container.RocketLeague .market-bc.active,.e-sports-match-container.RocketLeague .market-bc:hover {
    color: #fff;
    background: #04477f
}

.Smite-bg {
    color: #fff;
    background: #ac7311
}

.horizontal-sl-item-bc.Smite .horizontal-sl-icon-bc {
    color: #ac7311
}

.horizontal-sl-item-bc.Smite.active {
    background: #ac7311
}

.horizontal-sl-item-bc.Smite.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Smite.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Smite,.live-calendar-market-bc .bc-i-Smite,.multi-select-icon-bc.bc-i-Smite,.sp-sub-list-bc.Smite .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Smite {
    color: #ac7311
}

.sp-sub-list-bc.Smite.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #ac7311
}

.sp-sub-list-bc.Smite .market-game-section.active:before {
    background: #ac7311
}

.e-sports .horizontal-sl-item-bc.Smite .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Smite {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Smite,.e-sports .competition-icon-league-bc.bc-i-Smite:after,.e-sports .competition-icon-league-bc.bc-i-Smite~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Smite,.e-sports .e-sports-game-icon-back-nav.bc-i-Smite:after,.e-sports .horizontal-sl-item-bc.Smite,.e-sports .sp-s-l-h-flag-bc.bc-i-Smite {
    background: linear-gradient(180deg,#e99f20,#ac7311)
}

.e-sports .sp-sub-list-bc.Smite:not(.selected):hover {
    background: rgba(172,115,17,.6);
    box-shadow: 0 0 8px 0 rgba(172,115,17,.6)
}

.e-sports .sp-sub-list-bc.Smite.selected,.e-sports-Smite .e-sports-time-start:before,.e-sports-Smite .horizontal-sl-tab-bc:before,.e-sports-Smite .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Smite .e-sports-time-start:before,.sportsbook-center-section.Smite .horizontal-sl-tab-bc:before,.sportsbook-center-section.Smite .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e99f20,#ac7311)
}

.e-sports-match-container.Smite .market-bc:hover {
    box-shadow: 0 0 20px 0 #ac7311
}

.e-sports-match-container.Smite .market-bc.active,.e-sports-match-container.Smite .market-bc:hover {
    color: #fff;
    background: #ac7311
}

.SpecialBets-bg {
    color: #fff;
    background: #ef8a00
}

.horizontal-sl-item-bc.SpecialBets .horizontal-sl-icon-bc {
    color: #ef8a00
}

.horizontal-sl-item-bc.SpecialBets.active {
    background: #ef8a00
}

.horizontal-sl-item-bc.SpecialBets.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SpecialBets.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SpecialBets,.live-calendar-market-bc .bc-i-SpecialBets,.multi-select-icon-bc.bc-i-SpecialBets,.sp-sub-list-bc.SpecialBets .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SpecialBets {
    color: #ef8a00
}

.sp-sub-list-bc.SpecialBets.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #ef8a00
}

.sp-sub-list-bc.SpecialBets .market-game-section.active:before {
    background: #ef8a00
}

.e-sports .horizontal-sl-item-bc.SpecialBets .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SpecialBets {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SpecialBets,.e-sports .competition-icon-league-bc.bc-i-SpecialBets:after,.e-sports .competition-icon-league-bc.bc-i-SpecialBets~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SpecialBets,.e-sports .e-sports-game-icon-back-nav.bc-i-SpecialBets:after,.e-sports .horizontal-sl-item-bc.SpecialBets,.e-sports .sp-s-l-h-flag-bc.bc-i-SpecialBets {
    background: linear-gradient(180deg,#ffad3d,#ef8a00)
}

.e-sports .sp-sub-list-bc.SpecialBets:not(.selected):hover {
    background: rgba(239,138,0,.6);
    box-shadow: 0 0 8px 0 rgba(239,138,0,.6)
}

.e-sports .sp-sub-list-bc.SpecialBets.selected,.e-sports-SpecialBets .e-sports-time-start:before,.e-sports-SpecialBets .horizontal-sl-tab-bc:before,.e-sports-SpecialBets .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SpecialBets .e-sports-time-start:before,.sportsbook-center-section.SpecialBets .horizontal-sl-tab-bc:before,.sportsbook-center-section.SpecialBets .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ffad3d,#ef8a00)
}

.e-sports-match-container.SpecialBets .market-bc:hover {
    box-shadow: 0 0 20px 0 #ef8a00
}

.e-sports-match-container.SpecialBets .market-bc.active,.e-sports-match-container.SpecialBets .market-bc:hover {
    color: #fff;
    background: #ef8a00
}

.SpecialForce2-bg {
    color: #fff;
    background: #917d1d
}

.horizontal-sl-item-bc.SpecialForce2 .horizontal-sl-icon-bc {
    color: #917d1d
}

.horizontal-sl-item-bc.SpecialForce2.active {
    background: #917d1d
}

.horizontal-sl-item-bc.SpecialForce2.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SpecialForce2.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SpecialForce2,.live-calendar-market-bc .bc-i-SpecialForce2,.multi-select-icon-bc.bc-i-SpecialForce2,.sp-sub-list-bc.SpecialForce2 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SpecialForce2 {
    color: #917d1d
}

.sp-sub-list-bc.SpecialForce2.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #917d1d
}

.sp-sub-list-bc.SpecialForce2 .market-game-section.active:before {
    background: #917d1d
}

.e-sports .horizontal-sl-item-bc.SpecialForce2 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SpecialForce2 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SpecialForce2,.e-sports .competition-icon-league-bc.bc-i-SpecialForce2:after,.e-sports .competition-icon-league-bc.bc-i-SpecialForce2~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SpecialForce2,.e-sports .e-sports-game-icon-back-nav.bc-i-SpecialForce2:after,.e-sports .horizontal-sl-item-bc.SpecialForce2,.e-sports .sp-s-l-h-flag-bc.bc-i-SpecialForce2 {
    background: linear-gradient(180deg,#d1b42a,#917d1d)
}

.e-sports .sp-sub-list-bc.SpecialForce2:not(.selected):hover {
    background: rgba(145,125,29,.6);
    box-shadow: 0 0 8px 0 rgba(145,125,29,.6)
}

.e-sports .sp-sub-list-bc.SpecialForce2.selected,.e-sports-SpecialForce2 .e-sports-time-start:before,.e-sports-SpecialForce2 .horizontal-sl-tab-bc:before,.e-sports-SpecialForce2 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SpecialForce2 .e-sports-time-start:before,.sportsbook-center-section.SpecialForce2 .horizontal-sl-tab-bc:before,.sportsbook-center-section.SpecialForce2 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#d1b42a,#917d1d)
}

.e-sports-match-container.SpecialForce2 .market-bc:hover {
    box-shadow: 0 0 20px 0 #917d1d
}

.e-sports-match-container.SpecialForce2 .market-bc.active,.e-sports-match-container.SpecialForce2 .market-bc:hover {
    color: #fff;
    background: #917d1d
}

.StreetFighter-bg {
    color: #fff;
    background: #c63a20
}

.horizontal-sl-item-bc.StreetFighter .horizontal-sl-icon-bc {
    color: #c63a20
}

.horizontal-sl-item-bc.StreetFighter.active {
    background: #c63a20
}

.horizontal-sl-item-bc.StreetFighter.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.StreetFighter.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-StreetFighter,.live-calendar-market-bc .bc-i-StreetFighter,.multi-select-icon-bc.bc-i-StreetFighter,.sp-sub-list-bc.StreetFighter .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-StreetFighter {
    color: #c63a20
}

.sp-sub-list-bc.StreetFighter.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c63a20
}

.sp-sub-list-bc.StreetFighter .market-game-section.active:before {
    background: #c63a20
}

.e-sports .horizontal-sl-item-bc.StreetFighter .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-StreetFighter {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-StreetFighter,.e-sports .competition-icon-league-bc.bc-i-StreetFighter:after,.e-sports .competition-icon-league-bc.bc-i-StreetFighter~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-StreetFighter,.e-sports .e-sports-game-icon-back-nav.bc-i-StreetFighter:after,.e-sports .horizontal-sl-item-bc.StreetFighter,.e-sports .sp-s-l-h-flag-bc.bc-i-StreetFighter {
    background: linear-gradient(180deg,#e36750,#c63a20)
}

.e-sports .sp-sub-list-bc.StreetFighter:not(.selected):hover {
    background: rgba(198,58,32,.6);
    box-shadow: 0 0 8px 0 rgba(198,58,32,.6)
}

.e-sports .sp-sub-list-bc.StreetFighter.selected,.e-sports-StreetFighter .e-sports-time-start:before,.e-sports-StreetFighter .horizontal-sl-tab-bc:before,.e-sports-StreetFighter .main-tabs-bc .tab-bc:before,.sportsbook-center-section.StreetFighter .e-sports-time-start:before,.sportsbook-center-section.StreetFighter .horizontal-sl-tab-bc:before,.sportsbook-center-section.StreetFighter .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e36750,#c63a20)
}

.e-sports-match-container.StreetFighter .market-bc:hover {
    box-shadow: 0 0 20px 0 #c63a20
}

.StreetFighter5-bg,.e-sports-match-container.StreetFighter .market-bc.active,.e-sports-match-container.StreetFighter .market-bc:hover {
    color: #fff;
    background: #c63a20
}

.horizontal-sl-item-bc.StreetFighter5 .horizontal-sl-icon-bc {
    color: #c63a20
}

.horizontal-sl-item-bc.StreetFighter5.active {
    background: #c63a20
}

.horizontal-sl-item-bc.StreetFighter5.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.StreetFighter5.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-StreetFighter5,.live-calendar-market-bc .bc-i-StreetFighter5,.multi-select-icon-bc.bc-i-StreetFighter5,.sp-sub-list-bc.StreetFighter5 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-StreetFighter5 {
    color: #c63a20
}

.sp-sub-list-bc.StreetFighter5.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c63a20
}

.sp-sub-list-bc.StreetFighter5 .market-game-section.active:before {
    background: #c63a20
}

.e-sports .horizontal-sl-item-bc.StreetFighter5 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-StreetFighter5 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-StreetFighter5,.e-sports .competition-icon-league-bc.bc-i-StreetFighter5:after,.e-sports .competition-icon-league-bc.bc-i-StreetFighter5~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-StreetFighter5,.e-sports .e-sports-game-icon-back-nav.bc-i-StreetFighter5:after,.e-sports .horizontal-sl-item-bc.StreetFighter5,.e-sports .sp-s-l-h-flag-bc.bc-i-StreetFighter5 {
    background: linear-gradient(180deg,#e36750,#c63a20)
}

.e-sports .sp-sub-list-bc.StreetFighter5:not(.selected):hover {
    background: rgba(198,58,32,.6);
    box-shadow: 0 0 8px 0 rgba(198,58,32,.6)
}

.e-sports .sp-sub-list-bc.StreetFighter5.selected,.e-sports-StreetFighter5 .e-sports-time-start:before,.e-sports-StreetFighter5 .horizontal-sl-tab-bc:before,.e-sports-StreetFighter5 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.StreetFighter5 .e-sports-time-start:before,.sportsbook-center-section.StreetFighter5 .horizontal-sl-tab-bc:before,.sportsbook-center-section.StreetFighter5 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e36750,#c63a20)
}

.e-sports-match-container.StreetFighter5 .market-bc:hover {
    box-shadow: 0 0 20px 0 #c63a20
}

.e-sports-match-container.StreetFighter5 .market-bc.active,.e-sports-match-container.StreetFighter5 .market-bc:hover {
    color: #fff;
    background: #c63a20
}

.SuperSmashBros-bg {
    color: #fff;
    background: #37466f
}

.horizontal-sl-item-bc.SuperSmashBros .horizontal-sl-icon-bc {
    color: #37466f
}

.horizontal-sl-item-bc.SuperSmashBros.active {
    background: #37466f
}

.horizontal-sl-item-bc.SuperSmashBros.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.SuperSmashBros.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-SuperSmashBros,.live-calendar-market-bc .bc-i-SuperSmashBros,.multi-select-icon-bc.bc-i-SuperSmashBros,.sp-sub-list-bc.SuperSmashBros .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-SuperSmashBros {
    color: #37466f
}

.sp-sub-list-bc.SuperSmashBros.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #37466f
}

.sp-sub-list-bc.SuperSmashBros .market-game-section.active:before {
    background: #37466f
}

.e-sports .horizontal-sl-item-bc.SuperSmashBros .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-SuperSmashBros {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-SuperSmashBros,.e-sports .competition-icon-league-bc.bc-i-SuperSmashBros:after,.e-sports .competition-icon-league-bc.bc-i-SuperSmashBros~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-SuperSmashBros,.e-sports .e-sports-game-icon-back-nav.bc-i-SuperSmashBros:after,.e-sports .horizontal-sl-item-bc.SuperSmashBros,.e-sports .sp-s-l-h-flag-bc.bc-i-SuperSmashBros {
    background: linear-gradient(180deg,#5066a2,#37466f)
}

.e-sports .sp-sub-list-bc.SuperSmashBros:not(.selected):hover {
    background: rgba(55,70,111,.6);
    box-shadow: 0 0 8px 0 rgba(55,70,111,.6)
}

.e-sports .sp-sub-list-bc.SuperSmashBros.selected,.e-sports-SuperSmashBros .e-sports-time-start:before,.e-sports-SuperSmashBros .horizontal-sl-tab-bc:before,.e-sports-SuperSmashBros .main-tabs-bc .tab-bc:before,.sportsbook-center-section.SuperSmashBros .e-sports-time-start:before,.sportsbook-center-section.SuperSmashBros .horizontal-sl-tab-bc:before,.sportsbook-center-section.SuperSmashBros .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5066a2,#37466f)
}

.e-sports-match-container.SuperSmashBros .market-bc:hover {
    box-shadow: 0 0 20px 0 #37466f
}

.e-sports-match-container.SuperSmashBros .market-bc.active,.e-sports-match-container.SuperSmashBros .market-bc:hover {
    color: #fff;
    background: #37466f
}

.TeamFortress2-bg {
    color: #fff;
    background: #9e411a
}

.horizontal-sl-item-bc.TeamFortress2 .horizontal-sl-icon-bc {
    color: #9e411a
}

.horizontal-sl-item-bc.TeamFortress2.active {
    background: #9e411a
}

.horizontal-sl-item-bc.TeamFortress2.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.TeamFortress2.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-TeamFortress2,.live-calendar-market-bc .bc-i-TeamFortress2,.multi-select-icon-bc.bc-i-TeamFortress2,.sp-sub-list-bc.TeamFortress2 .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-TeamFortress2 {
    color: #9e411a
}

.sp-sub-list-bc.TeamFortress2.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #9e411a
}

.sp-sub-list-bc.TeamFortress2 .market-game-section.active:before {
    background: #9e411a
}

.e-sports .horizontal-sl-item-bc.TeamFortress2 .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-TeamFortress2 {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-TeamFortress2,.e-sports .competition-icon-league-bc.bc-i-TeamFortress2:after,.e-sports .competition-icon-league-bc.bc-i-TeamFortress2~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-TeamFortress2,.e-sports .e-sports-game-icon-back-nav.bc-i-TeamFortress2:after,.e-sports .horizontal-sl-item-bc.TeamFortress2,.e-sports .sp-s-l-h-flag-bc.bc-i-TeamFortress2 {
    background: linear-gradient(180deg,#dc5e29,#9e411a)
}

.e-sports .sp-sub-list-bc.TeamFortress2:not(.selected):hover {
    background: rgba(158,65,26,.6);
    box-shadow: 0 0 8px 0 rgba(158,65,26,.6)
}

.e-sports .sp-sub-list-bc.TeamFortress2.selected,.e-sports-TeamFortress2 .e-sports-time-start:before,.e-sports-TeamFortress2 .horizontal-sl-tab-bc:before,.e-sports-TeamFortress2 .main-tabs-bc .tab-bc:before,.sportsbook-center-section.TeamFortress2 .e-sports-time-start:before,.sportsbook-center-section.TeamFortress2 .horizontal-sl-tab-bc:before,.sportsbook-center-section.TeamFortress2 .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#dc5e29,#9e411a)
}

.e-sports-match-container.TeamFortress2 .market-bc:hover {
    box-shadow: 0 0 20px 0 #9e411a
}

.e-sports-match-container.TeamFortress2 .market-bc.active,.e-sports-match-container.TeamFortress2 .market-bc:hover {
    color: #fff;
    background: #9e411a
}

.Tekken-bg {
    color: #fff;
    background: #bf231b
}

.horizontal-sl-item-bc.Tekken .horizontal-sl-icon-bc {
    color: #bf231b
}

.horizontal-sl-item-bc.Tekken.active {
    background: #bf231b
}

.horizontal-sl-item-bc.Tekken.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Tekken.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Tekken,.live-calendar-market-bc .bc-i-Tekken,.multi-select-icon-bc.bc-i-Tekken,.sp-sub-list-bc.Tekken .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Tekken {
    color: #bf231b
}

.sp-sub-list-bc.Tekken.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #bf231b
}

.sp-sub-list-bc.Tekken .market-game-section.active:before {
    background: #bf231b
}

.e-sports .horizontal-sl-item-bc.Tekken .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Tekken {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Tekken,.e-sports .competition-icon-league-bc.bc-i-Tekken:after,.e-sports .competition-icon-league-bc.bc-i-Tekken~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Tekken,.e-sports .e-sports-game-icon-back-nav.bc-i-Tekken:after,.e-sports .horizontal-sl-item-bc.Tekken,.e-sports .sp-s-l-h-flag-bc.bc-i-Tekken {
    background: linear-gradient(180deg,#e44a42,#bf231b)
}

.e-sports .sp-sub-list-bc.Tekken:not(.selected):hover {
    background: rgba(191,35,27,.6);
    box-shadow: 0 0 8px 0 rgba(191,35,27,.6)
}

.e-sports .sp-sub-list-bc.Tekken.selected,.e-sports-Tekken .e-sports-time-start:before,.e-sports-Tekken .horizontal-sl-tab-bc:before,.e-sports-Tekken .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Tekken .e-sports-time-start:before,.sportsbook-center-section.Tekken .horizontal-sl-tab-bc:before,.sportsbook-center-section.Tekken .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e44a42,#bf231b)
}

.e-sports-match-container.Tekken .market-bc:hover {
    box-shadow: 0 0 20px 0 #bf231b
}

.e-sports-match-container.Tekken .market-bc.active,.e-sports-match-container.Tekken .market-bc:hover {
    color: #fff;
    background: #bf231b
}

.Teqball-bg {
    color: #fff;
    background: #b84b24
}

.horizontal-sl-item-bc.Teqball .horizontal-sl-icon-bc {
    color: #b84b24
}

.horizontal-sl-item-bc.Teqball.active {
    background: #b84b24
}

.horizontal-sl-item-bc.Teqball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Teqball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Teqball,.live-calendar-market-bc .bc-i-Teqball,.multi-select-icon-bc.bc-i-Teqball,.sp-sub-list-bc.Teqball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Teqball {
    color: #b84b24
}

.sp-sub-list-bc.Teqball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b84b24
}

.sp-sub-list-bc.Teqball .market-game-section.active:before {
    background: #b84b24
}

.e-sports .horizontal-sl-item-bc.Teqball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Teqball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Teqball,.e-sports .competition-icon-league-bc.bc-i-Teqball:after,.e-sports .competition-icon-league-bc.bc-i-Teqball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Teqball,.e-sports .e-sports-game-icon-back-nav.bc-i-Teqball:after,.e-sports .horizontal-sl-item-bc.Teqball,.e-sports .sp-s-l-h-flag-bc.bc-i-Teqball {
    background: linear-gradient(180deg,#dc724c,#b84b24)
}

.e-sports .sp-sub-list-bc.Teqball:not(.selected):hover {
    background: rgba(184,75,36,.6);
    box-shadow: 0 0 8px 0 rgba(184,75,36,.6)
}

.e-sports .sp-sub-list-bc.Teqball.selected,.e-sports-Teqball .e-sports-time-start:before,.e-sports-Teqball .horizontal-sl-tab-bc:before,.e-sports-Teqball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Teqball .e-sports-time-start:before,.sportsbook-center-section.Teqball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Teqball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#dc724c,#b84b24)
}

.e-sports-match-container.Teqball .market-bc:hover {
    box-shadow: 0 0 20px 0 #b84b24
}

.e-sports-match-container.Teqball .market-bc.active,.e-sports-match-container.Teqball .market-bc:hover {
    color: #fff;
    background: #b84b24
}

.Trackmania-bg {
    color: #fff;
    background: #0267a8
}

.horizontal-sl-item-bc.Trackmania .horizontal-sl-icon-bc {
    color: #0267a8
}

.horizontal-sl-item-bc.Trackmania.active {
    background: #0267a8
}

.horizontal-sl-item-bc.Trackmania.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Trackmania.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Trackmania,.live-calendar-market-bc .bc-i-Trackmania,.multi-select-icon-bc.bc-i-Trackmania,.sp-sub-list-bc.Trackmania .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Trackmania {
    color: #0267a8
}

.sp-sub-list-bc.Trackmania.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0267a8
}

.sp-sub-list-bc.Trackmania .market-game-section.active:before {
    background: #0267a8
}

.e-sports .horizontal-sl-item-bc.Trackmania .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Trackmania {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Trackmania,.e-sports .competition-icon-league-bc.bc-i-Trackmania:after,.e-sports .competition-icon-league-bc.bc-i-Trackmania~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Trackmania,.e-sports .e-sports-game-icon-back-nav.bc-i-Trackmania:after,.e-sports .horizontal-sl-item-bc.Trackmania,.e-sports .sp-s-l-h-flag-bc.bc-i-Trackmania {
    background: linear-gradient(180deg,#0395f4,#0267a8)
}

.e-sports .sp-sub-list-bc.Trackmania:not(.selected):hover {
    background: rgba(2,103,168,.6);
    box-shadow: 0 0 8px 0 rgba(2,103,168,.6)
}

.e-sports .sp-sub-list-bc.Trackmania.selected,.e-sports-Trackmania .e-sports-time-start:before,.e-sports-Trackmania .horizontal-sl-tab-bc:before,.e-sports-Trackmania .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Trackmania .e-sports-time-start:before,.sportsbook-center-section.Trackmania .horizontal-sl-tab-bc:before,.sportsbook-center-section.Trackmania .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0395f4,#0267a8)
}

.e-sports-match-container.Trackmania .market-bc:hover {
    box-shadow: 0 0 20px 0 #0267a8
}

.e-sports-match-container.Trackmania .market-bc.active,.e-sports-match-container.Trackmania .market-bc:hover {
    color: #fff;
    background: #0267a8
}

.Halo-bg {
    color: #fff;
    background: #0a61a5
}

.horizontal-sl-item-bc.Halo .horizontal-sl-icon-bc {
    color: #0a61a5
}

.horizontal-sl-item-bc.Halo.active {
    background: #0a61a5
}

.horizontal-sl-item-bc.Halo.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Halo.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Halo,.live-calendar-market-bc .bc-i-Halo,.multi-select-icon-bc.bc-i-Halo,.sp-sub-list-bc.Halo .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Halo {
    color: #0a61a5
}

.sp-sub-list-bc.Halo.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0a61a5
}

.sp-sub-list-bc.Halo .market-game-section.active:before {
    background: #0a61a5
}

.e-sports .horizontal-sl-item-bc.Halo .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Halo {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Halo,.e-sports .competition-icon-league-bc.bc-i-Halo:after,.e-sports .competition-icon-league-bc.bc-i-Halo~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Halo,.e-sports .e-sports-game-icon-back-nav.bc-i-Halo:after,.e-sports .horizontal-sl-item-bc.Halo,.e-sports .sp-s-l-h-flag-bc.bc-i-Halo {
    background: linear-gradient(180deg,#0e8bed,#0a61a5)
}

.e-sports .sp-sub-list-bc.Halo:not(.selected):hover {
    background: rgba(10,97,165,.6);
    box-shadow: 0 0 8px 0 rgba(10,97,165,.6)
}

.e-sports .sp-sub-list-bc.Halo.selected,.e-sports-Halo .e-sports-time-start:before,.e-sports-Halo .horizontal-sl-tab-bc:before,.e-sports-Halo .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Halo .e-sports-time-start:before,.sportsbook-center-section.Halo .horizontal-sl-tab-bc:before,.sportsbook-center-section.Halo .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#0e8bed,#0a61a5)
}

.e-sports-match-container.Halo .market-bc:hover {
    box-shadow: 0 0 20px 0 #0a61a5
}

.e-sports-match-container.Halo .market-bc.active,.e-sports-match-container.Halo .market-bc:hover {
    color: #fff;
    background: #0a61a5
}

.Oscar-bg {
    color: #000;
    background: #dac860
}

.horizontal-sl-item-bc.Oscar .horizontal-sl-icon-bc {
    color: #dac860
}

.horizontal-sl-item-bc.Oscar.active {
    background: #dac860
}

.horizontal-sl-item-bc.Oscar.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Oscar.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Oscar,.live-calendar-market-bc .bc-i-Oscar,.multi-select-icon-bc.bc-i-Oscar,.sp-sub-list-bc.Oscar .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Oscar {
    color: #dac860
}

.sp-sub-list-bc.Oscar.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #dac860
}

.sp-sub-list-bc.Oscar .market-game-section.active:before {
    background: #dac860
}

.e-sports .horizontal-sl-item-bc.Oscar .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Oscar {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Oscar,.e-sports .competition-icon-league-bc.bc-i-Oscar:after,.e-sports .competition-icon-league-bc.bc-i-Oscar~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Oscar,.e-sports .e-sports-game-icon-back-nav.bc-i-Oscar:after,.e-sports .horizontal-sl-item-bc.Oscar,.e-sports .sp-s-l-h-flag-bc.bc-i-Oscar {
    background: linear-gradient(180deg,#e8dd9e,#dac860)
}

.e-sports .sp-sub-list-bc.Oscar:not(.selected):hover {
    background: rgba(218,200,96,.6);
    box-shadow: 0 0 8px 0 rgba(218,200,96,.6)
}

.e-sports .sp-sub-list-bc.Oscar.selected,.e-sports-Oscar .e-sports-time-start:before,.e-sports-Oscar .horizontal-sl-tab-bc:before,.e-sports-Oscar .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Oscar .e-sports-time-start:before,.sportsbook-center-section.Oscar .horizontal-sl-tab-bc:before,.sportsbook-center-section.Oscar .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e8dd9e,#dac860)
}

.e-sports-match-container.Oscar .market-bc:hover {
    box-shadow: 0 0 20px 0 #dac860
}

.e-sports-match-container.Oscar .market-bc.active,.e-sports-match-container.Oscar .market-bc:hover {
    color: #fff;
    background: #dac860
}

.RainbowSix-bg {
    color: #fff;
    background: #666d72
}

.horizontal-sl-item-bc.RainbowSix .horizontal-sl-icon-bc {
    color: #666d72
}

.horizontal-sl-item-bc.RainbowSix.active {
    background: #666d72
}

.horizontal-sl-item-bc.RainbowSix.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.RainbowSix.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-RainbowSix,.live-calendar-market-bc .bc-i-RainbowSix,.multi-select-icon-bc.bc-i-RainbowSix,.sp-sub-list-bc.RainbowSix .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-RainbowSix {
    color: #666d72
}

.sp-sub-list-bc.RainbowSix.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #666d72
}

.sp-sub-list-bc.RainbowSix .market-game-section.active:before {
    background: #666d72
}

.e-sports .horizontal-sl-item-bc.RainbowSix .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-RainbowSix {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-RainbowSix,.e-sports .competition-icon-league-bc.bc-i-RainbowSix:after,.e-sports .competition-icon-league-bc.bc-i-RainbowSix~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-RainbowSix,.e-sports .e-sports-game-icon-back-nav.bc-i-RainbowSix:after,.e-sports .horizontal-sl-item-bc.RainbowSix,.e-sports .sp-s-l-h-flag-bc.bc-i-RainbowSix {
    background: linear-gradient(180deg,#8c9398,#666d72)
}

.e-sports .sp-sub-list-bc.RainbowSix:not(.selected):hover {
    background: rgba(102,109,114,.6);
    box-shadow: 0 0 8px 0 rgba(102,109,114,.6)
}

.e-sports .sp-sub-list-bc.RainbowSix.selected,.e-sports-RainbowSix .e-sports-time-start:before,.e-sports-RainbowSix .horizontal-sl-tab-bc:before,.e-sports-RainbowSix .main-tabs-bc .tab-bc:before,.sportsbook-center-section.RainbowSix .e-sports-time-start:before,.sportsbook-center-section.RainbowSix .horizontal-sl-tab-bc:before,.sportsbook-center-section.RainbowSix .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#8c9398,#666d72)
}

.e-sports-match-container.RainbowSix .market-bc:hover {
    box-shadow: 0 0 20px 0 #666d72
}

.e-sports-match-container.RainbowSix .market-bc.active,.e-sports-match-container.RainbowSix .market-bc:hover {
    color: #fff;
    background: #666d72
}

.TVShowsAndMovies-bg {
    color: #fff;
    background: #3b6e2b
}

.horizontal-sl-item-bc.TVShowsAndMovies .horizontal-sl-icon-bc {
    color: #3b6e2b
}

.horizontal-sl-item-bc.TVShowsAndMovies.active {
    background: #3b6e2b
}

.horizontal-sl-item-bc.TVShowsAndMovies.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.TVShowsAndMovies.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-TVShowsAndMovies,.live-calendar-market-bc .bc-i-TVShowsAndMovies,.multi-select-icon-bc.bc-i-TVShowsAndMovies,.sp-sub-list-bc.TVShowsAndMovies .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-TVShowsAndMovies {
    color: #3b6e2b
}

.sp-sub-list-bc.TVShowsAndMovies.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #3b6e2b
}

.sp-sub-list-bc.TVShowsAndMovies .market-game-section.active:before {
    background: #3b6e2b
}

.e-sports .horizontal-sl-item-bc.TVShowsAndMovies .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-TVShowsAndMovies {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-TVShowsAndMovies,.e-sports .competition-icon-league-bc.bc-i-TVShowsAndMovies:after,.e-sports .competition-icon-league-bc.bc-i-TVShowsAndMovies~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-TVShowsAndMovies,.e-sports .e-sports-game-icon-back-nav.bc-i-TVShowsAndMovies:after,.e-sports .horizontal-sl-item-bc.TVShowsAndMovies,.e-sports .sp-s-l-h-flag-bc.bc-i-TVShowsAndMovies {
    background: linear-gradient(180deg,#59a541,#3b6e2b)
}

.e-sports .sp-sub-list-bc.TVShowsAndMovies:not(.selected):hover {
    background: rgba(59,110,43,.6);
    box-shadow: 0 0 8px 0 rgba(59,110,43,.6)
}

.e-sports .sp-sub-list-bc.TVShowsAndMovies.selected,.e-sports-TVShowsAndMovies .e-sports-time-start:before,.e-sports-TVShowsAndMovies .horizontal-sl-tab-bc:before,.e-sports-TVShowsAndMovies .main-tabs-bc .tab-bc:before,.sportsbook-center-section.TVShowsAndMovies .e-sports-time-start:before,.sportsbook-center-section.TVShowsAndMovies .horizontal-sl-tab-bc:before,.sportsbook-center-section.TVShowsAndMovies .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#59a541,#3b6e2b)
}

.e-sports-match-container.TVShowsAndMovies .market-bc:hover {
    box-shadow: 0 0 20px 0 #3b6e2b
}

.e-sports-match-container.TVShowsAndMovies .market-bc.active,.e-sports-match-container.TVShowsAndMovies .market-bc:hover {
    color: #fff;
    background: #3b6e2b
}

.UnrealTournament-bg {
    color: #fff;
    background: #354d94
}

.horizontal-sl-item-bc.UnrealTournament .horizontal-sl-icon-bc {
    color: #354d94
}

.horizontal-sl-item-bc.UnrealTournament.active {
    background: #354d94
}

.horizontal-sl-item-bc.UnrealTournament.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.UnrealTournament.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-UnrealTournament,.live-calendar-market-bc .bc-i-UnrealTournament,.multi-select-icon-bc.bc-i-UnrealTournament,.sp-sub-list-bc.UnrealTournament .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-UnrealTournament {
    color: #354d94
}

.sp-sub-list-bc.UnrealTournament.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #354d94
}

.sp-sub-list-bc.UnrealTournament .market-game-section.active:before {
    background: #354d94
}

.e-sports .horizontal-sl-item-bc.UnrealTournament .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-UnrealTournament {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-UnrealTournament,.e-sports .competition-icon-league-bc.bc-i-UnrealTournament:after,.e-sports .competition-icon-league-bc.bc-i-UnrealTournament~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-UnrealTournament,.e-sports .e-sports-game-icon-back-nav.bc-i-UnrealTournament:after,.e-sports .horizontal-sl-item-bc.UnrealTournament,.e-sports .sp-s-l-h-flag-bc.bc-i-UnrealTournament {
    background: linear-gradient(180deg,#5470c2,#354d94)
}

.e-sports .sp-sub-list-bc.UnrealTournament:not(.selected):hover {
    background: rgba(53,77,148,.6);
    box-shadow: 0 0 8px 0 rgba(53,77,148,.6)
}

.e-sports .sp-sub-list-bc.UnrealTournament.selected,.e-sports-UnrealTournament .e-sports-time-start:before,.e-sports-UnrealTournament .horizontal-sl-tab-bc:before,.e-sports-UnrealTournament .main-tabs-bc .tab-bc:before,.sportsbook-center-section.UnrealTournament .e-sports-time-start:before,.sportsbook-center-section.UnrealTournament .horizontal-sl-tab-bc:before,.sportsbook-center-section.UnrealTournament .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#5470c2,#354d94)
}

.e-sports-match-container.UnrealTournament .market-bc:hover {
    box-shadow: 0 0 20px 0 #354d94
}

.e-sports-match-container.UnrealTournament .market-bc.active,.e-sports-match-container.UnrealTournament .market-bc:hover {
    color: #fff;
    background: #354d94
}

.Vainglory-bg {
    color: #fff;
    background: #9c5f50
}

.horizontal-sl-item-bc.Vainglory .horizontal-sl-icon-bc {
    color: #9c5f50
}

.horizontal-sl-item-bc.Vainglory.active {
    background: #9c5f50
}

.horizontal-sl-item-bc.Vainglory.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Vainglory.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Vainglory,.live-calendar-market-bc .bc-i-Vainglory,.multi-select-icon-bc.bc-i-Vainglory,.sp-sub-list-bc.Vainglory .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Vainglory {
    color: #9c5f50
}

.sp-sub-list-bc.Vainglory.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #9c5f50
}

.sp-sub-list-bc.Vainglory .market-game-section.active:before {
    background: #9c5f50
}

.e-sports .horizontal-sl-item-bc.Vainglory .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Vainglory {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Vainglory,.e-sports .competition-icon-league-bc.bc-i-Vainglory:after,.e-sports .competition-icon-league-bc.bc-i-Vainglory~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Vainglory,.e-sports .e-sports-game-icon-back-nav.bc-i-Vainglory:after,.e-sports .horizontal-sl-item-bc.Vainglory,.e-sports .sp-s-l-h-flag-bc.bc-i-Vainglory {
    background: linear-gradient(180deg,#bc897c,#9c5f50)
}

.e-sports .sp-sub-list-bc.Vainglory:not(.selected):hover {
    background: rgba(156,95,80,.6);
    box-shadow: 0 0 8px 0 rgba(156,95,80,.6)
}

.e-sports .sp-sub-list-bc.Vainglory.selected,.e-sports-Vainglory .e-sports-time-start:before,.e-sports-Vainglory .horizontal-sl-tab-bc:before,.e-sports-Vainglory .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Vainglory .e-sports-time-start:before,.sportsbook-center-section.Vainglory .horizontal-sl-tab-bc:before,.sportsbook-center-section.Vainglory .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#bc897c,#9c5f50)
}

.e-sports-match-container.Vainglory .market-bc:hover {
    box-shadow: 0 0 20px 0 #9c5f50
}

.e-sports-match-container.Vainglory .market-bc.active,.e-sports-match-container.Vainglory .market-bc:hover {
    color: #fff;
    background: #9c5f50
}

.Valorant-bg {
    color: #fff;
    background: #c82833
}

.horizontal-sl-item-bc.Valorant .horizontal-sl-icon-bc {
    color: #c82833
}

.horizontal-sl-item-bc.Valorant.active {
    background: #c82833
}

.horizontal-sl-item-bc.Valorant.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Valorant.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Valorant,.live-calendar-market-bc .bc-i-Valorant,.multi-select-icon-bc.bc-i-Valorant,.sp-sub-list-bc.Valorant .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Valorant {
    color: #c82833
}

.sp-sub-list-bc.Valorant.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #c82833
}

.sp-sub-list-bc.Valorant .market-game-section.active:before {
    background: #c82833
}

.e-sports .horizontal-sl-item-bc.Valorant .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Valorant {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Valorant,.e-sports .competition-icon-league-bc.bc-i-Valorant:after,.e-sports .competition-icon-league-bc.bc-i-Valorant~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Valorant,.e-sports .e-sports-game-icon-back-nav.bc-i-Valorant:after,.e-sports .horizontal-sl-item-bc.Valorant,.e-sports .sp-s-l-h-flag-bc.bc-i-Valorant {
    background: linear-gradient(180deg,#df5e67,#c82833)
}

.e-sports .sp-sub-list-bc.Valorant:not(.selected):hover {
    background: rgba(200,40,51,.6);
    box-shadow: 0 0 8px 0 rgba(200,40,51,.6)
}

.e-sports .sp-sub-list-bc.Valorant.selected,.e-sports-Valorant .e-sports-time-start:before,.e-sports-Valorant .horizontal-sl-tab-bc:before,.e-sports-Valorant .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Valorant .e-sports-time-start:before,.sportsbook-center-section.Valorant .horizontal-sl-tab-bc:before,.sportsbook-center-section.Valorant .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#df5e67,#c82833)
}

.e-sports-match-container.Valorant .market-bc:hover {
    box-shadow: 0 0 20px 0 #c82833
}

.e-sports-match-container.Valorant .market-bc.active,.e-sports-match-container.Valorant .market-bc:hover {
    color: #fff;
    background: #c82833
}

.VirtualFootball-bg {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualFootball .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.VirtualFootball.active {
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualFootball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.VirtualFootball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-VirtualFootball,.live-calendar-market-bc .bc-i-VirtualFootball,.multi-select-icon-bc.bc-i-VirtualFootball,.sp-sub-list-bc.VirtualFootball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-VirtualFootball {
    color: #8555a1
}

.sp-sub-list-bc.VirtualFootball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.VirtualFootball .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.VirtualFootball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualFootball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-VirtualFootball,.e-sports .competition-icon-league-bc.bc-i-VirtualFootball:after,.e-sports .competition-icon-league-bc.bc-i-VirtualFootball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualFootball,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualFootball:after,.e-sports .horizontal-sl-item-bc.VirtualFootball,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualFootball {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.VirtualFootball:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.VirtualFootball.selected,.e-sports-VirtualFootball .e-sports-time-start:before,.e-sports-VirtualFootball .horizontal-sl-tab-bc:before,.e-sports-VirtualFootball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.VirtualFootball .e-sports-time-start:before,.sportsbook-center-section.VirtualFootball .horizontal-sl-tab-bc:before,.sportsbook-center-section.VirtualFootball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.VirtualFootball .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.VirtualFootballPro-bg,.e-sports-match-container.VirtualFootball .market-bc.active,.e-sports-match-container.VirtualFootball .market-bc:hover {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualFootballPro .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.VirtualFootballPro.active {
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualFootballPro.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.VirtualFootballPro.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-VirtualFootballPro,.live-calendar-market-bc .bc-i-VirtualFootballPro,.multi-select-icon-bc.bc-i-VirtualFootballPro,.sp-sub-list-bc.VirtualFootballPro .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-VirtualFootballPro {
    color: #8555a1
}

.sp-sub-list-bc.VirtualFootballPro.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.VirtualFootballPro .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.VirtualFootballPro .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualFootballPro {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-VirtualFootballPro,.e-sports .competition-icon-league-bc.bc-i-VirtualFootballPro:after,.e-sports .competition-icon-league-bc.bc-i-VirtualFootballPro~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualFootballPro,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualFootballPro:after,.e-sports .horizontal-sl-item-bc.VirtualFootballPro,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualFootballPro {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.VirtualFootballPro:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.VirtualFootballPro.selected,.e-sports-VirtualFootballPro .e-sports-time-start:before,.e-sports-VirtualFootballPro .horizontal-sl-tab-bc:before,.e-sports-VirtualFootballPro .main-tabs-bc .tab-bc:before,.sportsbook-center-section.VirtualFootballPro .e-sports-time-start:before,.sportsbook-center-section.VirtualFootballPro .horizontal-sl-tab-bc:before,.sportsbook-center-section.VirtualFootballPro .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.VirtualFootballPro .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.e-sports-match-container.VirtualFootballPro .market-bc.active,.e-sports-match-container.VirtualFootballPro .market-bc:hover,.virtualsports-bg {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.virtualsports .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.virtualsports.active {
    background: #8555a1
}

.horizontal-sl-item-bc.virtualsports.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.virtualsports.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-virtualsports,.live-calendar-market-bc .bc-i-virtualsports,.multi-select-icon-bc.bc-i-virtualsports,.sp-sub-list-bc.virtualsports .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-virtualsports {
    color: #8555a1
}

.sp-sub-list-bc.virtualsports.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.virtualsports .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.virtualsports .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualsports {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-virtualsports,.e-sports .competition-icon-league-bc.bc-i-virtualsports:after,.e-sports .competition-icon-league-bc.bc-i-virtualsports~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualsports,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualsports:after,.e-sports .horizontal-sl-item-bc.virtualsports,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualsports {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.virtualsports:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.virtualsports.selected,.e-sports-virtualsports .e-sports-time-start:before,.e-sports-virtualsports .horizontal-sl-tab-bc:before,.e-sports-virtualsports .main-tabs-bc .tab-bc:before,.sportsbook-center-section.virtualsports .e-sports-time-start:before,.sportsbook-center-section.virtualsports .horizontal-sl-tab-bc:before,.sportsbook-center-section.virtualsports .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.virtualsports .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.e-sports-match-container.virtualsports .market-bc.active,.e-sports-match-container.virtualsports .market-bc:hover,.virtualdogs-bg {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.virtualdogs .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.virtualdogs.active {
    background: #8555a1
}

.horizontal-sl-item-bc.virtualdogs.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.virtualdogs.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-virtualdogs,.live-calendar-market-bc .bc-i-virtualdogs,.multi-select-icon-bc.bc-i-virtualdogs,.sp-sub-list-bc.virtualdogs .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-virtualdogs {
    color: #8555a1
}

.sp-sub-list-bc.virtualdogs.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.virtualdogs .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.virtualdogs .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualdogs {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-virtualdogs,.e-sports .competition-icon-league-bc.bc-i-virtualdogs:after,.e-sports .competition-icon-league-bc.bc-i-virtualdogs~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualdogs,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualdogs:after,.e-sports .horizontal-sl-item-bc.virtualdogs,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualdogs {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.virtualdogs:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.virtualdogs.selected,.e-sports-virtualdogs .e-sports-time-start:before,.e-sports-virtualdogs .horizontal-sl-tab-bc:before,.e-sports-virtualdogs .main-tabs-bc .tab-bc:before,.sportsbook-center-section.virtualdogs .e-sports-time-start:before,.sportsbook-center-section.virtualdogs .horizontal-sl-tab-bc:before,.sportsbook-center-section.virtualdogs .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.virtualdogs .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.e-sports-match-container.virtualdogs .market-bc.active,.e-sports-match-container.virtualdogs .market-bc:hover,.virtualhorses-bg {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.virtualhorses .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.virtualhorses.active {
    background: #8555a1
}

.horizontal-sl-item-bc.virtualhorses.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.virtualhorses.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-virtualhorses,.live-calendar-market-bc .bc-i-virtualhorses,.multi-select-icon-bc.bc-i-virtualhorses,.sp-sub-list-bc.virtualhorses .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-virtualhorses {
    color: #8555a1
}

.sp-sub-list-bc.virtualhorses.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.virtualhorses .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.virtualhorses .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualhorses {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-virtualhorses,.e-sports .competition-icon-league-bc.bc-i-virtualhorses:after,.e-sports .competition-icon-league-bc.bc-i-virtualhorses~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualhorses,.e-sports .e-sports-game-icon-back-nav.bc-i-virtualhorses:after,.e-sports .horizontal-sl-item-bc.virtualhorses,.e-sports .sp-s-l-h-flag-bc.bc-i-virtualhorses {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.virtualhorses:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.virtualhorses.selected,.e-sports-virtualhorses .e-sports-time-start:before,.e-sports-virtualhorses .horizontal-sl-tab-bc:before,.e-sports-virtualhorses .main-tabs-bc .tab-bc:before,.sportsbook-center-section.virtualhorses .e-sports-time-start:before,.sportsbook-center-section.virtualhorses .horizontal-sl-tab-bc:before,.sportsbook-center-section.virtualhorses .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.virtualhorses .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.VirtualTennis-bg,.e-sports-match-container.virtualhorses .market-bc.active,.e-sports-match-container.virtualhorses .market-bc:hover {
    color: #fff;
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualTennis .horizontal-sl-icon-bc {
    color: #8555a1
}

.horizontal-sl-item-bc.VirtualTennis.active {
    background: #8555a1
}

.horizontal-sl-item-bc.VirtualTennis.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.VirtualTennis.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-VirtualTennis,.live-calendar-market-bc .bc-i-VirtualTennis,.multi-select-icon-bc.bc-i-VirtualTennis,.sp-sub-list-bc.VirtualTennis .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-VirtualTennis {
    color: #8555a1
}

.sp-sub-list-bc.VirtualTennis.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #8555a1
}

.sp-sub-list-bc.VirtualTennis .market-game-section.active:before {
    background: #8555a1
}

.e-sports .horizontal-sl-item-bc.VirtualTennis .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualTennis {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-VirtualTennis,.e-sports .competition-icon-league-bc.bc-i-VirtualTennis:after,.e-sports .competition-icon-league-bc.bc-i-VirtualTennis~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualTennis,.e-sports .e-sports-game-icon-back-nav.bc-i-VirtualTennis:after,.e-sports .horizontal-sl-item-bc.VirtualTennis,.e-sports .sp-s-l-h-flag-bc.bc-i-VirtualTennis {
    background: linear-gradient(180deg,#a984be,#8555a1)
}

.e-sports .sp-sub-list-bc.VirtualTennis:not(.selected):hover {
    background: rgba(133,85,161,.6);
    box-shadow: 0 0 8px 0 rgba(133,85,161,.6)
}

.e-sports .sp-sub-list-bc.VirtualTennis.selected,.e-sports-VirtualTennis .e-sports-time-start:before,.e-sports-VirtualTennis .horizontal-sl-tab-bc:before,.e-sports-VirtualTennis .main-tabs-bc .tab-bc:before,.sportsbook-center-section.VirtualTennis .e-sports-time-start:before,.sportsbook-center-section.VirtualTennis .horizontal-sl-tab-bc:before,.sportsbook-center-section.VirtualTennis .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#a984be,#8555a1)
}

.e-sports-match-container.VirtualTennis .market-bc:hover {
    box-shadow: 0 0 20px 0 #8555a1
}

.e-sports-match-container.VirtualTennis .market-bc.active,.e-sports-match-container.VirtualTennis .market-bc:hover {
    color: #fff;
    background: #8555a1
}

.Volleyball-bg {
    color: #000;
    background: #dac179
}

.horizontal-sl-item-bc.Volleyball .horizontal-sl-icon-bc {
    color: #dac179
}

.horizontal-sl-item-bc.Volleyball.active {
    background: #dac179
}

.horizontal-sl-item-bc.Volleyball.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Volleyball.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Volleyball,.live-calendar-market-bc .bc-i-Volleyball,.multi-select-icon-bc.bc-i-Volleyball,.sp-sub-list-bc.Volleyball .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Volleyball {
    color: #dac179
}

.sp-sub-list-bc.Volleyball.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #dac179
}

.sp-sub-list-bc.Volleyball .market-game-section.active:before {
    background: #dac179
}

.e-sports .horizontal-sl-item-bc.Volleyball .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Volleyball {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Volleyball,.e-sports .competition-icon-league-bc.bc-i-Volleyball:after,.e-sports .competition-icon-league-bc.bc-i-Volleyball~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Volleyball,.e-sports .e-sports-game-icon-back-nav.bc-i-Volleyball:after,.e-sports .horizontal-sl-item-bc.Volleyball,.e-sports .sp-s-l-h-flag-bc.bc-i-Volleyball {
    background: linear-gradient(180deg,#ebddb5,#dac179)
}

.e-sports .sp-sub-list-bc.Volleyball:not(.selected):hover {
    background: rgba(218,193,121,.6);
    box-shadow: 0 0 8px 0 rgba(218,193,121,.6)
}

.e-sports .sp-sub-list-bc.Volleyball.selected,.e-sports-Volleyball .e-sports-time-start:before,.e-sports-Volleyball .horizontal-sl-tab-bc:before,.e-sports-Volleyball .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Volleyball .e-sports-time-start:before,.sportsbook-center-section.Volleyball .horizontal-sl-tab-bc:before,.sportsbook-center-section.Volleyball .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ebddb5,#dac179)
}

.e-sports-match-container.Volleyball .market-bc:hover {
    box-shadow: 0 0 20px 0 #dac179
}

.e-sports-match-container.Volleyball .market-bc.active,.e-sports-match-container.Volleyball .market-bc:hover {
    color: #fff;
    background: #dac179
}

.WaterPolo-bg {
    color: #000;
    background: #338fd6
}

.horizontal-sl-item-bc.WaterPolo .horizontal-sl-icon-bc {
    color: #338fd6
}

.horizontal-sl-item-bc.WaterPolo.active {
    background: #338fd6
}

.horizontal-sl-item-bc.WaterPolo.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.WaterPolo.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-WaterPolo,.live-calendar-market-bc .bc-i-WaterPolo,.multi-select-icon-bc.bc-i-WaterPolo,.sp-sub-list-bc.WaterPolo .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-WaterPolo {
    color: #338fd6
}

.sp-sub-list-bc.WaterPolo.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #338fd6
}

.sp-sub-list-bc.WaterPolo .market-game-section.active:before {
    background: #338fd6
}

.e-sports .horizontal-sl-item-bc.WaterPolo .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-WaterPolo {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-WaterPolo,.e-sports .competition-icon-league-bc.bc-i-WaterPolo:after,.e-sports .competition-icon-league-bc.bc-i-WaterPolo~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-WaterPolo,.e-sports .e-sports-game-icon-back-nav.bc-i-WaterPolo:after,.e-sports .horizontal-sl-item-bc.WaterPolo,.e-sports .sp-s-l-h-flag-bc.bc-i-WaterPolo {
    background: linear-gradient(180deg,#73b2e3,#338fd6)
}

.e-sports .sp-sub-list-bc.WaterPolo:not(.selected):hover {
    background: rgba(51,143,214,.6);
    box-shadow: 0 0 8px 0 rgba(51,143,214,.6)
}

.e-sports .sp-sub-list-bc.WaterPolo.selected,.e-sports-WaterPolo .e-sports-time-start:before,.e-sports-WaterPolo .horizontal-sl-tab-bc:before,.e-sports-WaterPolo .main-tabs-bc .tab-bc:before,.sportsbook-center-section.WaterPolo .e-sports-time-start:before,.sportsbook-center-section.WaterPolo .horizontal-sl-tab-bc:before,.sportsbook-center-section.WaterPolo .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#73b2e3,#338fd6)
}

.e-sports-match-container.WaterPolo .market-bc:hover {
    box-shadow: 0 0 20px 0 #338fd6
}

.e-sports-match-container.WaterPolo .market-bc.active,.e-sports-match-container.WaterPolo .market-bc:hover {
    color: #fff;
    background: #338fd6
}

.Wrestling-bg {
    color: #fff;
    background: #b80f20
}

.horizontal-sl-item-bc.Wrestling .horizontal-sl-icon-bc {
    color: #b80f20
}

.horizontal-sl-item-bc.Wrestling.active {
    background: #b80f20
}

.horizontal-sl-item-bc.Wrestling.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Wrestling.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Wrestling,.live-calendar-market-bc .bc-i-Wrestling,.multi-select-icon-bc.bc-i-Wrestling,.sp-sub-list-bc.Wrestling .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Wrestling {
    color: #b80f20
}

.sp-sub-list-bc.Wrestling.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b80f20
}

.sp-sub-list-bc.Wrestling .market-game-section.active:before {
    background: #b80f20
}

.e-sports .horizontal-sl-item-bc.Wrestling .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Wrestling {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Wrestling,.e-sports .competition-icon-league-bc.bc-i-Wrestling:after,.e-sports .competition-icon-league-bc.bc-i-Wrestling~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Wrestling,.e-sports .e-sports-game-icon-back-nav.bc-i-Wrestling:after,.e-sports .horizontal-sl-item-bc.Wrestling,.e-sports .sp-s-l-h-flag-bc.bc-i-Wrestling {
    background: linear-gradient(180deg,#ed263a,#b80f20)
}

.e-sports .sp-sub-list-bc.Wrestling:not(.selected):hover {
    background: rgba(184,15,32,.6);
    box-shadow: 0 0 8px 0 rgba(184,15,32,.6)
}

.e-sports .sp-sub-list-bc.Wrestling.selected,.e-sports-Wrestling .e-sports-time-start:before,.e-sports-Wrestling .horizontal-sl-tab-bc:before,.e-sports-Wrestling .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Wrestling .e-sports-time-start:before,.sportsbook-center-section.Wrestling .horizontal-sl-tab-bc:before,.sportsbook-center-section.Wrestling .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ed263a,#b80f20)
}

.e-sports-match-container.Wrestling .market-bc:hover {
    box-shadow: 0 0 20px 0 #b80f20
}

.e-sports-match-container.Wrestling .market-bc.active,.e-sports-match-container.Wrestling .market-bc:hover {
    color: #fff;
    background: #b80f20
}

.WarcraftIII-bg {
    color: #fff;
    background: #bb7013
}

.horizontal-sl-item-bc.WarcraftIII .horizontal-sl-icon-bc {
    color: #bb7013
}

.horizontal-sl-item-bc.WarcraftIII.active {
    background: #bb7013
}

.horizontal-sl-item-bc.WarcraftIII.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.WarcraftIII.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-WarcraftIII,.live-calendar-market-bc .bc-i-WarcraftIII,.multi-select-icon-bc.bc-i-WarcraftIII,.sp-sub-list-bc.WarcraftIII .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-WarcraftIII {
    color: #bb7013
}

.sp-sub-list-bc.WarcraftIII.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #bb7013
}

.sp-sub-list-bc.WarcraftIII .market-game-section.active:before {
    background: #bb7013
}

.e-sports .horizontal-sl-item-bc.WarcraftIII .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-WarcraftIII {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-WarcraftIII,.e-sports .competition-icon-league-bc.bc-i-WarcraftIII:after,.e-sports .competition-icon-league-bc.bc-i-WarcraftIII~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-WarcraftIII,.e-sports .e-sports-game-icon-back-nav.bc-i-WarcraftIII:after,.e-sports .horizontal-sl-item-bc.WarcraftIII,.e-sports .sp-s-l-h-flag-bc.bc-i-WarcraftIII {
    background: linear-gradient(180deg,#ea9730,#bb7013)
}

.e-sports .sp-sub-list-bc.WarcraftIII:not(.selected):hover {
    background: rgba(187,112,19,.6);
    box-shadow: 0 0 8px 0 rgba(187,112,19,.6)
}

.e-sports .sp-sub-list-bc.WarcraftIII.selected,.e-sports-WarcraftIII .e-sports-time-start:before,.e-sports-WarcraftIII .horizontal-sl-tab-bc:before,.e-sports-WarcraftIII .main-tabs-bc .tab-bc:before,.sportsbook-center-section.WarcraftIII .e-sports-time-start:before,.sportsbook-center-section.WarcraftIII .horizontal-sl-tab-bc:before,.sportsbook-center-section.WarcraftIII .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#ea9730,#bb7013)
}

.e-sports-match-container.WarcraftIII .market-bc:hover {
    box-shadow: 0 0 20px 0 #bb7013
}

.e-sports-match-container.WarcraftIII .market-bc.active,.e-sports-match-container.WarcraftIII .market-bc:hover {
    color: #fff;
    background: #bb7013
}

.WarThunder-bg {
    color: #fff;
    background: #b6171c
}

.horizontal-sl-item-bc.WarThunder .horizontal-sl-icon-bc {
    color: #b6171c
}

.horizontal-sl-item-bc.WarThunder.active {
    background: #b6171c
}

.horizontal-sl-item-bc.WarThunder.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.WarThunder.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-WarThunder,.live-calendar-market-bc .bc-i-WarThunder,.multi-select-icon-bc.bc-i-WarThunder,.sp-sub-list-bc.WarThunder .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-WarThunder {
    color: #b6171c
}

.sp-sub-list-bc.WarThunder.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #b6171c
}

.sp-sub-list-bc.WarThunder .market-game-section.active:before {
    background: #b6171c
}

.e-sports .horizontal-sl-item-bc.WarThunder .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-WarThunder {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-WarThunder,.e-sports .competition-icon-league-bc.bc-i-WarThunder:after,.e-sports .competition-icon-league-bc.bc-i-WarThunder~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-WarThunder,.e-sports .e-sports-game-icon-back-nav.bc-i-WarThunder:after,.e-sports .horizontal-sl-item-bc.WarThunder,.e-sports .sp-s-l-h-flag-bc.bc-i-WarThunder {
    background: linear-gradient(180deg,#e5343a,#b6171c)
}

.e-sports .sp-sub-list-bc.WarThunder:not(.selected):hover {
    background: rgba(182,23,28,.6);
    box-shadow: 0 0 8px 0 rgba(182,23,28,.6)
}

.e-sports .sp-sub-list-bc.WarThunder.selected,.e-sports-WarThunder .e-sports-time-start:before,.e-sports-WarThunder .horizontal-sl-tab-bc:before,.e-sports-WarThunder .main-tabs-bc .tab-bc:before,.sportsbook-center-section.WarThunder .e-sports-time-start:before,.sportsbook-center-section.WarThunder .horizontal-sl-tab-bc:before,.sportsbook-center-section.WarThunder .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e5343a,#b6171c)
}

.e-sports-match-container.WarThunder .market-bc:hover {
    box-shadow: 0 0 20px 0 #b6171c
}

.e-sports-match-container.WarThunder .market-bc.active,.e-sports-match-container.WarThunder .market-bc:hover {
    color: #fff;
    background: #b6171c
}

.Weightlifting-bg {
    color: #fff;
    background: #990700
}

.horizontal-sl-item-bc.Weightlifting .horizontal-sl-icon-bc {
    color: #990700
}

.horizontal-sl-item-bc.Weightlifting.active {
    background: #990700
}

.horizontal-sl-item-bc.Weightlifting.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Weightlifting.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Weightlifting,.live-calendar-market-bc .bc-i-Weightlifting,.multi-select-icon-bc.bc-i-Weightlifting,.sp-sub-list-bc.Weightlifting .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Weightlifting {
    color: #990700
}

.sp-sub-list-bc.Weightlifting.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #990700
}

.sp-sub-list-bc.Weightlifting .market-game-section.active:before {
    background: #990700
}

.e-sports .horizontal-sl-item-bc.Weightlifting .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Weightlifting {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Weightlifting,.e-sports .competition-icon-league-bc.bc-i-Weightlifting:after,.e-sports .competition-icon-league-bc.bc-i-Weightlifting~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Weightlifting,.e-sports .e-sports-game-icon-back-nav.bc-i-Weightlifting:after,.e-sports .horizontal-sl-item-bc.Weightlifting,.e-sports .sp-s-l-h-flag-bc.bc-i-Weightlifting {
    background: linear-gradient(180deg,#e60b00,#990700)
}

.e-sports .sp-sub-list-bc.Weightlifting:not(.selected):hover {
    background: rgba(153,7,0,.6);
    box-shadow: 0 0 8px 0 rgba(153,7,0,.6)
}

.e-sports .sp-sub-list-bc.Weightlifting.selected,.e-sports-Weightlifting .e-sports-time-start:before,.e-sports-Weightlifting .horizontal-sl-tab-bc:before,.e-sports-Weightlifting .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Weightlifting .e-sports-time-start:before,.sportsbook-center-section.Weightlifting .horizontal-sl-tab-bc:before,.sportsbook-center-section.Weightlifting .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e60b00,#990700)
}

.e-sports-match-container.Weightlifting .market-bc:hover {
    box-shadow: 0 0 20px 0 #990700
}

.e-sports-match-container.Weightlifting .market-bc.active,.e-sports-match-container.Weightlifting .market-bc:hover {
    color: #fff;
    background: #990700
}

.WorldOfWarcraft-bg {
    color: #fff;
    background: #d09214
}

.horizontal-sl-item-bc.WorldOfWarcraft .horizontal-sl-icon-bc {
    color: #d09214
}

.horizontal-sl-item-bc.WorldOfWarcraft.active {
    background: #d09214
}

.horizontal-sl-item-bc.WorldOfWarcraft.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.WorldOfWarcraft.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-WorldOfWarcraft,.live-calendar-market-bc .bc-i-WorldOfWarcraft,.multi-select-icon-bc.bc-i-WorldOfWarcraft,.sp-sub-list-bc.WorldOfWarcraft .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-WorldOfWarcraft {
    color: #d09214
}

.sp-sub-list-bc.WorldOfWarcraft.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #d09214
}

.sp-sub-list-bc.WorldOfWarcraft .market-game-section.active:before {
    background: #d09214
}

.e-sports .horizontal-sl-item-bc.WorldOfWarcraft .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-WorldOfWarcraft {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-WorldOfWarcraft,.e-sports .competition-icon-league-bc.bc-i-WorldOfWarcraft:after,.e-sports .competition-icon-league-bc.bc-i-WorldOfWarcraft~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-WorldOfWarcraft,.e-sports .e-sports-game-icon-back-nav.bc-i-WorldOfWarcraft:after,.e-sports .horizontal-sl-item-bc.WorldOfWarcraft,.e-sports .sp-s-l-h-flag-bc.bc-i-WorldOfWarcraft {
    background: linear-gradient(180deg,#edb544,#d09214)
}

.e-sports .sp-sub-list-bc.WorldOfWarcraft:not(.selected):hover {
    background: rgba(208,146,20,.6);
    box-shadow: 0 0 8px 0 rgba(208,146,20,.6)
}

.e-sports .sp-sub-list-bc.WorldOfWarcraft.selected,.e-sports-WorldOfWarcraft .e-sports-time-start:before,.e-sports-WorldOfWarcraft .horizontal-sl-tab-bc:before,.e-sports-WorldOfWarcraft .main-tabs-bc .tab-bc:before,.sportsbook-center-section.WorldOfWarcraft .e-sports-time-start:before,.sportsbook-center-section.WorldOfWarcraft .horizontal-sl-tab-bc:before,.sportsbook-center-section.WorldOfWarcraft .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#edb544,#d09214)
}

.e-sports-match-container.WorldOfWarcraft .market-bc:hover {
    box-shadow: 0 0 20px 0 #d09214
}

.e-sports-match-container.WorldOfWarcraft .market-bc.active,.e-sports-match-container.WorldOfWarcraft .market-bc:hover {
    color: #fff;
    background: #d09214
}

.Yachting-bg {
    color: #fff;
    background: #24537e
}

.horizontal-sl-item-bc.Yachting .horizontal-sl-icon-bc {
    color: #24537e
}

.horizontal-sl-item-bc.Yachting.active {
    background: #24537e
}

.horizontal-sl-item-bc.Yachting.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Yachting.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Yachting,.live-calendar-market-bc .bc-i-Yachting,.multi-select-icon-bc.bc-i-Yachting,.sp-sub-list-bc.Yachting .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Yachting {
    color: #24537e
}

.sp-sub-list-bc.Yachting.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #24537e
}

.sp-sub-list-bc.Yachting .market-game-section.active:before {
    background: #24537e
}

.e-sports .horizontal-sl-item-bc.Yachting .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Yachting {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Yachting,.e-sports .competition-icon-league-bc.bc-i-Yachting:after,.e-sports .competition-icon-league-bc.bc-i-Yachting~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Yachting,.e-sports .e-sports-game-icon-back-nav.bc-i-Yachting:after,.e-sports .horizontal-sl-item-bc.Yachting,.e-sports .sp-s-l-h-flag-bc.bc-i-Yachting {
    background: linear-gradient(180deg,#357aba,#24537e)
}

.e-sports .sp-sub-list-bc.Yachting:not(.selected):hover {
    background: rgba(36,83,126,.6);
    box-shadow: 0 0 8px 0 rgba(36,83,126,.6)
}

.e-sports .sp-sub-list-bc.Yachting.selected,.e-sports-Yachting .e-sports-time-start:before,.e-sports-Yachting .horizontal-sl-tab-bc:before,.e-sports-Yachting .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Yachting .e-sports-time-start:before,.sportsbook-center-section.Yachting .horizontal-sl-tab-bc:before,.sportsbook-center-section.Yachting .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#357aba,#24537e)
}

.e-sports-match-container.Yachting .market-bc:hover {
    box-shadow: 0 0 20px 0 #24537e
}

.e-sports-match-container.Yachting .market-bc.active,.e-sports-match-container.Yachting .market-bc:hover {
    color: #fff;
    background: #24537e
}

.X-Sports-bg {
    color: #fff;
    background: #a61f2d
}

.horizontal-sl-item-bc.X-Sports .horizontal-sl-icon-bc {
    color: #a61f2d
}

.horizontal-sl-item-bc.X-Sports.active {
    background: #a61f2d
}

.horizontal-sl-item-bc.X-Sports.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.X-Sports.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-X-Sports,.live-calendar-market-bc .bc-i-X-Sports,.multi-select-icon-bc.bc-i-X-Sports,.sp-sub-list-bc.X-Sports .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-X-Sports {
    color: #a61f2d
}

.sp-sub-list-bc.X-Sports.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #a61f2d
}

.sp-sub-list-bc.X-Sports .market-game-section.active:before {
    background: #a61f2d
}

.e-sports .horizontal-sl-item-bc.X-Sports .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-X-Sports {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-X-Sports,.e-sports .competition-icon-league-bc.bc-i-X-Sports:after,.e-sports .competition-icon-league-bc.bc-i-X-Sports~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-X-Sports,.e-sports .e-sports-game-icon-back-nav.bc-i-X-Sports:after,.e-sports .horizontal-sl-item-bc.X-Sports,.e-sports .sp-s-l-h-flag-bc.bc-i-X-Sports {
    background: linear-gradient(180deg,#da3849,#a61f2d)
}

.e-sports .sp-sub-list-bc.X-Sports:not(.selected):hover {
    background: rgba(166,31,45,.6);
    box-shadow: 0 0 8px 0 rgba(166,31,45,.6)
}

.e-sports .sp-sub-list-bc.X-Sports.selected,.e-sports-X-Sports .e-sports-time-start:before,.e-sports-X-Sports .horizontal-sl-tab-bc:before,.e-sports-X-Sports .main-tabs-bc .tab-bc:before,.sportsbook-center-section.X-Sports .e-sports-time-start:before,.sportsbook-center-section.X-Sports .horizontal-sl-tab-bc:before,.sportsbook-center-section.X-Sports .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#da3849,#a61f2d)
}

.e-sports-match-container.X-Sports .market-bc:hover {
    box-shadow: 0 0 20px 0 #a61f2d
}

.e-sports-match-container.X-Sports .market-bc.active,.e-sports-match-container.X-Sports .market-bc:hover {
    color: #fff;
    background: #a61f2d
}

.FreeFire-bg {
    color: #fff;
    background: #786d6d
}

.horizontal-sl-item-bc.FreeFire .horizontal-sl-icon-bc {
    color: #786d6d
}

.horizontal-sl-item-bc.FreeFire.active {
    background: #786d6d
}

.horizontal-sl-item-bc.FreeFire.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.FreeFire.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-FreeFire,.live-calendar-market-bc .bc-i-FreeFire,.multi-select-icon-bc.bc-i-FreeFire,.sp-sub-list-bc.FreeFire .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-FreeFire {
    color: #786d6d
}

.sp-sub-list-bc.FreeFire.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #786d6d
}

.sp-sub-list-bc.FreeFire .market-game-section.active:before {
    background: #786d6d
}

.e-sports .horizontal-sl-item-bc.FreeFire .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-FreeFire {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-FreeFire,.e-sports .competition-icon-league-bc.bc-i-FreeFire:after,.e-sports .competition-icon-league-bc.bc-i-FreeFire~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-FreeFire,.e-sports .e-sports-game-icon-back-nav.bc-i-FreeFire:after,.e-sports .horizontal-sl-item-bc.FreeFire,.e-sports .sp-s-l-h-flag-bc.bc-i-FreeFire {
    background: linear-gradient(180deg,#9e9494,#786d6d)
}

.e-sports .sp-sub-list-bc.FreeFire:not(.selected):hover {
    background: rgba(120,109,109,.6);
    box-shadow: 0 0 8px 0 rgba(120,109,109,.6)
}

.e-sports .sp-sub-list-bc.FreeFire.selected,.e-sports-FreeFire .e-sports-time-start:before,.e-sports-FreeFire .horizontal-sl-tab-bc:before,.e-sports-FreeFire .main-tabs-bc .tab-bc:before,.sportsbook-center-section.FreeFire .e-sports-time-start:before,.sportsbook-center-section.FreeFire .horizontal-sl-tab-bc:before,.sportsbook-center-section.FreeFire .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#9e9494,#786d6d)
}

.e-sports-match-container.FreeFire .market-bc:hover {
    box-shadow: 0 0 20px 0 #786d6d
}

.e-sports-match-container.FreeFire .market-bc.active,.e-sports-match-container.FreeFire .market-bc:hover {
    color: #fff;
    background: #786d6d
}

.Pelota-bg {
    color: #fff;
    background: #0f67a7
}

.horizontal-sl-item-bc.Pelota .horizontal-sl-icon-bc {
    color: #0f67a7
}

.horizontal-sl-item-bc.Pelota.active {
    background: #0f67a7
}

.horizontal-sl-item-bc.Pelota.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.Pelota.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-Pelota,.live-calendar-market-bc .bc-i-Pelota,.multi-select-icon-bc.bc-i-Pelota,.sp-sub-list-bc.Pelota .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-Pelota {
    color: #0f67a7
}

.sp-sub-list-bc.Pelota.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #0f67a7
}

.sp-sub-list-bc.Pelota .market-game-section.active:before {
    background: #0f67a7
}

.e-sports .horizontal-sl-item-bc.Pelota .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-Pelota {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-Pelota,.e-sports .competition-icon-league-bc.bc-i-Pelota:after,.e-sports .competition-icon-league-bc.bc-i-Pelota~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-Pelota,.e-sports .e-sports-game-icon-back-nav.bc-i-Pelota:after,.e-sports .horizontal-sl-item-bc.Pelota,.e-sports .sp-s-l-h-flag-bc.bc-i-Pelota {
    background: linear-gradient(180deg,#1892ea,#0f67a7)
}

.e-sports .sp-sub-list-bc.Pelota:not(.selected):hover {
    background: rgba(15,103,167,.6);
    box-shadow: 0 0 8px 0 rgba(15,103,167,.6)
}

.e-sports .sp-sub-list-bc.Pelota.selected,.e-sports-Pelota .e-sports-time-start:before,.e-sports-Pelota .horizontal-sl-tab-bc:before,.e-sports-Pelota .main-tabs-bc .tab-bc:before,.sportsbook-center-section.Pelota .e-sports-time-start:before,.sportsbook-center-section.Pelota .horizontal-sl-tab-bc:before,.sportsbook-center-section.Pelota .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#1892ea,#0f67a7)
}

.e-sports-match-container.Pelota .market-bc:hover {
    box-shadow: 0 0 20px 0 #0f67a7
}

.e-sports-match-container.Pelota .market-bc.active,.e-sports-match-container.Pelota .market-bc:hover {
    color: #fff;
    background: #0f67a7
}

.PUBGMobile-bg {
    color: #fff;
    background: #bb7116
}

.horizontal-sl-item-bc.PUBGMobile .horizontal-sl-icon-bc {
    color: #bb7116
}

.horizontal-sl-item-bc.PUBGMobile.active {
    background: #bb7116
}

.horizontal-sl-item-bc.PUBGMobile.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.PUBGMobile.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-PUBGMobile,.live-calendar-market-bc .bc-i-PUBGMobile,.multi-select-icon-bc.bc-i-PUBGMobile,.sp-sub-list-bc.PUBGMobile .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-PUBGMobile {
    color: #bb7116
}

.sp-sub-list-bc.PUBGMobile.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #bb7116
}

.sp-sub-list-bc.PUBGMobile .market-game-section.active:before {
    background: #bb7116
}

.e-sports .horizontal-sl-item-bc.PUBGMobile .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBGMobile {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-PUBGMobile,.e-sports .competition-icon-league-bc.bc-i-PUBGMobile:after,.e-sports .competition-icon-league-bc.bc-i-PUBGMobile~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBGMobile,.e-sports .e-sports-game-icon-back-nav.bc-i-PUBGMobile:after,.e-sports .horizontal-sl-item-bc.PUBGMobile,.e-sports .sp-s-l-h-flag-bc.bc-i-PUBGMobile {
    background: linear-gradient(180deg,#e79836,#bb7116)
}

.e-sports .sp-sub-list-bc.PUBGMobile:not(.selected):hover {
    background: rgba(187,113,22,.6);
    box-shadow: 0 0 8px 0 rgba(187,113,22,.6)
}

.e-sports .sp-sub-list-bc.PUBGMobile.selected,.e-sports-PUBGMobile .e-sports-time-start:before,.e-sports-PUBGMobile .horizontal-sl-tab-bc:before,.e-sports-PUBGMobile .main-tabs-bc .tab-bc:before,.sportsbook-center-section.PUBGMobile .e-sports-time-start:before,.sportsbook-center-section.PUBGMobile .horizontal-sl-tab-bc:before,.sportsbook-center-section.PUBGMobile .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#e79836,#bb7116)
}

.e-sports-match-container.PUBGMobile .market-bc:hover {
    box-shadow: 0 0 20px 0 #bb7116
}

.e-sports-match-container.PUBGMobile .market-bc.active,.e-sports-match-container.PUBGMobile .market-bc:hover {
    color: #fff;
    background: #bb7116
}

.DiscGolf-bg {
    color: #000;
    background: #659b66
}

.horizontal-sl-item-bc.DiscGolf .horizontal-sl-icon-bc {
    color: #659b66
}

.horizontal-sl-item-bc.DiscGolf.active {
    background: #659b66
}

.horizontal-sl-item-bc.DiscGolf.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.DiscGolf.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-DiscGolf,.live-calendar-market-bc .bc-i-DiscGolf,.multi-select-icon-bc.bc-i-DiscGolf,.sp-sub-list-bc.DiscGolf .sp-s-l-h-flag-bc,.widget-scroll-container>i.bc-i-DiscGolf {
    color: #659b66
}

.sp-sub-list-bc.DiscGolf.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #000;
    background: #659b66
}

.sp-sub-list-bc.DiscGolf .market-game-section.active:before {
    background: #659b66
}

.e-sports .horizontal-sl-item-bc.DiscGolf .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-DiscGolf {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-DiscGolf,.e-sports .competition-icon-league-bc.bc-i-DiscGolf:after,.e-sports .competition-icon-league-bc.bc-i-DiscGolf~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-DiscGolf,.e-sports .e-sports-game-icon-back-nav.bc-i-DiscGolf:after,.e-sports .horizontal-sl-item-bc.DiscGolf,.e-sports .sp-s-l-h-flag-bc.bc-i-DiscGolf {
    background: linear-gradient(180deg,#93b994,#659b66)
}

.e-sports .sp-sub-list-bc.DiscGolf:not(.selected):hover {
    background: rgba(101,155,102,.6);
    box-shadow: 0 0 8px 0 rgba(101,155,102,.6)
}

.e-sports .sp-sub-list-bc.DiscGolf.selected,.e-sports-DiscGolf .e-sports-time-start:before,.e-sports-DiscGolf .horizontal-sl-tab-bc:before,.e-sports-DiscGolf .main-tabs-bc .tab-bc:before,.sportsbook-center-section.DiscGolf .e-sports-time-start:before,.sportsbook-center-section.DiscGolf .horizontal-sl-tab-bc:before,.sportsbook-center-section.DiscGolf .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#93b994,#659b66)
}

.e-sports-match-container.DiscGolf .market-bc:hover {
    box-shadow: 0 0 20px 0 #659b66
}

.e-sports-match-container.DiscGolf .market-bc.active,.e-sports-match-container.DiscGolf .market-bc:hover {
    color: #fff;
    background: #659b66
}

.ClashofClans-bg {
    color: #fff;
    background: #af8600
}

.horizontal-sl-item-bc.ClashofClans .horizontal-sl-icon-bc {
    color: #af8600
}

.horizontal-sl-item-bc.ClashofClans.active {
    background: #af8600
}

.horizontal-sl-item-bc.ClashofClans.active .horizontal-sl-count-bc,.horizontal-sl-item-bc.ClashofClans.active .horizontal-sl-icon-bc {
    color: #fff
}

.coupon-market-bc .bc-i-ClashofClans,.live-calendar-market-bc .bc-i-ClashofClans,.multi-select-icon-bc.bc-i-ClashofClans,.widget-scroll-container>i.bc-i-ClashofClans {
    color: #af8600
}

.sp-sub-list-bc .sp-s-l-h-flag-bc {
    color: rgba(var(--b-sc-rgb),.5)
}

.sp-sub-list-bc.ClashofClans .sp-s-l-h-flag-bc {
    color: #af8600
}

.sp-sub-list-bc.ClashofClans.active>.sp-s-l-head-bc .sp-s-l-h-arrow-icon-bc {
    color: #fff;
    background: #af8600
}

.sp-sub-list-bc.ClashofClans .market-game-section.active:before {
    background: #af8600
}

.e-sports .horizontal-sl-item-bc.ClashofClans .horizontal-sl-icon-bc,.e-sports .sp-s-l-h-flag-bc.bc-i-ClashofClans {
    color: #000
}

.e-sports .competition-icon-league-bc.bc-i-ClashofClans,.e-sports .competition-icon-league-bc.bc-i-ClashofClans:after,.e-sports .competition-icon-league-bc.bc-i-ClashofClans~.competition-icon-arrow-bc,.e-sports .e-sports-game-icon-back-nav.bc-i-ClashofClans,.e-sports .e-sports-game-icon-back-nav.bc-i-ClashofClans:after,.e-sports .horizontal-sl-item-bc.ClashofClans,.e-sports .sp-s-l-h-flag-bc.bc-i-ClashofClans {
    background: linear-gradient(180deg,#fcc100,#af8600)
}

.e-sports .sp-sub-list-bc.ClashofClans:not(.selected):hover {
    background: rgba(175,134,0,.6);
    box-shadow: 0 0 8px 0 rgba(175,134,0,.6)
}

.e-sports .sp-sub-list-bc.ClashofClans.selected,.e-sports-ClashofClans .e-sports-time-start:before,.e-sports-ClashofClans .horizontal-sl-tab-bc:before,.e-sports-ClashofClans .main-tabs-bc .tab-bc:before,.sportsbook-center-section.ClashofClans .e-sports-time-start:before,.sportsbook-center-section.ClashofClans .horizontal-sl-tab-bc:before,.sportsbook-center-section.ClashofClans .main-tabs-bc .tab-bc:before {
    background: linear-gradient(90deg,#fcc100,#af8600)
}

.e-sports-match-container.ClashofClans .market-bc:hover {
    box-shadow: 0 0 20px 0 #af8600
}

.e-sports-match-container.ClashofClans .market-bc.active,.e-sports-match-container.ClashofClans .market-bc:hover {
    color: #fff;
    background: #af8600
}

/* Bets */
.comp-name-fav-row-bc {
    border-radius: 4px;
}

.comp-name-fav-row-bc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    margin-bottom: 1px;
    position: relative;
    padding: 0 10px;
    background: var(--b-gradient);
}

.events-detail {
    display: block !important;
    height: 800px !important;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sportsbook-center-section .express-of-the-day, .sportsbook-center-section .game-details-section, .sportsbook-center-section .prematch-page-bc, .sportsbook-center-section .special-games-container, .sportsbook-center-section .special-games-container>.popular-matches-bc {
    flex-shrink: 0;
    height: 100%;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.comp-name-fav-row-bc .flag-bc {
    margin-inline-end: 10px;
}

.comp-title-w-bc {
    flex: auto;
    font-size: 15px;
    color: rgba(var(--b-sc-rgb), .9);
    -webkit-user-select: text;
    user-select: text;
    text-align: start;
}

.comp-fav-icon-bc {
    flex-shrink: 0;
    font-size: 17px;
    margin-inline-start: 6px;
    color: rgba(var(--b-sc-rgb), .8);
    cursor: pointer;
}

.multi-column-view .comp-fav-icon-bc {
    order: -1;
    margin-inline-start: 0;
    margin-inline-end: 10px;
}
.multi-column-header {
    display: flex;
    align-items: center;
    height: calc(52px - 16px);
    margin-top: 1px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-inline-start: 10px !important;
    padding-inline-end: 5px !important;
    color: var(--b-sc);
    /*background: rgba(var(--b-sc-rgb2), .5);*/
    background: var(--b-gradient);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
}

.multi-column-header>li:first-child {
    flex: auto;
}

.multi-column-header>li {
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}

.multi-column-header>li>div {
    display: flex;
}

.multi-column-header>li>div>b {
    width: 100%;
    font-weight: 500;
}

.multi-column-header>li:last-child {
    margin-inline-start: 5px;
    width: 50px;
}

.multi-column-HANDICAP, .multi-column-TOTALS {
    flex-shrink: 0;
    width: 102px;
}

.multi-column-WINNER {
    width: 152px;
    flex-shrink: 0;
}

.multi-column-WINNER.multi-column-count-2 {
    width: 101px;
}

.multi-column-base {
    flex-shrink: 0;
    width: 49px;
    margin-inline-start: 8px;
    margin-inline-end: 3px;
    justify-content: center;
}

.sportsbook-center-section ol, .sportsbook-center-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sportsbook-center-section p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.c-segment-holder-bc {
    margin-bottom: 2px;
    cursor: pointer;
}

.c-head-bc {
    display: flex;
    align-items: center;
    height: 36px;
}

.c-head-bc {
    margin: 4px 0 2px;
    padding: 0 10px;
    background: rgb(var(--b-sc-rgb2));
    border-radius: 4px;
}

.c-title-bc {
    flex: auto;
    color: rgba(var(--b-sc-rgb), .9);
    font-size: 13px;
    text-align: start;
}

.c-title-bc:not(.c-segment-holder-title) {
    margin-inline-end: 4px;
    line-height: 15px;
}

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

.multi-column-content:not(.multi-column-show-type-OUTRIGHT) {
    height: 54px;
}

.multi-column-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-inline-start: 10px !important;
    padding-inline-end: 5px !important;
    background: rgba(var(--b-sc-rgb2), .2);
    border-radius: 4px;
    transition: background .24s;
}

.multi-column-content>li {
    height: 100%;
    display: flex;
    align-items: center;
}

.multi-column-content>li:first-child {
    flex: auto;
    justify-content: space-between;
    overflow: hidden;
    margin-inline-end: 8px;
    cursor: pointer;
}

.multi-column-content:not(.multi-column-show-type-OUTRIGHT) .multi-column-teams, .multi-column-content:not(.multi-column-show-type-OUTRIGHT) .multi-column-time-icon {
    flex-direction: column;
}

.multi-column-teams {
    color: var(--b-sc2);
    margin-inline-end: 10px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: text;
    user-select: text;
}

.multi-column-teams p {
    padding: 0;
    margin: 0;
    text-align: start;
}

.multi-column-teams, .multi-column-time-icon {
    height: 100%;
    display: flex;
    justify-content: center;
}

.multi-column-time-icon time {
    color: var(--b-sc2);
    font-size: 13px;
    white-space: nowrap;
    text-align: end;
}

.multi-column-icons {
    display: flex;
    align-items: center;
}

.multi-column-content .multi-column-base, .multi-column-content>li .market-bc {
    border-radius: 4px;
}

.multi-column-content>li .market-bc {
    width: 44px !important;
}

.market-bc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: rgba(var(--b-sc-rgb2), .7);
    background: rgba(var(--b-sc-rgb2), .2);
    word-break: break-word;
    cursor: pointer;
    position: relative;
    transition: .24s;
}

.market-coefficient-bc {
    display: flex;
    align-items: center;
}

.market-odds-container {
    display: flex;
    flex-direction: column;
}

.multi-column-content .market-odd-bc, .multi-column-content .multi-column-base {
    font-size: 11px;
}

.market-odd-bc:not(.not-boosted-odd) {
    font-size: 13px;
    color: var(--oc-2);
}

.market-odd-bc {
    line-height: 15px;
    transition: color .24s;
}

.multi-column-content>li:last-child {
    flex-shrink: 0;
    margin-inline-start: 5px;
    width: 50px;
    color: rgba(var(--b-sc2), .5);
    font-size: 12px;
    transition: .24s;
}

.multi-column-content>li .market-bc+.market-bc {
    margin-inline-start: 3px;
}

.multi-column-view {
    position: relative;
}

.multi-column-content+.multi-column-content {
    margin-top: 2px;
}

.multi-column-content>li:last-child i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: rgba(var(--b-sc-rgb2), .8);
}

.market-bc.active {
    color: var(--hero-sc);
    background: var(--hero)
}

.market-bc.active>.market-coefficient-bc>.market-arrow-up-down-bc.is-up {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--hero-sc);
    border-top-color: transparent
}

.market-bc.active>.market-coefficient-bc>.market-arrow-up-down-bc.is-down {
    border-left-color: transparent;
    border-bottom-color: var(--hero-sc);
    border-right-color: transparent;
    border-top-color: transparent
}

.market-bc.active .market-icon-bc,.market-bc.active .market-odd-bc {
    color: var(--hero-sc)
}

.market-bc.empty-market-bc {
    pointer-events: none
}

.market-bc.disabled-market-bc {
    pointer-events: none;
    background: rgba(var(--b-sc-rgb2), .1)
}

.sgm-market-g-item-bc>.market-bc.m-g-header {
    min-height: 26px;
    color: rgba(var(--b-sc-rgb2),.7);
    background: rgba(var(--b-sc-rgb),.2)
}

.sgm-market-g-item-bc>.market-bc {
    padding: 0 10px;
}

.market-arrow-up-down-bc {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid
}

[dir=ltr] .market-arrow-up-down-bc {
    right: 2px
}

[dir=rtl] .market-arrow-up-down-bc {
    left: 2px
}

.market-arrow-up-down-bc.is-up {
    top: 3px;
    border-width: 0 8px 8px 0;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--odd-up);
    border-top-color: transparent;
    -webkit-clip-path: polygon(0 15%,15% 15%,15% 0,85% 0,100% 0,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,0 100%,0 85%);
    clip-path: polygon(0 15%,15% 15%,15% 0,85% 0,100% 0,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,0 100%,0 85%);
    animation: odds-arrow-animation-change 7s forwards
}

[dir=rtl] .market-arrow-up-down-bc.is-up {
    transform: rotate(270deg)
}

.market-arrow-up-down-bc.is-down {
    bottom: 3px;
    border-width: 0 0 8px 8px;
    -webkit-clip-path: polygon(0 15%,0 0,15% 0,85% 0,85% 15%,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,15% 85%,0 85%);
    clip-path: polygon(0 15%,0 0,15% 0,85% 0,85% 15%,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,15% 85%,0 85%);
    border-left-color: transparent;
    border-bottom-color: var(--odd-down);
    border-right-color: transparent;
    border-top-color: transparent;
    animation: odds-arrow-animation-change 7s forwards
}

[dir=rtl] .market-arrow-up-down-bc.is-down {
    transform: rotate(90deg)
}

.market-coefficient-bc {
    display: flex;
    align-items: center
}

.market-name-bc {
    -webkit-user-select: text;
    user-select: text;
    margin-bottom: 2px
}

.market-name-bc:empty {
    display: none
}

.market-name-bc:empty+.market-coefficient-bc {
    flex-shrink: 0;
    flex-direction: column
}

.market-name-bc:empty+.market-coefficient-bc .market-icon-bc {
    margin: 0
}

.market-icon-bc {
    color: #00bf19;
    margin-inline-end:2px;transition: color .24s
}

.market-icon-bc:not(.bc-i-boost) {
    font-size: 14px
}

.market-icon-bc.bc-i-boost {
    font-size: 13px
}

.market-odds-container {
    display: flex;
    flex-direction: column
}

.market-odd-bc {
    line-height: 15px;
    transition: color .24s
}

.market-odd-bc:not(:only-child) {
    letter-spacing: -.3px;
    word-break: keep-all;
    padding-inline-end:2px}

.market-odd-bc:not(.not-boosted-odd) {
    font-size: 13px;
    color: var(--oc-2)
}

.market-odd-bc.not-boosted-odd {
    font-size: 10px;
    color: rgba(var(--oc-2-rgb),.6);
    text-decoration: line-through
}

.market-lock-icon {
    font-size: 20px;
    color: rgba(var(--b-sc-rgb3),.7)
}

@keyframes odds-arrow-animation-change {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    10% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    to {
        opacity: 1;
        width: auto
    }
}

.market-bc:hover {
    color: var(--hero-sc) !important;
    background: var(--hero)
}

.market-bc.m-g-header:hover {
    color: rgba(var(--b-sc-rgb2),.7) !important;
    background: rgba(var(--b-sc-rgb),.2) !important;
}

.market-bc:hover .market-name-bc {
    color: var(--hero-sc) !important;
}

.market-bc:hover>.market-coefficient-bc>.market-arrow-up-down-bc.is-up {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: var(--hero-sc);
    border-top-color: transparent
}

.market-bc:hover>.market-coefficient-bc>.market-arrow-up-down-bc.is-down {
    border-left-color: transparent;
    border-bottom-color: var(--hero-sc);
    border-right-color: transparent;
    border-top-color: transparent
}

.market-bc:hover .market-icon-bc,.market-bc:hover .market-odd-bc {
    color: var(--hero-sc)
}

.market-game-section {
    padding: 6px 10px 10px;
    background: rgba(var(--b-sc-rgb), .15);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: background .1s, box-shadow .1s;
}

.market-game-section.active, .market-game-section:hover {
    background: rgba(var(--b-sc-rgb), .2);
}

.market-game-team {
    display: flex !important;
    align-items: center;
    font-size: 12px;
}

.market-game-team-name {
    text-align: start;
    flex: auto;
    color: rgba(var(--b-sc-rgb), .9);
}

.market-game-odd {
    flex-shrink: 0;
    margin-inline-start: 4px;
    color: rgba(var(--b-sc-rgb), .7);
}

.market-game-part-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 22px;
    color: rgba(var(--b-sc-rgb), .7);
}

.market-game-part {
    flex: auto;
    font-size: 11px;
    line-height: 22px;
    text-align: start;
}

.market-game-additional-info-container {
    display: flex;
    align-items: center;
    color: rgba(var(--b-sc-rgb), .7);
    font-size: 11px;
}

.market-game-additional-info {
    flex: auto;
    text-align: start;
}

.market-game-additional-info-time {
    flex-shrink: 0;
    margin-inline-start: 4px;
    font-weight: 400;
}

.left-menu-scroll > .sp-sub-list-bc > .sp-s-l-b-content-bc > .sp-sub-list-bc .sp-s-l-b-content-bc .market-game-section:not(:first-of-type) {
    margin-top: 5px;
}

.multi-column-content.events-detail:not(.active) {
    display: none !important;
}

.multi-column-content.events-detail {
    height: auto;
}

.multi-column-content.events-list.active .bc-i-small-arrow-right:not(.hRight) {
    transform: rotate(90deg)
}

.game-details-section .live-page-sections-bc:first-child {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /*background: var(--b);*/
    z-index: 1;
}

.game-details-container-bc {
    margin-bottom: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.live .live-score-bg-soccer {
    background: url(../img/soccer.b89c31b8.png) no-repeat 50% 50%/cover
}

.prematch .live-score-bg-soccer {
    background: url(../img/soccer.4004afb8.png) no-repeat 50% 50%/cover
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.game-details-c-head-bc .bc-loader.small .vivaro-loader {
    width: 12px
}

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

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

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

.game-d-c-h-c-r-sport-icon {
    flex-shrink: 0;
    font-size: 13px;
    color: hsla(0,0%,100%,.7)
}

.game-details-number {
    font-size: 12px;
    font-weight: 700;
    color: hsla(0,0%,100%,.9);
    margin-inline-start:8px}

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

.game-d-c-h-c-r-sport-league-bc {
    flex: auto;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: var(--b-sc);
    text-align: start;
}

.game-details-c-head-time-bc {
    height: 30px;
}

.game-details-c-head-time-bc {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.05)
}

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

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

.game-details-c-head-time-bc:nth-child(2):last-child {
    background: rgba(var(--b-sc-rgb2),.5);
    border-radius: 4px
}

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

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

.game-details-c-head-time-bc+.game-details-c-head-time-bc:not(.stoppage-time) {
    margin-inline-start:1px;background: rgb(var(--b-sc-rgb2))
}

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

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

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

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

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

@keyframes stoppageTime {
    0% {
        opacity: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.game-details-additional-info-bc .bc-loader.small .vivaro-loader {
    width: 12px
}

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

.game-details-c-head-c-row-data-bc {
    text-align: start;
    font-size: 12px;
    line-height: 16px;
    color: var(--b-sc);
}

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

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

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

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

.game-details-c-body-bc {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(0,0,0,.3);
    box-shadow: -11px 0 0 0 rgba(0,0,0,.3),11px 0 0 0 rgba(0,0,0,.3)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.game-d-c-b-r-c-team-name-bc {
    flex: auto;
    font-size: 15px;
    text-transform: capitalize;
    color: #f2f2f2;
    -webkit-user-select: text;
    user-select: text;
    word-break: break-word;
    text-align: start;
}

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

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

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

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

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

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

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

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

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

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

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

[dir=ltr] .game-d-c-b-r-c-statistics-item-bc:last-child,[dir=rtl] .game-d-c-b-r-c-statistics-item-bc:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

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

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

.game-details-c-live-i-item-bc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 32px;
    max-width: 63px;
    color: #e9e9e9;
    background: rgba(0,0,0,.4);
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: color .24s,background .24s
}

.game-details-c-live-i-item-bc.active {
    color: #fff
}

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

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

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

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

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

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

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

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

.game-details-penalties-title-bc {
    margin-bottom: 10px;
    color: hsla(0,0%,100%,.6);
    font-size: 12px
}

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

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

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

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

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

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

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

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

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

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

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

.game-details-penalties-number-bc {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,.5)
}

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

.game-details-penalties-number-bc:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.game-details-penalties-number-bc:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

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

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

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

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

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

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

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

.mixed-matches-team:last-child {
    border-radius: 0 0 4px 4px
}

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

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

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

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

.bet-builder-container {
    display: inline
}

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

.game-details-c-head-time-bc:not(.stoppage-time) {
    font-size: 12px;
}

.sgm-market-search {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 0 0 2px var(--b-sc);
    background: var(--b-gradient);
    z-index: 1
}

.horizontal-sl-tab {
    box-shadow: none
}

.sgm-market-g-item-bc>.market-bc {
    min-height: 34px !important
}

.sgm-market-g-head-bc {
    border-top-width: 2px
}

.comp-name-fav-row-bc {
    border-radius: 4px
}

.comp-name-fav-row-bc .flag-bc {
    margin-inline-end:10px
}

.market-group-holder-bc.left-menu-market {
    margin-top: 10px
}

.market-group-holder-bc .market-group-item-bc {
    overflow: hidden
}

.market-group-holder-bc .market-bc {
    flex-direction: row;
    min-height: 34px;
    padding: 4px 10px
}

.market-group-holder-bc .market-name-bc {
    flex: auto;
    text-align: start;
    margin-bottom: 0;
    margin-inline-end:4px}

.market-group-holder-bc .market-coefficient-bc {
    flex-shrink: 0
}

.market-group-holder-bc .market-odd-bc {
    font-size: 12px;
    line-height: 14px
}

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

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

.sgm-m-h-title-bc {
    flex: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--b-sc);
    text-align: start;
}

.sgm-m-h-toggle-icon-bc {
    flex-shrink: 0;
    margin-inline-start:10px;color: rgba(var(--b-sc-rgb),.8);
    font-size: 11px
}

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

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

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

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


.sgm-body-bc {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.sgm-market-g {
    position: relative
}

.sgm-market-g:not(.outright-sgm-market) {
    border-radius: 4px;
}

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

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

.sgm-market-search {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.sgm-market-search {
    /*position: relative*/
}


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

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

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

.sgm-market-search .sport-search-bc.active {
    padding-inline-start:37px}

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

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

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

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

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

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

.sgm-market-search .horizontal-sl-tab {
    margin-inline-start:37px}

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

.sgm-market-g-head-bc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(var(--b-sc-rgb),.8);
    background: rgba(var(--b-sc-rgb2), .9);
    font-size: 14px;
    cursor: pointer;
    border-top: 3px solid transparent;
    background-clip: padding-box;
    box-sizing: initial
}

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

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

.sgm-market-head-icons>i {
    display: flex;
    flex-shrink: 0;
    line-height: 14px
}

.sgm-market-head-icons>i+i {
    margin-inline-start:7px;padding-inline-start:8px;position: relative
}

.sgm-market-head-icons>i+i:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 14px;
    background: var(--b)
}

[dir=ltr] .sgm-market-head-icons>i+i:after {
    left: 0
}

[dir=rtl] .sgm-market-head-icons>i+i:after {
    right: 0
}

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

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

.sgm-market-g-h-title-bc {
    margin-inline-start:10px;-webkit-user-select: text;
    user-select: text
}

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

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

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

.sgm-market-g-h-link-icon-bc:after {
    content: attr(data-count);
    margin-inline-start:4px;
    /*font-family: Roboto,Arial,Helvetica,sans-serif*/
}

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

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

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

.sgm-market-g-item-bc {
    width: 100%;
    display: grid;
    grid-gap: 1px;
    padding-top: 1px;
    grid-template-rows: auto
}

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

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

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

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

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

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

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

.sgm-market-g-item-bc>.market-bc {
    flex-direction: row;
    min-height: 40px
}

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

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

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

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

.large-market-button-bc {
    margin-bottom: 6px
}

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

.sgm-market-g .main-tabs-bc {
    height: 34px;
    margin-top: 2px
}

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

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

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

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

.sport-search-bc, .suggested-events-widget .bc-loader {
    position: absolute;
}

.ss-icon-holder-bc {
    width: 37px;
    height: 36px;
    background: rgba(var(--b-sc-rgb), .1);
    border-radius: 4px;
}

.sport-search-bc {
    top: 0;
    width: 100%;
    height: 36px;
    max-width: 36px;
    cursor: pointer;
    transition: max-width .24s;
}

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

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

[dir=ltr] .ss-icon-holder-bc {
    right: 0;
}

.ss-icon-bc {
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 16px;
    color: rgba(var(--b-sc-rgb), .8);
}

.ss-icon-bc, .ss-icon-holder-bc {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
}

.horizontal-sl-tab {
    box-shadow: none
}

.horizontal-sl-tab {
    width: 100%
}

.horizontal-sl-list, .horizontal-sl-tab {
    width: 100%;
    position: relative;
    will-change: scroll-position;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.horizontal-sl-tab {
    display: flex;
    align-items: center;
    height: 36px;
    background: rgba(var(--b-sc-rgb), .1);
}

.horizontal-sl-list,.horizontal-sl-tab {
    width: 100%;
    position: relative;
    will-change: scroll-position;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.horizontal-sl-list::-webkit-scrollbar,.horizontal-sl-tab::-webkit-scrollbar {
    display: none
}

.horizontal-sl-list.scroll-end:after,.horizontal-sl-list.scroll-end:before,.horizontal-sl-list.scroll-start:after,.horizontal-sl-list.scroll-start:before,.horizontal-sl-tab.scroll-end:after,.horizontal-sl-tab.scroll-end:before,.horizontal-sl-tab.scroll-start:after,.horizontal-sl-tab.scroll-start:before {
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

[dir=ltr] .horizontal-sl-list.scroll-start.scroll-end:after,[dir=ltr] .horizontal-sl-list.scroll-start:after,[dir=ltr] .horizontal-sl-tab.scroll-start.scroll-end:after,[dir=ltr] .horizontal-sl-tab.scroll-start:after {
    right: 0;
    background: linear-gradient(270deg,var(--b) 0,transparent)
}

[dir=rtl] .horizontal-sl-list.scroll-start.scroll-end:after,[dir=rtl] .horizontal-sl-list.scroll-start:after,[dir=rtl] .horizontal-sl-tab.scroll-start.scroll-end:after,[dir=rtl] .horizontal-sl-tab.scroll-start:after {
    left: 0;
    background: linear-gradient(90deg,var(--b) 0,transparent)
}

.horizontal-sl-list.scroll-start .bc-i-small-arrow-right,.horizontal-sl-list.scroll-start.scroll-end .bc-i-small-arrow-right,.horizontal-sl-tab.scroll-start .bc-i-small-arrow-right,.horizontal-sl-tab.scroll-start.scroll-end .bc-i-small-arrow-right {
    display: flex
}

[dir=ltr] .horizontal-sl-list.scroll-end:before,[dir=ltr] .horizontal-sl-list.scroll-start.scroll-end:before,[dir=ltr] .horizontal-sl-tab.scroll-end:before,[dir=ltr] .horizontal-sl-tab.scroll-start.scroll-end:before {
    left: 0;
    background: linear-gradient(90deg,var(--b) 0,transparent)
}

[dir=rtl] .horizontal-sl-list.scroll-end:before,[dir=rtl] .horizontal-sl-list.scroll-start.scroll-end:before,[dir=rtl] .horizontal-sl-tab.scroll-end:before,[dir=rtl] .horizontal-sl-tab.scroll-start.scroll-end:before {
    right: 0;
    background: linear-gradient(270deg,var(--b) 0,transparent)
}

.horizontal-sl-list.scroll-end .bc-i-small-arrow-left,.horizontal-sl-list.scroll-start.scroll-end .bc-i-small-arrow-left,.horizontal-sl-tab.scroll-end .bc-i-small-arrow-left,.horizontal-sl-tab.scroll-start.scroll-end .bc-i-small-arrow-left {
    display: flex
}

.horizontal-center {
    justify-content: center
}

.horizontal-sl-arrow {
    align-items: center;
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 5px;
    color: rgba(var(--b-sc-rgb),.7);
    font-size: 11px;
    cursor: pointer;
    z-index: 2
}

[dir=ltr] .horizontal-sl-arrow.bc-i-small-arrow-left {
    left: 0
}

[dir=rtl] .horizontal-sl-arrow.bc-i-small-arrow-left {
    right: 0;
    transform: rotate(180deg)
}

[dir=ltr] .horizontal-sl-arrow.bc-i-small-arrow-right {
    right: 0
}

[dir=rtl] .horizontal-sl-arrow.bc-i-small-arrow-right {
    left: 0;
    transform: rotate(180deg)
}

.horizontal-sl-wheel {
    display: flex;
    will-change: transform;
    transition: transform .24s
}

.selected-underline:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--hero);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width .24s, left .24s;
}

.sgm-market-custom-icon-bc {
    font-size: 14px;
    display: inline-block;
    /*vertical-align: middle;*/
}

[dir=ltr] .horizontal-sl-tab-bc:after {
    left: 2px;
}

.horizontal-sl-tab-bc {
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    color: rgba(var(--b-sc-rgb), .6);
    cursor: pointer;
}

.horizontal-sl-tab-bc:after {
    content: attr(data-count);
    display: inline-flex;
    position: relative;
    top: -9px;
    color: rgba(var(--b-sc-rgb), .55);
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .32px;
    transition: color .24s;
}

.horizontal-sl-list.scroll-end:after, .horizontal-sl-list.scroll-end:before, .horizontal-sl-list.scroll-start:after, .horizontal-sl-list.scroll-start:before, .horizontal-sl-tab.scroll-end:after, .horizontal-sl-tab.scroll-end:before, .horizontal-sl-tab.scroll-start:after, .horizontal-sl-tab.scroll-start:before {
    content: "";
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.horizontal-sl-tab {
    overflow: hidden !important;
}

[dir=ltr] .sport-search-bc {
    right: 0;
}

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

.horizontal-sl-tab-bc.active, .horizontal-sl-tab-bc.active:after {
    color: var(--b-sc);
}

.sgm-markets-head-bc {
    padding-inline-start: 10px;
    padding-inline-end: 15px;
    background: rgba(var(--b-sc-rgb2), .7);
    border-radius: 4px;
}

.sgm-market-g-head-bc {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

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

.sgm-market-g-h-title-bc {
    margin-inline-start: 10px !important;
    -webkit-user-select: text;
    user-select: text;
}

/*
#event-view-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-inline-start: 10px !important;
    padding-inline-end: 5px !important;
    background: rgba(var(--b-sc-rgb2), .2);
    border-radius: 4px;
    transition: background .24s;
    display: block !important;
    height: 800px !important;
}
*/

.empty-b-text-v-bc {
    font-size: 16px;
    line-height: 18px;
}

.empty-b-text-v-bc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    padding: 1vh 10px;
    color: rgba(var(--b-sc-rgb3), .7);
    text-align: center;
}

.stats-section-bc {
    display: flex;
    flex-direction: column;
    padding: 10px 4px 10px 10px;
    border-radius: 4px
}

.stats-section-row-bc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 12px
}

.stats-section-row-bc+.stats-section-row-bc {
    margin-top: 6px
}

.stats-section-row-bc:first-child {
    margin-bottom: 6px
}

.stats-section-name-bc {
    display: flex;
    align-items: center;
    flex: auto;
    overflow: hidden
}

.stats-section-logo-bc {
    max-width: 100%;
    height: 12px;
    flex-shrink: 0
}

.stats-section-title-bc {
    padding: 0 6px;
    color: rgba(var(--b-sc-rgb3),.7)
}

.stats-section-info-bc {
    width: 28px;
    flex-shrink: 0;
    text-align: center;
    color: rgba(var(--b-sc-rgb3),.7)
}

.stats-section-icons-bc {
    width: 28px;
    font-size: 10px;
    text-align: center;
    color: var(--b-sc)
}

.stats-section-icons-bc.red {
    color: #ff3449
}

.stats-section-icons-bc.yellow {
    color: gold
}

.stats-section-bc {
    background: rgba(var(--b-sc-rgb2),.2)
}

.stats-section-info-bc,.stats-section-title-bc {
    font-size: 12px
}

.bs-f-h-t-t-balance-bc {
    flex: 1 0 auto;
    margin-inline-end:14px;color: var(--b-sc);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
}

.bs-f-h-t-t-balance-view-r-2-bc {
    font-style: normal;
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: var(--oc-2)
}

.bs-f-h-t-close-icon-bc {
    height: 100%;
    font-size: 14px;
    padding: 0 7px 0 14px;
    text-align: center;
    line-height: 49px;
    color: rgba(var(--b-sc-rgb),.7);
    transition: color .24s ease
}

.bs-f-h-t-close-icon-bc:active {
    color: var(--oc-3)
}

.bs-f-h-m-nav-menu-bc {
    display: table;
    table-layout: fixed
}

.bs-f-h-m-nav-menu-bc,.bs-scroll-container-bc {
    width: 100%;
    height: 100%
}

.bs-f-header-sub-navigation-bc {
    /*grid-area: betslip-type;*/
    height: 34px;
    padding-inline-start: 10px;
    padding-inline-end:10px;
    display: flex;
    align-items: center;
    background: rgba(var(--b-sc-rgb2),.15);
    border-radius: 4px;
    margin-bottom: 2px
}

.bs-f-header-sub-navigation-bc .form-control-select-bc {
    background: 0 0
}

.bs-f-header-sub-navigation-bc .bs-remove-all-bc {
    display: grid;
    flex: auto;
    justify-content: flex-end
}

.bs-f-header-sub-navigation-bc .betslip-remove-all {
    text-decoration: underline
}

.bs-f-header-sub-navigation-bc:empty {
    opacity: 0
}

.bet-slip-tab-toggle {
    display: flex;
    justify-content: center;
    padding: 10px
}

.bet-slip-tab-toggle .ui-kit-toggle {
    align-self: center;
    order: 1;
    margin: 0 10px;
    background: rgba(var(--b-sc-rgb),.7)
}

.bet-slip-tab-toggle .ui-kit-toggle:before {
    background: var(--hero)
}

.bet-slip-tab-toggle .ui-kit-toggle.active~.bet-slip-tab-toggle-item-right,.bet-slip-tab-toggle .ui-kit-toggle:not(.active)~.bet-slip-tab-toggle-item-left {
    color: var(--b-sc)
}

.bet-slip-tab-toggle>span {
    width: 100%;
    align-self: center;
    color: rgba(var(--b-sc-rgb),.5);
    font-size: 12px;
    transition: color .24s
}

.bet-slip-tab-toggle-item-left {
    order: 0;
    text-align: end
}

.bet-slip-tab-toggle-item-right {
    order: 2
}

.bs-f-body-bc {
    height: 100%;
    width: 100%;
    position: relative;
    grid-area: betslip-items
}

.bs-info-massages-w-bc {
    padding: 10px;
    background: var(--b)
}

.bs-info-massages-w-bc:empty {
    display: none
}

.quickBetMsgWrapper-bc {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 4px 10px;
    border-radius: 4px;
}

.quickBetMsgWrapper-bc+.quickBetMsgWrapper-bc {
    margin-top: 4px
}

.quickBetMsgText-bc {
    line-height: 13px
}

.betslip-success-message {
    background: rgba(16,145,33,.2)
}

.betslip-success-message .bs-notification-icon-bc {
    color: #109121
}

.betslip-error-message {
    background: rgba(255,52,73,.2)
}

.betslip-error-message .bs-notification-icon-bc {
    color: #ff3449
}

.betslip-info-message,.betslip-warning-message {
    background: rgba(170,127,0,.2)
}

.betslip-info-message .bs-notification-icon-bc,.betslip-warning-message .bs-notification-icon-bc {
    color: #aa7f00
}

.bs-info-massages.for-betslip .betslip-warning-message {
    background: 0 0;
    padding-inline-start:0}

.bs-info-massages.for-betslip .betslip-warning-message .bs-notification-icon-bc {
    display: none
}

.bs-notification-holder-bc {
    min-height: 20px;
    padding: 0 8px;
    margin-bottom: 1px;
    color: rgba(var(--b-sc-rgb),.9)
}

.bs-notification-holder-bc.notification-clr-bc .bs-notification-icon-bc {
    color: var(--oc-1)
}

.bs-notification-holder-bc.single-n-v {
    position: static;
    border-radius: 4px;
    margin-bottom: 4px;
    box-shadow: none
}

.bs-notification-bc {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    max-width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px
}

[dir=ltr] .bs-notification-bc {
    padding-left: 18px
}

[dir=rtl] .bs-notification-bc {
    padding-right: 18px
}

.bs-notification-icon-bc {
    font-size: 15px;
    margin-inline-end:10px}

.bs-f-b-content-bc {
    transition: opacity .24s
}

.open-bets-bet-history-btn {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 10px
}

.open-bets-bet-history-btn>span {
    color: rgba(var(--b-sc-rgb),.7);
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer
}

.betslip-suggested-content,.bs-bet-item-bc {
    background: rgba(var(--b-sc-rgb2),.4);
    border-radius: 4px
}

.bs-bet-item-bc.blocked .bs-bet-i-b-coefficient-bc.c-1,.bs-bet-item-bc.blocked .bs-bet-i-b-coefficient-bc.c-2,.bs-bet-item-bc.blocked .bs-bet-i-b-title-bc.t-1,.bs-bet-item-bc.blocked .bs-bet-i-b-title-bc.t-2,.bs-bet-item-bc.blocked .bs-bet-i-h-c-icon-checkbox-bc,.bs-bet-item-bc.blocked .bs-bet-i-h-title-bc,.bs-bet-item-bc.blocked .bs-item-date-v-bc,.bs-bet-item-bc.deleted .bs-bet-i-b-coefficient-bc.c-1,.bs-bet-item-bc.deleted .bs-bet-i-b-coefficient-bc.c-2,.bs-bet-item-bc.deleted .bs-bet-i-b-title-bc.t-1,.bs-bet-item-bc.deleted .bs-bet-i-b-title-bc.t-2,.bs-bet-item-bc.deleted .bs-bet-i-h-c-icon-checkbox-bc,.bs-bet-item-bc.deleted .bs-bet-i-h-title-bc,.bs-bet-item-bc.deleted .bs-item-date-v-bc {
    opacity: .5
}

.bs-bet-item-bc.blocked .bs-bet-i-b-section-bc,.bs-bet-item-bc.deleted .bs-bet-i-b-section-bc {
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: all .5s
}

.bs-bet-item-bc.blocked .betslip-changed,.bs-bet-item-bc.deleted .betslip-changed {
    padding: 5px 0;
    animation: an-betslip-changed 1s ease forwards
}

.bs-bet-item-bc .quickBetMsgWrapper-bc {
    padding: 0 8px 6px
}

.bs-bet-item-bc.single .quickBetMsgWrapper-bc {
    padding: 0 8px
}

.bs-bet-item-bg-c-bc {
    width: calc(100% - 16px);
    padding: 6px 8px
}

.bs-bet-i-head-bc {
    display: flex
}

.bs-bet-i-head-bc.bordered {
    border-bottom: 1px solid rgba(var(--b-sc-rgb),.1)
}

.bs-bet-i-h-cell-bc {
    height: 100%
}

[dir=ltr] .bs-bet-i-h-cell-bc {
    border-right: 8px solid transparent
}

[dir=rtl] .bs-bet-i-h-cell-bc {
    border-left: 8px solid transparent
}

.bs-bet-i-h-cell-bc.checkbox {
    width: 14px
}

.bs-bet-i-h-cell-bc.checkbox .bs-bet-i-h-c-icon-holder-bc {
    align-items: flex-start
}

.bs-bet-i-h-cell-bc.status {
    position: relative
}

.bs-bet-i-h-cell-bc.title {
    width: 100%;
    position: relative
}

.bs-bet-i-h-cell-bc.icon {
    width: 16px
}

.bs-bet-i-h-cell-bc:last-child {
    border: none
}

.bs-item-date-v-bc {
    text-align: start;
    width: 100%;
    margin-top: 4px;
    color: rgba(var(--b-sc-rgb3),.5);
    font-size: 11px;
    line-height: 13px
}

.bs-bet-i-h-c-icon-checkbox-bc {
    width: 100%;
    font-size: 11px;
    color: rgba(var(--b-sc-rgb),.7)
}

.bs-bet-i-h-title-bc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    color: rgba(var(--b-sc-rgb),.7);
    font-size: 11px;
    line-height: 14px;
    max-width: 100%
}

.bs-bet-i-h-title-bc.t-2 {
    font-weight: 400;
    display: block
}

.bs-bet-i-h-title-bc-text {
    color: rgba(var(--b-sc-rgb3),1);
    text-align: start;
    width: 100%
}

.bs-bet-i-h-c-icon-holder-bc {
    display: flex;
    width: 10px;
    height: 16px;
    position: relative;
    line-height: 1;
    font-size: 10px;
    justify-content: flex-end;
    align-items: center
}

.bs-bet-i-h-c-icon-bc.attention {
    color: var(--oc-3)
}

.bs-bet-i-h-c-icon-bc.remove {
    color: rgba(var(--b-sc-rgb2),.7)
}

.bs-bet-i-h-c-icon-bc.remove:active, .bs-bet-i-h-c-icon-bc.remove:hover {
    color: var(--oc-3)
}

.bs-bet-i-h-c-popup-bc {
    display: inline-block;
    vertical-align: top;
    width: 198px;
    padding: 6px 4px;
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: #f3f3f7;
    background-color: var(--skin-palette-20);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    border-radius: 4px
}

[dir=ltr] .bs-bet-i-h-c-popup-bc {
    right: 0
}

[dir=rtl] .bs-bet-i-h-c-popup-bc {
    left: 0
}

.bs-bet-i-h-c-p-title-bc {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--oc-3)
}

.bs-bet-i-h-c-p-text-bc {
    display: block;
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    color: var(--text-palette-6)
}

.bs-bet-i-h-c-p-text-bc:last-child {
    margin-bottom: 0
}

.bs-bet-i-body-bc {
    margin-top: 3px
}

.bs-bet-i-b-section-bc {
    display: grid;
    max-height: 150px;
    margin-top: 6px
}

.bs-bet-i-b-section-bc+.bs-bet-i-b-section-bc {
    margin-top: 10px
}

.betslip-changed {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 0
}

@keyframes an-betslip-changed {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.betslip-changed-icon {
    color: var(--oc-3);
    font-size: 16px
}

.betslip-changed-text {
    padding: 0;
    margin: 0 0 0 10px;
    margin-inline-start:10px;
    color: rgba(var(--b-sc-rgb3),.7);
    font-size: 12px
}

.bs-bet-i-b-row-bc {
    display: flex;
    align-items: center;
    color: rgba(var(--b-sc-rgb),.9);
    min-height: 14px;
    line-height: 16px
}

.bs-bet-i-b-row-bc+.bs-bet-i-b-row-bc {
    margin-top: 3px
}

.bs-bet-i-b-row-bc+.bs-info-massages {
    margin-top: 5px
}

.bs-bet-i-b-cell-bc {
    height: 100%
}

.bs-bet-i-b-cell-bc:last-child {
    border: none
}

.bs-bet-i-b-cell-bc.title {
    display: flex;
    align-items: center;
    width: 100%
}

.bs-bet-i-b-title-bc {
    font-size: 12px
}

.bs-bet-i-b-title-bc.t-1 {
    color: rgba(var(--b-sc-rgb2),.9)
}

.bs-bet-i-b-title-bc.t-2 {
    color: rgba(var(--b-sc-rgb2),.95)
}

.bs-bet-i-b-coefficient-bc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    margin-inline-start:12px}

.bs-bet-i-b-coefficient-bc.c-2 {
    color: var(--oc-2)
}

.bs-bet-i-b-prev-coefficient-bc {
    font-weight: 700;
    font-size: 12px;
    color: var(--oc-3);
    text-decoration: line-through
}

.bs-bet-i-b-stake-bc {
    display: flex;
    height: 36px;
    margin-top: 10px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.bs-bet-i-b-stake-bc+.bs-bet-i-b-section-bc {
    margin-top: 10px
}

.bet-slip-select-ew-wrapper {
    display: flex;
    align-items: center
}

.bet-slip-select-ew-wrapper .form-control-bc {
    flex: auto
}

.bet-slip-select-ew-wrapper .bs-bet-i-b-s-i-block-bc {
    flex-shrink: 0;
    margin-inline-start:5px;width: 52px;
    height: 52px;
    line-height: 52px
}

.bs-bet-i-b-s-i-block-bc {
    height: calc(100% - 2px);
    padding: 0 10px;
    text-align: center;
    color: rgba(var(--b-sc-rgb),.8);
    background: rgba(var(--b-sc-rgb),.1);
    font-size: 14px;
    line-height: 36px;
    border-radius: 4px
}

.bs-bet-i-b-s-i-block-bc+.bs-bet-i-b-s-i-block-bc {
    margin-inline-start:5px;color: rgba(var(--b-sc-rgb),.9);
    background: rgba(var(--b-sc-rgb),.2)
}

.bs-bet-i-b-s-i-block-bc>span:after {
    height: 17px;
    background: rgba(var(--b-sc-rgb),.4)
}

.bs-bet-i-b-s-i-block-bc.active {
    color: var(--accent-sc);
    background: var(--accent)
}

.bs-bet-i-b-s-i-holder-bc {
    flex: auto;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(var(--b-sc-rgb2),.6)
}

.bs-bet-i-b-s-i-holder-bc>b {
    margin-inline-start:4px;color: rgba(var(--b-sc-rgb2),.9);
    font-weight: 400
}

.bs-bet-i-b-stake-to-all-bc {
    font-size: 15px;
    transition: background-color .24s ease
}

.bs-bet-i-b-stake-to-all-bc.active,.bs-bet-i-b-stake-to-all-bc:active {
    background-color: var(--hero)
}

.bs-bet-i-b-stake-to-all-bc.active .bs-bet-i-b-stake-to-all-icon-bc,.bs-bet-i-b-stake-to-all-bc:active .bs-bet-i-b-stake-to-all-icon-bc {
    color: var(--hero-sc)
}

.bs-bet-i-b-stake-to-all-bc>i {
    width: 16px
}

.bs-bet-i-b-amount-bc {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 700;
    color: var(--oc-2)
}

.betslip-full-content-bc {
    display: grid;
    grid-template-rows: auto auto 9fr auto;
    grid-template-columns: auto;
    grid-template-areas: "betslip-header" "betslip-type" "betslip-items" "betslip-footer";
    grid-row-gap: 2px;
    row-gap: 2px
}

.bet-button-wrapper-bc {
    width: calc(100% - 20px)
}

.bet-button-wrapper-bc.content-type-5 {
    grid-column-gap: 5px;
    column-gap: 5px
}

.bs-actions-bc {
    width: 100%
}

.bs-f-footer {
    margin-top: 2px;
}

.bs-actions-bc:empty {
    display: none
}

.bs-actions-bc .bs-booking-section-bc {
    padding: 0 7px;
    border-bottom: 1px solid rgba(var(--b-sc-rgb),.3)
}

.bs-inputs-bc {
    padding: 10px 7px;
    background: rgba(var(--b-sc-rgb2),.15)
}

.bs-bet-i-b-s-i-bc {
    width: 100%;
    border: 0;
    background: rgba(var(--b-sc-rgb2),);
}

.bs-bet-i-b-s-i-bc,.bs-bet-i-b-s-i-bc::placeholder {
    color: rgba(var(--b-sc-rgb3),.8)
}

.bs-bet-i-b-s-i-bc:-ms-input-placeholder {
    color: rgba(var(--b-sc-rgb3),.8)
}

.bs-bet-i-b-s-i-bc::-ms-input-placeholder {
    color: rgba(var(--b-sc-rgb3),.8)
}

.betslip-info-message, .betslip-warning-message {
    background: #ff1b32 !important;
}

.betslip-info-message .bs-notification-icon-bc, .betslip-warning-message .bs-notification-icon-bc {
    color: #fff !important;
}

.quickBetMsgText-bc {
    color: rgba(var(--b-sc-rgb3), .9);
    font-size: 11px;
    line-height: 16px;
    text-align: start;
}

.bs-numbers-bc {
    padding: 10px;
    width: calc(100% - 20px);
    display: grid;
    grid-column-gap: 2px;
    /*grid-template-areas: "num_left num_right";*/
    grid-gap: 2px
}

.bs-number-button-bc {
    border-radius: 4px;
    position: relative;
    text-align: center;
    line-height: 35px;
    border: 1px solid transparent;
    height: 36px;
    transition-property: color,background-color;
    transition-duration: .24s;
    cursor: pointer
}

.bs-number-button-bc i {
    color: rgba(var(--b-sc-rgb),.8)
}

.bs-number-button-bc.i-1 {
    color: rgba(var(--b-sc-rgb),.7);
    background: rgba(var(--b-sc-rgb),.15);
    font-size: 15px;
    font-weight: 500
}

.bs-number-button-bc.i-2 {
    color: rgba(var(--b-sc-rgb2),.8);
    background: rgba(var(--b-sc-rgb2),.1);
    padding: 0 2px;
    box-sizing: border-box;
    font-size: 14px
}

.bs-number-button-bc.closed-n-p-bc {
    grid-row: 1/3;
    grid-column: 7;
    height: 73px;
    line-height: 73px
}

.bs-number-button-bc.disabled {
    opacity: .4;
    pointer-events: none
}

.bs-number-button-bc:active {
    background-color: var(--hero);
    color: var(--hero-sc)
}

.bs-number-button-bc:active .bs-number-button-icon-bc {
    color: var(--hero-sc)
}

.bs-number-button-bc.active {
    background: 0 0;
    border: 1px solid rgba(var(--b-sc-rgb),.7)
}

.bs-number-button-bc.hidden {
    display: none
}

.bs-editable-number-buttons-bc {
    display: grid;
    grid-column-gap: 2px;
    grid-template-columns: repeat(4, 1fr);
}

.bs-numbers-bc {
    grid-template-columns: 1fr;
    background: rgba(var(--b-sc-rgb2), .05);
    border-radius: 4px;
}

.bs-f-footer>div+div {
    margin-top: 2px;
}

.bet-button-wrapper-bc {
    display: inline-grid;
    background: rgba(var(--b-sc-rgb2),.05);
    border-radius: 4px;
    padding: 10px
}

.bet-button-wrapper-bc.content-type-5 {
    grid-template-columns: 2fr 3fr
}

.bet-button-wrapper-bc .btn {
    padding: 0 10px;
    overflow: hidden;
    text-shadow: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    color: rgba(var(--b-sc-rgb), .9);
    background: rgba(var(--b-sc-rgb), .15);
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color .24s, background .24s, border-color .24s;
    transition: .24s;
}

.btn:disabled {
    color: rgba(var(--b-sc-rgb2), .5);
    background: rgba(var(--b-sc-rgb2), .2);
    pointer-events: none;
}

.btn.a-accept {
    color: var(--b-sc);
    background: var(--hero);
}

.btn>span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bc-loader {
    display: flex;
    margin: auto;
    /*padding: 2vh 0;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-transparent-loader {
    position: fixed;
    background: rgba(var(--b-rgb), .7);
    z-index: 100;
}

.bc-loader.big .bc-loader-contain {
    /*
    width: 120px;
    height: 25px
    */
}

.bc-loader.big .bc-loader-contain:before {
    width: 80px;
    height: 80px;
    border-width: 8px
}

.bc-loader.medium .bc-loader-contain {
    /*
    width: 140px;
    height: 28px
    */
}

.bc-loader.medium .bc-loader-contain:before {
    width: 46px;
    height: 46px
}

.bc-loader.small .bc-loader-contain {
    width: 24px;
    height: 24px
}

.bc-loader.small .bc-loader-contain:before {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.bc-loader-contain {
    position: relative;
    margin: auto
}

.bc-loader-contain:empty:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid hsla(0,0%,100%,.1);
    border-radius: 50%
}

.bc-loader-contain.big {
    width: 120px;
    height: 120px
}

.bc-loader-contain.big:before {
    width: 80px;
    height: 80px;
    border-width: 8px
}

.bc-loader-contain.medium {
    width: 68px;
    height: 68px
}

.bc-loader-contain.medium:before {
    width: 46px;
    height: 46px
}

.bc-loader-contain.small {
    width: 24px;
    height: 24px
}

.bc-loader-contain.small:before {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.bc-loader-contain>img,.bc-loader-contain>svg {
    width: 100%;
    height: auto
}

.bc-loader-animation {
    animation: rotate 2s linear infinite;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0
}

.betslip-remove-all, .betslip-remove-icon-bc {
    cursor: pointer;
    transition: color .24s;
}

.d-none {
    display: none !important;
}