/*#region multimedia*/
.multimedia {
    display: flex;
    gap: 4px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    align-items: center;
    height: 36px;
    justify-content: space-between;
    box-sizing: border-box;
}

    .multimedia .option {
        position: relative;
        display: flex;
        gap: 4px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        cursor: pointer
    }

        .multimedia .option span:after {
            content: "";
            position: absolute;
            display: block;
            height: 3px;
            bottom: 0;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .multimedia .option.active span:after {
            left: calc(50% - 16px);
            width: 32px;
        }

        .multimedia .option span {
            position: relative;
            line-height: 36px;
            font-size: 14px;
            font-weight: 500;
            color: #848484;
        }
/*#endregion*/

/*#region momentum */
.expand-momentum {
    float: right;
    padding: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../../Images/left-arrow.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

    .expand-momentum.flig {
        transform: rotate(-90deg );
    }

.momentum {
    display: none;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    background-color: #e1e0d7;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.liveEvent .momentum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--momentum-color);
}

.momentum::-webkit-scrollbar {
    display: none;
}

.momentum.show {
    display: block;
}

.momentum .row {
    display: flex !important;
    align-items: center;
    margin-bottom: 5px;
    height: 30px !important;
    line-height: 30px !important;
}

    .momentum .row.team2 {
        flex-direction: row-reverse;
    }

    .momentum .row > div {
        flex: 1;
        height: 100%;
    }

    .momentum .row .info {
        display: flex;
    }

.ltr-dir .momentum .row.team1 .info {
    justify-content: flex-end;
    border-right: 1px solid var(--stats-color-1);
}

.rtl-dir .momentum .row.team1 .info {
    justify-content: flex-start;
    border-left: 1px solid var(--stats-color-1);
}

.ltr-dir .momentum .row.team2 .info {
    justify-content: flex-start;
    flex-direction: row-reverse;
    border-left: 1px solid var(--stats-color-2);
}

.rtl-dir .momentum .row.team2 .info {
    justify-content: flex-end;
    flex-direction: row-reverse;
    border-right: 1px solid var(--stats-color-2);
}

.momentum .row .info__summary {
    text-align: center;
    font-size: 12px;
    color: #544a4a;
}

.momentum .row .info .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ltr-dir .momentum .row .info .text {
    text-align: left;
}

.rtl-dir .momentum .row .info .text {
    text-align: right;
}

.liveEvent .momentum .row .info .text {
    font-size: 13px;
}

.ltr-dir .momentum .row.team1 .info .text {
    text-align: right;
}

.rtl-dir .momentum .row.team1 .info .text {
    text-align: left;
}

.momentum .row .info .momentum__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

    .momentum .row .info .momentum__icon img {
        flex-shrink: 0;
    }

.ltr-dir .momentum .row.team1 .info .momentum__icon img {
    transform: rotateY(180deg);
}

.rtl-dir .momentum .row.team2 .info .momentum__icon img {
    transform: rotateY(180deg);
}

.momentum .row .time {
    width: 50px;
    flex: 0 0 50px;
    text-align: center;
    font-weight: 700;
    color: #544a4a;
}

.liveEvent .momentum .row .time {
    color: #b7b7b7;
    font-size: 13px;
}

.liveEvent .row .info__summary {
    color: #b7b7b7;
}

/*#endregion*/

/*#region new stats*/
.liveCenter .stats {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ededed;
}

    .liveCenter .stats .inner {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.stats .charts {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.stats .wheelChartAdvanced {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}

.stats .statsLowerAdvanced {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.stats .wheelChartAdvanced_Text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 13px;
    max-height: calc(13px * 2);
    text-align: center;
    font-size: 11px;
}

.stats .charts .chart {
    display: flex;
    margin-top: 7px;
    justify-content: center;
    width: 100%;
}

.stats .charts .chart__legend {
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

    .stats .charts .chart__legend.right {
        justify-content: flex-end;
    }

    .stats .charts .chart__legend.left {
        justify-content: flex-start;
    }

.stats .charts .chart__pie {
    position: relative;
    flex: 0 0 auto;
}

.stats [id^="SvgjsLine"] {
    display: none;
    visibility: hidden;
}

.stats .wheel_StatIcon {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
}

    .stats .wheel_StatIcon.statIcon-attack {
        --mixin-svg-inlined: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23545454' fill-rule='nonzero'%3E%3Cpath d='M9.142 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M12.7 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cpath d='M0 0h22v22H0z'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-mask-image: var(--mixin-svg-inlined);
        mask-image: var(--mixin-svg-inlined);
    }

    .stats .wheel_StatIcon.statIcon-dangerousattack {
        --mixin-svg-inlined: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cg fill='%23838383'%3E%3Cpath d='M8.87 6.064a.5.5 0 0 1 .64.013l.062.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M12.427 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cg fill='%23545454'%3E%3Cpath d='M11.602 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M15.16 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075 3.635-4.545z'/%3E%3C/g%3E%3Cg fill='%23B2B2B2'%3E%3Cpath d='M6.142 6.064a.5.5 0 0 1 .64.013l.063.065 3.636 4.546a.5.5 0 0 1-.718.69l-.063-.066-3.636-4.545a.5.5 0 0 1 .078-.703z'/%3E%3Cpath d='M9.7 10.688a.5.5 0 0 1 .831.55l-.05.074-3.636 4.546a.5.5 0 0 1-.83-.55l.05-.075L9.7 10.688z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M0 0h22v22H0z'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-mask-image: var(--mixin-svg-inlined);
        mask-image: var(--mixin-svg-inlined);
    }

.statsLowerAdvanced ._cardsAndCorners {
    display: flex;
    flex: 1 1 25%;
    align-items: center;
    justify-content: center;
    gap: 0;
}

    .statsLowerAdvanced ._cardsAndCorners._away {
        flex-direction: row-reverse;
    }

.statsLowerAdvanced ._shotsDualBar {
    flex: 1 1 50%;
}

._cardsAndCorners .miniCorner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
    flex: 0 0 auto;
}

._cardsAndCorners .miniCard {
    width: 20px;
    flex: 0 0 auto;
}

._cardsAndCorners ._mini {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._mini_corner::before {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background-image: url("../../Images/icons/corner.svg?v=1.0.0.1");
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 10px 13px;
}

._mini_redcard::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("../../Images/icons/redcard.svg?v=1.0.0.1") 50% no-repeat;
    background-size: contain;
}

._mini_yellowcard::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("../../Images/icons/yellowcard.svg?v=1.0.0.1") 50% no-repeat;
    background-size: contain;
}

._cardsAndCorners ._miniValue {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    width: 20px;
}

._shotsDualBar ._dual_header {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1px;
}

._shotsDualBar ._dual_Bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

._shotsDualBar ._sideLabelContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 30px;
}

    ._shotsDualBar ._sideLabelContainer._hometeam {
        justify-content: flex-end;
        margin: 0 5px 0 0;
    }

    ._shotsDualBar ._sideLabelContainer._awayteam {
        justify-content: flex-start;
        margin: 0 0 0 5px;
    }

._shotsDualBar ._sideLabel {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    flex: 0 0 auto;
}

._shotsDualBar ._sideLabelSep {
    color: #a7a7a7;
    font-weight: 400;
    margin: 0 .6px;
    font-size: 13px;
    line-height: 15px;
}

._shotsDualBar ._dual_DoubleBar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 6px;
}

/*scoreboard*/
.stats .scoreboard-overlay {
    height: 100%;
    border-top: 1px solid var(--color-gray-06);
}

.stats .scoreboard-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .75rem;
    border-radius: .25rem;
}

.stats .s-liveevent-scoreboard {
    height: 6.5rem;
    border-radius: .313rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats .scoreboard-container > .s-liveevent-scoreboard > span:not(:empty) {
    width: 100%;
}

    .stats .scoreboard-container > .s-liveevent-scoreboard > span:not(:empty) > table {
        width: 100%;
    }

.s-liveevent-scoreboard table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-color: gray;
    padding: 0 .44rem;
    color: #FFFFFF;
}

    .s-liveevent-scoreboard table tr {
        font-size: .75rem;
    }

    .s-liveevent-scoreboard table .js-important {
        font-size: 14px;
        font-weight: 500;
    }

    .s-liveevent-scoreboard table tr th {
        padding: .188rem .125rem;
        font-weight: normal;
        font-size: .75rem;
        cursor: default;
        white-space: nowrap;
    }

        .s-liveevent-scoreboard table tr th:last-of-type {
            padding-right: .313rem;
        }

        .s-liveevent-scoreboard table tr th:not(:first-of-type) {
            width: .938rem;
        }

    .s-liveevent-scoreboard table tr:not(:first-of-type) {
        background-color: rgba(255, 255, 255, .2);
    }

    .s-liveevent-scoreboard table tr:first-of-type + tr td:first-of-type {
        border-top-left-radius: .25em;
    }

    .s-liveevent-scoreboard table tr:first-of-type + tr td {
        padding-top: .75rem;
        padding-bottom: .375rem;
    }

    .s-liveevent-scoreboard table tr td.s-player {
        padding-left: .625rem;
        text-align: left;
    }

    .s-liveevent-scoreboard table tr td {
        position: relative;
        padding: 0 .125rem;
    }

        .s-liveevent-scoreboard table tr td:not(:first-of-type) {
            text-align: center;
        }

    .s-liveevent-scoreboard table tr:first-of-type + tr td:last-of-type {
        border-top-right-radius: .25em;
    }

    .s-liveevent-scoreboard table tr td:last-of-type {
        padding-right: .313rem;
    }

    .s-liveevent-scoreboard table tr:last-of-type td:first-of-type {
        border-bottom-left-radius: .25em;
    }

    .s-liveevent-scoreboard table tr:last-of-type td {
        padding-top: .375rem;
        padding-bottom: .75rem;
    }

        .s-liveevent-scoreboard table tr:last-of-type td:last-of-type {
            border-bottom-right-radius: .25em;
        }

    .s-liveevent-scoreboard table tr:last-of-type td {
        padding-top: .375rem;
        padding-bottom: .75rem;
    }
/*#endregion*/

/*#region new scout */
.pitch .sr-lmt-pitch-soccer__spotlight {
    position: absolute;
}

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal-left {
        left: 3%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal-right {
        right: 3%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-goal {
        background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .16) 0, transparent 75%);
        background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .16) 0, transparent 75%);
        height: 44%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20%;
    }

    .pitch .sr-lmt-pitch-soccer__spotlight.srm-center {
        background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, hsla(0, 0%, 100%, .1) 0, transparent 75%);
        background: radial-gradient(ellipse closest-corner at 50% 50%, hsla(0, 0%, 100%, .1) 0, transparent 75%);
        height: 66%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 33%;
    }

.pitch .sr-lmt-pitch-soccer__stripes {
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .08) 50%, transparent 0);
    background-size: 14.575% 1%;
    bottom: 3%;
    left: 6.7%;
    position: absolute;
    right: 1.7%;
    top: 3%;
}

.pitch .sr-lmt-pitch-soccer__overlay {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, transparent 0, rgba(0, 0, 0, .15) 100%);
    background: radial-gradient(ellipse closest-corner at 50% 50%, transparent 0, rgba(0, 0, 0, .15) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.pitch .sr-lmt-pitch-soccer__noise {
    background-size: 40px 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/Images/LiveCenter/extras/pitch-noise.png?v=1.0.0.1');
    z-index: 1;
}

/*ANIMATIONS*/
.pitch svg .fk1 {
    animation: stroke_fill1 0.5s linear forwards;
}

.pitch svg .fk2 {
    animation: stroke_fill2 1.5s linear forwards;
}

.pitch svg .fk3 {
    animation: stroke_fill3 2.5s linear forwards;
}

.pitch .state .pulsim {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #0a0a0a;
    -webkit-animation-name: pulsim;
    animation-name: pulsim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/*KEYFRAMES*/
@keyframes pulsim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotateZ {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes stroke_fill1 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.66;
    }
}

@keyframes stroke_fill2 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.44;
    }
}

@keyframes stroke_fill3 {
    0% {
        fill: none;
    }

    100% {
        fill: #165031;
        opacity: 0.22;
    }
}
/*#endregion*/

/*#region liveCenter*/
.liveCenter .pitch {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden;
}

    .liveCenter .pitch .hidden {
        display: block;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
    }

/* Football */
.pitch.sp-1 {
    background-color: #5c8301;
    background-image: url('../../Images/LiveCenter/pitchs/pitch-football.svg');
}

/* Basketball */
.pitch.sp-2 {
    background-image: url('../../Images/livecenter/pitch-2.svg');
}

/* Tennis */
.pitch.sp-3 {
    background-image: url('../../Images/livecenter/pitch-3.svg');
}

/* Ice Hockey */
.pitch.sp-4 {
    background-image: url('../../Images/livecenter/pitch-4.svg');
}

/* American Football */
.pitch.sp-5 {
    background-image: url('../../Images/livecenter/pitch-5.svg');
}

/* Baseball */
.pitch.sp-7 {
    background-image: url('../../Images/livecenter/pitch-7.svg');
}

/* Volleyball */
.pitch.sp-8 {
    background-image: url('../../Images/livecenter/pitch-8.svg');
}

/* Handball */
.pitch.sp-9 {
    background-image: url('../../Images/livecenter/pitch-9.svg');
}

/* Table Tennis */
.pitch.sp-19 {
    background-image: url('../../Images/livecenter/pitch-19.svg');
}

.pitch .inplay.notFootball {
    position: absolute;
    top: 0;
    width: 100%;
}

.pitch.sp-2 .inplay.notFootball,
.pitch.sp-3 .inplay.notFootball,
.pitch.sp-7 .inplay.notFootball,
.pitch.sp-8 .inplay.notFootball,
.pitch.sp-9 .inplay.notFootball,
.pitch.sp-19 .inplay.notFootball {
    color: #fff;
}

.pitch.sp-4 .inplay.notFootball {
    color: #000;
}

.pitch .inplay.notFootball .event {
    position: relative;
    margin-top: 30px;
    font-size: 14px;
}

.pitch .inplay.notFootball .result {
    position: relative;
    margin-top: 66px;
    font-size: 22px;
}

    .pitch .inplay.notFootball .event .homeTeam,
    .pitch .inplay.notFootball .result .hTeamResult {
        float: left;
        width: 45%;
        text-align: right;
    }

    .pitch .inplay.notFootball .event .awayTeam,
    .pitch .inplay.notFootball .result .aTeamResult {
        float: right;
        width: 45%;
        text-align: left;
    }

    .pitch .inplay.notFootball .result .vsResult {
        float: left;
        width: 10%;
        text-align: center;
    }

/* State */
.pitch .state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rtl-dir .pitch .state {
    transform: rotate(180deg);
}

.pitch__overlay {
    position: relative;
}

.pitch svg {
    display: block;
    width: 100%;
    height: 100%;
}

    .pitch svg .fk1 {
        animation: stroke_fill1 0.5s linear forwards;
    }

    .pitch svg .fk2 {
        animation: stroke_fill2 1.5s linear forwards;
    }

    .pitch svg .fk3 {
        animation: stroke_fill3 2.5s linear forwards;
    }

/* Penalty */
.pitch .state .pulsim {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -24px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #0b1422;
    -webkit-animation-name: pulsim;
    animation-name: pulsim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .pitch .state .pulsim.left {
        left: 4%;
    }

    .pitch .state .pulsim.right {
        right: 4%;
    }
/*#endregion*/

/*#region stats*/
.s-liveevent-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    /* 1. Football*/
    .s-liveevent-bg.bg1 {
        background-image: url("../../Images/sportsbook/bg1.svg?v=1");
    }
    /* 2. Basketball*/
    .s-liveevent-bg.bg2 {
        background-image: url("../../Images/sportsbook/bg2.svg?v=1");
    }
    /* 3. Tennis*/
    .s-liveevent-bg.bg3 {
        background-image: url("../../Images/sportsbook/bg3.svg?v=1");
    }
    /* 4. Ice Hockey*/
    .s-liveevent-bg.bg4 {
        background-image: url("../../Images/sportsbook/bg4.svg?v=1");
    }
    /* 8. Voleyball*/
    .s-liveevent-bg.bg8 {
        background-image: url("../../Images/sportsbook/bg8.svg?v=1");
    }
    /* 9. Handball*/
    .s-liveevent-bg.bg9 {
        background-image: url("../../Images/sportsbook/bg9.svg?v=1");
    }
    /* 11. Rugby League*/
    .s-liveevent-bg.bg11 {
        background-image: url("../../Images/sportsbook/bg11.svg?v=1");
    }
    /* 17. Snooker*/
    .s-liveevent-bg.bg17 {
        background-image: url("../../Images/sportsbook/bg17.svg?v=1");
    }
    /* 19. Table Tennis*/
    .s-liveevent-bg.bg19 {
        background-image: url("../../Images/sportsbook/bg19.svg?v=1");
    }
/*#endregion*/
