:root {
    --odd-contentTab-gray-color: #E5E5E5;
    --odd-bodyTableOdds-color: #E5E5E5;
    --odd-activeTab-bg-hover: #FFFFFF;
    --odd-activeTab-live-bg-hover: #FFFFFF;
    --odd-bodyTableOdds-border-hover: 1px solid #E5E5E5;
    --odd-primary-color: #9a1b06;
    --odd-color-filter-odds-name: #9a1b06;
    --odd-bg-color-filter-bookmaker-name: #9a1b06;
    --odd-color-prefix-odds-name: #000;
    --fixture-row-item-hover-bg-color: #f6f8f9;
    --fixture-league-menu-item-bg-color-active: #9a1b06;
    --fixture-league-menu-item-bg-color: #FFFFFF;
    --fixture-row-item-even-bg-color: #FFFFFF;
    --ranking-head-list-bg-color: #9a1b06;
    --ranking-league-menu-item-bg-color: #FFFFFF;
    --rankingleague-menu-item-bg-color-active: #9a1b06;
    --widget-draw-color: #5E6C77;
    --widget-home-color: #00B168
}

.backgroundOddsPage {
    background-color: transparent;
    padding: 0
}

.embed-odds-bookmarker {
    font-family: inherit;
    font-size: 12px
}

.embed-odds-bookmarker .odds-m-auto {
    max-width: 100%
}

.headTableOdds {
    background: #9a1b06;
    border-radius: 0
}

.headTableOdds>* {
    border-color: #38585a
}

.headTableOdds .ftTableOdds .bottomFt>* {
    border-color: #38585a
}

.headTableOdds.stickyHead {
    z-index: 3
}

.oddsListData>.itemOddsData,
.oddsListData .leaguesName,
.headTableOdds.stickyHead {
    box-shadow: unset;
    margin-bottom: 0
}

.oddsListData .leaguesName {
    position: relative;
    padding-block: 6px;
    padding-right: 10px;
    font-weight: 500;
    text-transform: capitalize;
    justify-content: space-between
}

.oddsListData .leaguesName:before {
    content: "";
    background: transparent var(--wpr-bg-c62660e1-421e-4632-ada6-378a69aed8c4) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 180px
}

.oddsListData .leaguesName,
.oddsListData.title_live .leaguesName {
    background-color: #f44336;
    color: #fff
}

.oddsListData .leaguesName .arrowIcon {
    order: 2
}

.oddsListData .leaguesName .logo {
    height: 20px;
    width: 28px;
    object-fit: contain
}

.oddsListData .leaguesName .name {
    position: relative;
    z-index: 2;
    gap: 20px
}

.oddsListData .data-button {
    background-color: #ff9900;
    border-color: #c97901;
    border-radius: 4px;
    color: #9a1b06;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 10px;
    transition: 0.3s
}

.oddsListData .data-button:hover {
    background-color: #ff9900;
    border-color: #c97901;
    color: #fff
}

.oddsListData .data-button svg {
    display: none
}

.oddsListData>.itemOddsData.bgLive,
.oddsListData>.itemOddsData.bgLive .listItemTabOdds .activeTab:after,
.oddsListData>.itemOddsData,
.oddsListData>.itemOddsData .listItemTabOdds .activeTab:after {
    background-color: #fff
}

.embed-odds-bookmarker .headOdds {
    background-color: #fff;
    gap: 0
}

.headOdds .searchAndDropdownLeagues {
    padding: 10px;
    border-bottom: 1px solid #eae9f2
}

.headOdds .filterDateAndBookmaker {
    padding: 10px
}

.headOdds .listLeaguesFilter {
    background: transparent var(--wpr-bg-659cea8a-d939-43b1-8178-8d4827398c3e) center no-repeat;
    background-size: cover;
    border-radius: 2px;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 6px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.headOdds .listLeaguesFilter::-webkit-scrollbar {
    display: none
}

.headOdds .listLeaguesFilter .leaguesFilter {
    background-color: #8f4141;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    padding: 4px 8px
}

.headOdds .listLeaguesFilter .leaguesFilterActive {
    background-color: #ff0000;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    padding: 4px 8px
}

.headOdds .filterDateAndBookmaker {
    align-items: center
}

.searchAndDropdownLeagues .searchInput {
    background-color: #F3F3F3;
    border-color: #D8D8D8;
    border-radius: 2px
}

.DropdownLeagues {
    background-color: #F3F3F3;
    border-color: #D8D8D8;
    border-radius: 2px
}

.DropdownLeagues .arrowIcon {
    color: #707070
}

.searchAndDropdownLeagues .searchIcon {
    color: #707070
}

.listFilterDate .liveFilter {
    border-radius: 4px
}

.listFilterDate .dateFilter {
    background: #f3f3f3;
    border-radius: 4px;
    color: #757c86
}

.listFilterDate .dateFilter:nth-child(7),
.listFilterDate .dateFilter:nth-child(8),
.listFilterDate .dateFilter:nth-child(9) {
    display: none
}

.listFilterDate .dateFilter:hover,
.listFilterDate .dateFilter.active {
    background: #9a1b06
}

.listFilterDate .favourite {
    min-width: 30px;
    position: relative;
    background-color: #f44336
}

.listFilterDate .favourite.active {
    background-color: #9a1b06
}

.listFilterDate .favourite:before {
    content: "";
    background: transparent var(--wpr-bg-44052da5-a997-4d60-907c-ab18014ce33e) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px
}

.listFilterDate .favourite svg {
   fill: #fff;
}

.listFilterDate .favourite svg path{
    fill: #fff;
}

.ftTableOdds .bottomFt .oddData>* {
    background: #ECECEC;
    border-radius: 2px;
    font-weight: 400;
    padding: 2px 0 2px 4px
}

.ftTableOdds .bottomFt .oddData.odds-good>.odds {
    background: #fff
}

.ftTableOdds .bottomFt .oddData .odds:hover {
    background-color: #e7faed;
    color: #1fa35f
}

.ftTableOdds .bottomFt .oddData .odds:hover .oddsColor,
.ftTableOdds .bottomFt .oddData .odds:hover .colorStyleNumber {
    color: #EA6616
}

.ftTableOdds .bottomFt .oddData.odds-good {
    background: #FFCD4A
}

.ftTableOdds .bottomFt .oddData.odds-good:after {
    background-color: #FFCD4A
}

.ftTableOdds .bottomFt .oddData>.bgTipAndVip {
    color: #F34C4C;
    font-weight: 500;
    gap: 4px;
    padding-inline: 0
}

.bodyTableOdds .teamInfo,
.bodyTableOdds .oddsPrefix {
    font-size: 13px;
    color: #000
}

.bodyTableOdds .teamInfo:hover,
.bodyTableOdds .oddsPrefix:hover {
    color: #01B243
}

.bodyTableOdds.viewBetDiv {
    margin-bottom: -1px
}

.instructPopup {
    background-color: #9a1b06;
    border-color: #9a1b06;
    border-radius: 4px;
    height: 36px;
    padding-block: 0
}

.instructPopup .instruct {
    color: #9a1b06
}

.filterOddsAndBookmaker .filterOdds .nameOdds {
    border-color: #9a1b06;
    border-radius: 4px;
    color: #9a1b06;
    min-width: 125px;
    height: 36px
}

.filterOddsAndBookmaker .filterOdds .nameOdds:before {
    background-color: #9a1b06;
    border-radius: 0
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker {
    background-color: #9a1b06;
    border-color: #9a1b06;
    border-radius: 4px;
    height: 36px
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover {
    color: #9a1b06
}

.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover path {
    fill: #9a1b06
}

.filterOddsAndBookmaker .filterBookmaker .bookmarkerItem {
    border-color: #9a1b06;
    color: #9a1b06
}

.oddsListData>.itemOddsData .betOrder>*,
.oddsListData>.itemOddsData.bgLive .betOrder>* {
    background-color: #9a1b06 !important;
    border: 1px solid #9a1b06;
    border-radius: 4px;
    clip-path: unset;
    color: #fff;
    font-weight: 500;
    width: 160px
}

.oddsListData>.itemOddsData .betOrder>*:hover,
.oddsListData>.itemOddsData.bgLive .betOrder>*:hover {
    background-color: #ce2406 !important;
    border: 1px solid #c51e00;
    color: #fff
}

.notFoundMatch {
    background-color: #f3f3f3
}

.starIcon {
    justify-content: end
}

.starIcon svg {
    display: none
}

.starIcon>div {
    height: 18px;
    width: 18px;
    position: relative
}

.starIcon>div:before {
    content: "";
    background: transparent var(--wpr-bg-d8977843-5086-44e7-9bd2-4541f922115a) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.starIcon.star_active>div:before {
    background-image: var(--wpr-bg-b446d843-9fb7-4477-8338-44c5eaeadb40)
}

.title-modalGoal {
    background-color: #9a1b06
}

.headingInstruct {
    background: #9a1b06
}

.modalBackdrop.open {
    background: #0000005e
}

.modalTop:after {
    background: #9a1b06b3
}

.leaguesModalPopup {
    background-color: #9a1b0699
}

.tabModalPopup .itemTabModalPopup:hover,
.tabModalPopup .itemTabModalPopup.active {
    color: #03bb70
}

.closeModalData.team,
.closeModalData {
    background: #fff
}

.closeModalData svg path {
    fill: #9a1b06
}

.listtabTeam {
    gap: 6px
}

.listtabTeam>* {
    background: #f3f3f3;
    border-radius: 4px;
    color: #757c86
}

.bgColorTeamActive,
.bgColorNotActive:hover {
    background: #9a1b06;
    color: #fff
}

.oddsLive,
.oddsStatis,
.oddsData,
.oddsDataPer {
    border-radius: 4px;
    border-color: #91F1C9;
    border-width: 1px;
    overflow: hidden
}

.oddsStatis__content,
.oddsTabLive__content,
.oddsData__content,
.oddsDataPer__content {
    background-color: #fff;
    border-radius: 0
}

.lineupDivTotal {
    background: #fff;
    border: 1px solid #91F1C9;
    border-radius: 4px;
    overflow: hidden
}

.titleModalLineUp {
    background-color: #E1F5ED;
    border-radius: 2px 2px 0 0;
    color: #9a1b06;
    font-size: 14px;
    padding: 0 16px
}

.titleModalLineUp:after {
    display: none
}

.headerH2H>* {
    background: #f3f3f3;
    border-radius: 4px;
    color: #757c86
}

.headerH2H>*:hover,
.headerH2H>.bgActiveBtn {
    background: #9a1b06;
    color: #fff
}

.backgroundHeadTableH2h.headingH2H {
    background: #ededee
}

.backgroundHeadTableH2h:first-of-type>* {
    border-color: #ededee
}

.WLTableH2h,
.AHTableH2h,
.OUTableH2h {
    width: 44px
}

@media (max-width: 991px) {
    .titleLeagues svg {
        color: #fff
    }

    .headOdds .titleBet {
        background: #9a1b06;
        border-radius: 0;
        margin-bottom: 0
    }

    .titleBet .instructPopup .textInstruct {
        color: #fff
    }

    .headOdds .listFilterDate>* {
        font-size: 12px;
        white-space: nowrap
    }

    .headOdds .filterDateAndBookmaker .listFilterDate {
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .ftTableOdds .bottomFt .oddData .odds-item-data.odds-good {
        background-color: #FFCD4A;
        padding: 4px
    }

    .ftTableOdds .bottomFt .oddData .odds-item-data>* {
        width: 100%
    }
}

@media (max-width: 767px) {
    .starIcon {
        position: relative;
        height: 20px
    }

    .starIcon:before {
        content: "";
        background: transparent var(--wpr-bg-ce7b6620-7384-4602-9568-9a626f4cda25) center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .starIcon.star_active:before {
        background-image: var(--wpr-bg-b6ed485a-1713-4424-b14b-da01f298aa50)
    }

    .headOdds .listLeaguesFilter {
        flex-wrap: nowrap
    }

    .listFilterDate .dateFilter:nth-child(7),
    .listFilterDate .dateFilter:nth-child(8),
    .listFilterDate .dateFilter:nth-child(9) {
        display: flex
    }
}

.embed-ranking {
    font-family: inherit
}

.embed-ranking .ranking-list .ranking-table .ranking-table-head {
    font-size: 13px;
    background-color: #fff
}

aside.widget .embed-ranking {
    font-size: 12px
}

aside.widget .embed-ranking .league-menu {
    font-size: 12px;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 10px
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar {
    width: 100%;
    height: 5px
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-track {
    background: #E1F5ED
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #01DC82
}

aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb:hover {
    background: #9a1b06
}

aside.widget .embed-ranking .league-menu .league-menu-item {
    background-color: #e8e8e8;
    border-radius: 0;
    color: #585858;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap
}

aside.widget .embed-ranking .league-menu .league-menu-item.active {
    background-color: #9a1b06;
    color: #fff
}

aside.widget .embed-ranking .ranking-list {
    margin-top: -1px
}

.embed-ranking .ranking-list .ranking-head {
    border-radius: 0;
    background-color: #9a1b06;
    color: #fff;
    font-weight: 500
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head .team {
    display: none
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head .point {
    color: inherit;
    font-weight: 400
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .team {
    display: none
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-head {
    background-color: #fff;
    padding-left: 0;
    padding-right: 4px
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    padding-left: 0;
    padding-right: 4px
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .rank {
    display: flex;
    justify-content: center
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(odd) {
    background-color: #F2F9F1
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(2n) {
    background-color: #fff
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    color: #00182E
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .ranking-number>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    height: 19px;
    width: 19px
}

.embed-ranking .ranking-list .ranking-table .ranking-table-body-list .name {
    font-weight: 600
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .name .ranking-logo {
    display: none
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body-list .point {
    color: #9a1b06
}

aside .embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background-color: #9a1b06;
    font-weight: 500
}

.embed-fixture {
    font-family: inherit
}

.embed-fixture .fixture-list {
    gap: 0
}

.embed-fixture .fixture-list-item .fixture-head {
    background: #9a1b06;
    border-radius: 0;
    color: #fff
}

.embed-fixture .fixture-list-item .fixture-row-item:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5
}

.embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    background: #cb270b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.embed-fixture .fixture-list-item .fixture-row-item .match .home,
.embed-fixture .fixture-list-item .fixture-row-item .match .away {
    font-weight: 600
}

@media (max-width: 768px) {

    .embed-ranking .league-menu,
    .embed-fixture .fixture-flex-row {
        flex-wrap: nowrap;
        font-size: 13px;
        overflow-x: auto
    }

    .embed-ranking .league-menu .league-menu-item,
    .embed-fixture .league-menu .league-menu-item {
        padding: 5px;
        white-space: nowrap
    }

    .embed-ranking .ranking-list .ranking-table .ranking-table-head {
        font-size: 12px
    }
}

.fixture_vote .fixture-vote-container {
    padding: 8px;
    border-radius: 0;
    border: 0
}

.fixture_vote .fixture-vote-container__title {
    display: none
}

.fixture_vote .fixture-vote-container__content {
    padding-top: 0
}

.fixture_vote .fixture-vote-container__content .vote-team__home,
.fixture_vote .fixture-vote-container__content .vote-team__away {
    gap: 8px !important
}

.fixture_vote .fixture-vote-container__content .vote-team__name {
    color: #9a1b06;
    font-size: 12px
}

.fixture_vote .fixture-vote-container .vote-slide {
    justify-content: space-between
}

.fixture_vote .fixture-vote-container .vote-slide__dot {
    background: #D5DBD2;
    border: 0;
    height: 3px;
    width: 7px;
    border-radius: 4px
}

.fixture_vote .fixture-vote-container .vote-slide__dot.active {
    background: #01DC82;
    width: 12px
}

.fixture_vote .fixture-vote-container__content .fixture-vote-container__content__information>.fixture-text-center {
    font-size: 14px;
    color: #8F9D9E;
    margin-bottom: 4px
}

.fixture_vote .fixture-vote-container__content__vote {
    background-color: #F6F8F9;
    border-radius: 4px;
    padding: 24px 16px
}

.fixture_vote .fixture-vote-container__content .vote-team__time {
    color: #8F9D9E;
    font-size: 12px
}

.fixture_vote .fixture-vote-container__content .vote-team__time__time {
    border-radius: 4px;
    background-color: #EDF6F2;
    color: #9a1b06;
    font-weight: 500
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__col__stat {
    font-weight: 400
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #D5E8E0;
    background-color: #EAF6F1;
    color: #00B168;
    padding: 6px 0
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-home {
    border-color: #00B168;
    background-color: #00B168;
    color: #fff
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.vote-draw {
    background-color: #E9E9E9;
    border-color: #DFDFDF;
    color: #5E6C77
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-draw {
    border-color: #5E6C77;
    background-color: #5E6C77;
    color: #fff
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.vote-away {
    background-color: #F5E8E8;
    border-color: #EBDCDC;
    color: #F32A2A
}

.fixture_vote .fixture-vote-container__content__vote .vote-action__team.active.vote-away {
    background-color: #F32A2A;
    border-color: #F32A2A;
    color: #fff
}