/* OODS */
:root {
    --odd-contentTab-gray-color: rgb(from var(--primary-color) r g b / 0.15);
    --odd-bodyTableOdds-color: rgb(from var(--primary-color) r g b / 0.15);
    /* --odd-activeTab-bg-hover: #f6f8f9; */
    /* --odd-activeTab-live-bg-hover: #f6f8f9; */
    --odd-activeTab-bg-hover: #FFFFFF;
    --odd-activeTab-live-bg-hover: #FFFFFF;
    --odd-bodyTableOdds-border-hover: 1px solid rgb(from var(--primary-color) r g b / 0.15);
    --odd-primary-color: var(--primary-color);
    --odd-color-filter-odds-name: var(--primary-color);
    --odd-bg-color-filter-bookmaker-name: var(--primary-color);
    --odd-color-prefix-odds-name: #000;


    --fixture-row-item-hover-bg-color: #f6f8f9;
    --fixture-league-menu-item-bg-color-active: var(--primary-color);
    --fixture-league-menu-item-bg-color: #FFFFFF;
    --fixture-row-item-even-bg-color: #FFFFFF;


    --ranking-head-list-bg-color: var(--primary-color);
    --ranking-league-menu-item-bg-color: #FFFFFF;
    --rankingleague-menu-item-bg-color-active: var(--primary-color);



    --widget-draw-color: #5E6C77;
    --widget-home-color: var(--primary-color);
    

}
#main-odds {
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
	margin: 1rem 0;
}
.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: var(--primary-color);
    border-radius: 0;
}
.headTableOdds>* {
    border-color: #ffffff45;
}
.headTableOdds .ftTableOdds .bottomFt>* {
    border-color: #ffffff45;
}
.headTableOdds.stickyHead {
    z-index: 3;
}
.oddsListData>.itemOddsData, .oddsListData .leaguesName, .headTableOdds.stickyHead {
    box-shadow: unset;
    margin-bottom: 0;
}
/* .oddsListData.oddsListData_title {
    margin: 8px 0 0;
} */
.tableOdds {
    max-height: 1000px;
    overflow-y: auto;
}
.tableOdds::-webkit-scrollbar {
    width: 4px;
}
.tableOdds::-webkit-scrollbar-track {
    background:rgb(from var(--primary-color) r g b / 0.15);
}
.tableOdds::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--primary-color);
}
.tableOdds::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}
.oddsListData .leaguesName {
    position: relative;
    padding-block: 6px;
    padding-right: 10px;
    font-weight: 500;
    text-transform: capitalize;
    justify-content: space-between;
}
.oddsListData .leaguesName,
.oddsListData.title_live .leaguesName {
    background-color: rgb(from var(--primary-color) r g b / 0.15);
    color: #111;
}
.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: #56a2f400;
    border-color: rgb(from var(--primary-color) r g b / 0.5);
    border-radius: 4px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 10px;
    transition: 0.3s;
}
.oddsListData .data-button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    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 {
    flex-wrap: wrap;
    gap: 4px;
    padding: 10px 10px 5px 10px;
    overflow-x: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.headOdds .listLeaguesFilter::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.headOdds .listLeaguesFilter .leaguesFilter {
    background-color: #e8e8e8;
    border-radius: 0;
    color: #757c86;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    padding: 4px 8px;
}
.headOdds .listLeaguesFilter .leaguesFilter:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.headOdds .listLeaguesFilter .leaguesFilterActive {
    background-color: var(--primary-color);
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    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 {
	gap: 4px !important;
}
.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: var(--primary-color);
}
.listFilterDate .favourite {
    min-width: 30px;
    position: relative;
}
.listFilterDate .favourite.active {
    background-color: var(--primary-color);
}
.listFilterDate .favourite:before {
    content: "";
    background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16"><g id="Polygon_14" data-name="Polygon 14" fill="%23f27f0c"><path d="M 13.06095123291016 15.05339527130127 L 8.739219665527344 12.69876956939697 L 8.5 12.56842994689941 L 8.260780334472656 12.69876956939697 L 3.939049005508423 15.05339527130127 L 4.864910125732422 10.26620960235596 L 4.917630195617676 9.993650436401367 L 4.714159965515137 9.804800033569336 L 1.126810669898987 6.475142002105713 L 6.011730194091797 5.86745023727417 L 6.28400993347168 5.833570003509521 L 6.401679992675781 5.585710048675537 L 8.5 1.165849924087524 L 10.59832000732422 5.585710048675537 L 10.71599006652832 5.833570003509521 L 10.9882698059082 5.86745023727417 L 15.87318897247314 6.475142002105713 L 12.28584003448486 9.804800033569336 L 12.08236980438232 9.993650436401367 L 12.13508987426758 10.26620960235596 L 13.06095123291016 15.05339527130127 Z" stroke="none"/><path d="M 8.5 2.331710815429688 L 6.618020057678223 6.295880317687988 L 2.253602027893066 6.838815689086914 L 5.461239814758301 9.8160400390625 L 4.631400108337402 14.10678863525391 L 8.5 11.9990406036377 L 12.3685998916626 14.10678863525391 L 11.5387601852417 9.8160400390625 L 14.74639797210693 6.838815689086914 L 10.38197994232178 6.295880317687988 L 8.5 2.331710815429688 M 8.5 0 L 11.05000019073486 5.371270179748535 L 17 6.111459732055664 L 12.62598991394043 10.1712703704834 L 13.7532901763916 16 L 8.5 13.13782978057861 L 3.246709823608398 16 L 4.37401008605957 10.1712703704834 L 0 6.111459732055664 L 5.949999809265137 5.371270179748535 L 8.5 0 Z" stroke="none" fill="%23f27f0c"/></g></svg>') center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
}
.listFilterDate .favourite svg {
    display: none;
}
.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: #daecff;
    color: #0055ac;
}
.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: var(--primary-color);
}
.bodyTableOdds.viewBetDiv {
    margin-bottom: -1px;
}
.instructPopup {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 4px;
    height: 36px;
    padding-block: 0;
}
.instructPopup .instruct {
    color: var(--primary-color);
}
.filterOddsAndBookmaker {
}
.filterOddsAndBookmaker .filterOdds .nameOdds {
    border-color: var(--primary-color);
    border-radius: 4px;
    color: var(--primary-color);
    min-width: 125px;
    height: 36px;
}
.filterOddsAndBookmaker .filterOdds .nameOdds:before {
    background-color: var(--primary-color);
    border-radius: 0;
}
.filterOddsAndBookmaker .filterBookmaker .nameBookmaker {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 4px;
    height: 36px;
}
.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover {
    color: var(--primary-color);
}
.filterOddsAndBookmaker .filterBookmaker .nameBookmaker:hover path {
    fill: var(--primary-color);
}
.filterOddsAndBookmaker .filterBookmaker .bookmarkerItem {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.oddsListData>.itemOddsData .betOrder>*,
.oddsListData>.itemOddsData.bgLive .betOrder>* {
    background-color: #fff !important;
    border: 1px solid rgb(from var(--primary-color) r g b / 0.5);
    border-radius: 4px;
    clip-path: unset;
    color: var(--primary-color);
    font-weight: 500;
    width: 160px;
}
.oddsListData>.itemOddsData .betOrder>*:hover,
.oddsListData>.itemOddsData.bgLive .betOrder>*:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
    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 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16"><g id="Polygon_28" data-name="Polygon 28" fill="%23fff"><path d="M 13.06095123291016 15.05339527130127 L 8.739219665527344 12.69876956939697 L 8.5 12.56842994689941 L 8.260780334472656 12.69876956939697 L 3.939049005508423 15.05339527130127 L 4.864910125732422 10.26620960235596 L 4.917630195617676 9.993650436401367 L 4.714159965515137 9.804800033569336 L 1.126810669898987 6.475142002105713 L 6.011730194091797 5.86745023727417 L 6.28400993347168 5.833570003509521 L 6.401679992675781 5.585710048675537 L 8.5 1.165849924087524 L 10.59832000732422 5.585710048675537 L 10.71599006652832 5.833570003509521 L 10.9882698059082 5.86745023727417 L 15.87318897247314 6.475142002105713 L 12.28584003448486 9.804800033569336 L 12.08236980438232 9.993650436401367 L 12.13508987426758 10.26620960235596 L 13.06095123291016 15.05339527130127 Z" stroke="none"/><path d="M 8.5 2.331710815429688 L 6.618020057678223 6.295880317687988 L 2.253602027893066 6.838815689086914 L 5.461239814758301 9.8160400390625 L 4.631400108337402 14.10678863525391 L 8.5 11.9990406036377 L 12.3685998916626 14.10678863525391 L 11.5387601852417 9.8160400390625 L 14.74639797210693 6.838815689086914 L 10.38197994232178 6.295880317687988 L 8.5 2.331710815429688 M 8.5 0 L 11.05000019073486 5.371270179748535 L 17 6.111459732055664 L 12.62598991394043 10.1712703704834 L 13.7532901763916 16 L 8.5 13.13782978057861 L 3.246709823608398 16 L 4.37401008605957 10.1712703704834 L 0 6.111459732055664 L 5.949999809265137 5.371270179748535 L 8.5 0 Z" stroke="none" fill="%23f27f0c"/></g></svg>') center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.starIcon.star_active>div:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16"><g id="Polygon_14" data-name="Polygon 14" fill="%23f27f0c"><path d="M 13.06095123291016 15.05339527130127 L 8.739219665527344 12.69876956939697 L 8.5 12.56842994689941 L 8.260780334472656 12.69876956939697 L 3.939049005508423 15.05339527130127 L 4.864910125732422 10.26620960235596 L 4.917630195617676 9.993650436401367 L 4.714159965515137 9.804800033569336 L 1.126810669898987 6.475142002105713 L 6.011730194091797 5.86745023727417 L 6.28400993347168 5.833570003509521 L 6.401679992675781 5.585710048675537 L 8.5 1.165849924087524 L 10.59832000732422 5.585710048675537 L 10.71599006652832 5.833570003509521 L 10.9882698059082 5.86745023727417 L 15.87318897247314 6.475142002105713 L 12.28584003448486 9.804800033569336 L 12.08236980438232 9.993650436401367 L 12.13508987426758 10.26620960235596 L 13.06095123291016 15.05339527130127 Z" stroke="none"/><path d="M 8.5 2.331710815429688 L 6.618020057678223 6.295880317687988 L 2.253602027893066 6.838815689086914 L 5.461239814758301 9.8160400390625 L 4.631400108337402 14.10678863525391 L 8.5 11.9990406036377 L 12.3685998916626 14.10678863525391 L 11.5387601852417 9.8160400390625 L 14.74639797210693 6.838815689086914 L 10.38197994232178 6.295880317687988 L 8.5 2.331710815429688 M 8.5 0 L 11.05000019073486 5.371270179748535 L 17 6.111459732055664 L 12.62598991394043 10.1712703704834 L 13.7532901763916 16 L 8.5 13.13782978057861 L 3.246709823608398 16 L 4.37401008605957 10.1712703704834 L 0 6.111459732055664 L 5.949999809265137 5.371270179748535 L 8.5 0 Z" stroke="none" fill="%23f27f0c"/></g></svg>');
}
.title-modalGoal {
    background-color: var(--primary-color);
}
.headingInstruct {
    background: var(--primary-color);
}
.modalBackdrop.open {
    background: #0000005e;
}
.modalTop:after {
    background: rgb(from var(--primary-color) r g b / 0.7);
}
.leaguesModalPopup {
    background-color: rgb(from var(--primary-color) r g b / 0.6);
}
.tabModalPopup .itemTabModalPopup:hover,
.tabModalPopup .itemTabModalPopup.active {
    color: var(--primary-color);
}
.closeModalData.team,
.closeModalData {
    background: #fff;
}
.closeModalData svg path {
    fill: var(--primary-color);
}
.listtabTeam {
    gap: 6px;
}
.listtabTeam>* {
    background: #f3f3f3;
    border-radius: 4px;
    color: #757c86;
}
.bgColorTeamActive, .bgColorNotActive:hover {
    background: var(--primary-color);
    color: #fff;
}
.oddsLive, .oddsStatis, .oddsData, .oddsDataPer {
    border-radius: 4px;
    border-color: rgb(from var(--primary-color) r g b / 0.5);
    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 rgb(from var(--primary-color) r g b / 0.5);
    border-radius: 4px;
    overflow: hidden;
}
.titleModalLineUp {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    color: var(--primary-color);
    font-size: 14px;
    padding: 0 16px;
}
.titleModalLineUp:after {
    display: none;
}
.headerH2H>* {
    background: #f3f3f3;
    border-radius: 4px;
    color: #757c86;
}
.headerH2H>*:hover, .headerH2H>.bgActiveBtn {
    background: var(--primary-color);
    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: var(--primary-color);
        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 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16"><g id="Polygon_28" data-name="Polygon 28" fill="%23fff"><path d="M 13.06095123291016 15.05339527130127 L 8.739219665527344 12.69876956939697 L 8.5 12.56842994689941 L 8.260780334472656 12.69876956939697 L 3.939049005508423 15.05339527130127 L 4.864910125732422 10.26620960235596 L 4.917630195617676 9.993650436401367 L 4.714159965515137 9.804800033569336 L 1.126810669898987 6.475142002105713 L 6.011730194091797 5.86745023727417 L 6.28400993347168 5.833570003509521 L 6.401679992675781 5.585710048675537 L 8.5 1.165849924087524 L 10.59832000732422 5.585710048675537 L 10.71599006652832 5.833570003509521 L 10.9882698059082 5.86745023727417 L 15.87318897247314 6.475142002105713 L 12.28584003448486 9.804800033569336 L 12.08236980438232 9.993650436401367 L 12.13508987426758 10.26620960235596 L 13.06095123291016 15.05339527130127 Z" stroke="none"/><path d="M 8.5 2.331710815429688 L 6.618020057678223 6.295880317687988 L 2.253602027893066 6.838815689086914 L 5.461239814758301 9.8160400390625 L 4.631400108337402 14.10678863525391 L 8.5 11.9990406036377 L 12.3685998916626 14.10678863525391 L 11.5387601852417 9.8160400390625 L 14.74639797210693 6.838815689086914 L 10.38197994232178 6.295880317687988 L 8.5 2.331710815429688 M 8.5 0 L 11.05000019073486 5.371270179748535 L 17 6.111459732055664 L 12.62598991394043 10.1712703704834 L 13.7532901763916 16 L 8.5 13.13782978057861 L 3.246709823608398 16 L 4.37401008605957 10.1712703704834 L 0 6.111459732055664 L 5.949999809265137 5.371270179748535 L 8.5 0 Z" stroke="none" fill="%23f27f0c"/></g></svg>') center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .starIcon.star_active:before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16"><g id="Polygon_14" data-name="Polygon 14" fill="%23f27f0c"><path d="M 13.06095123291016 15.05339527130127 L 8.739219665527344 12.69876956939697 L 8.5 12.56842994689941 L 8.260780334472656 12.69876956939697 L 3.939049005508423 15.05339527130127 L 4.864910125732422 10.26620960235596 L 4.917630195617676 9.993650436401367 L 4.714159965515137 9.804800033569336 L 1.126810669898987 6.475142002105713 L 6.011730194091797 5.86745023727417 L 6.28400993347168 5.833570003509521 L 6.401679992675781 5.585710048675537 L 8.5 1.165849924087524 L 10.59832000732422 5.585710048675537 L 10.71599006652832 5.833570003509521 L 10.9882698059082 5.86745023727417 L 15.87318897247314 6.475142002105713 L 12.28584003448486 9.804800033569336 L 12.08236980438232 9.993650436401367 L 12.13508987426758 10.26620960235596 L 13.06095123291016 15.05339527130127 Z" stroke="none"/><path d="M 8.5 2.331710815429688 L 6.618020057678223 6.295880317687988 L 2.253602027893066 6.838815689086914 L 5.461239814758301 9.8160400390625 L 4.631400108337402 14.10678863525391 L 8.5 11.9990406036377 L 12.3685998916626 14.10678863525391 L 11.5387601852417 9.8160400390625 L 14.74639797210693 6.838815689086914 L 10.38197994232178 6.295880317687988 L 8.5 2.331710815429688 M 8.5 0 L 11.05000019073486 5.371270179748535 L 17 6.111459732055664 L 12.62598991394043 10.1712703704834 L 13.7532901763916 16 L 8.5 13.13782978057861 L 3.246709823608398 16 L 4.37401008605957 10.1712703704834 L 0 6.111459732055664 L 5.949999809265137 5.371270179748535 L 8.5 0 Z" stroke="none" fill="%23f27f0c"/></g></svg>');
    }
    .headOdds .listLeaguesFilter {
        flex-wrap: nowrap;
    }
    .listFilterDate .dateFilter:nth-child(7), .listFilterDate .dateFilter:nth-child(8), .listFilterDate .dateFilter:nth-child(9) {
        display: flex;
    }
}
/* END ODDS  */



.fixture_football_theme_7m {
    margin-bottom: 1rem;
}
.fixture_football_theme_7m .theme7m-fixture {
    font-family: inherit;
    font-size: 11.5px;
    padding: 0;
}
.theme7m-fixture-table {
    max-height: 800px;
    overflow-y: auto;
}
@container (max-width: 1400px) {
    .fixture_football_theme_7m .theme7m-fixture-table .theme7m-away,
    .fixture_football_theme_7m .theme7m-fixture-table .theme7m-home {
        width: 12%;
    }
}


/* RANKING */
.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 .embed-ranking .league-menu .league-menu-item {
    margin-bottom: 4px;
}
aside.widget .embed-ranking .league-menu::-webkit-scrollbar {
    width: 100%;
    height: 5px;
}
aside.widget .embed-ranking .league-menu::-webkit-scrollbar-track {
    background:rgb(from var(--primary-color) r g b / 0.15);
}
aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--primary-color);
}
aside.widget .embed-ranking .league-menu::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}
aside.widget .embed-ranking .ranking-list {
    margin-top: -1px;
}
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-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;
}
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;
}
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: var(--primary-color);
}
aside .embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background-color: var(--primary-color);
    font-weight: 500;
}
.embed-ranking {
    font-family: inherit;
}
.embed-ranking .league-menu {
	gap: 4px;
}
.embed-ranking .ranking-list .ranking-head {
    border-radius: 0;
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
}
.embed-ranking .league-menu .league-menu-item {
	font-size: 12px;
    background-color: #e8e8e8 !important;
    border-radius: 0;
    color: #585858 !important;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
	padding: 5px 8px;
}
.embed-ranking .league-menu .league-menu-item.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(odd) {
    background-color: rgb(from var(--primary-color) r g b / 0.15);
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-child(2n) {
    background-color: white;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list {
    color: #00182E;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list:nth-of-type(-n+3) .ranking-number>div {
    background-color: var(--primary-color);
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list .name {
    font-weight: 600;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-head {
    background-color: white;
    padding-left: 0;
    padding-right: 4px;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body-list .ranking-number>div {
	display: flex;
	align-items: center;
	justify-content: center
}

aside .result_football_main .league-menu {
    font-size: 12px;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 10px;
}
aside .result_football_main .league-menu::-webkit-scrollbar {
    width: 100%;
    height: 5px;
}
aside .result_football_main .league-menu::-webkit-scrollbar-track {
    background:rgb(from var(--primary-color) r g b / 0.15);
}
aside .result_football_main .league-menu::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--primary-color);
}
aside .result_football_main .league-menu::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}
aside .result_football_main .embed-fixture {
    font-size: 12px;
}
aside .embed-fixture .league-menu .league-menu-item {
    background-color: #e8e8e8 !important;
    border-radius: 0;
    color: #585858 !important;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
}
aside .embed-fixture .league-menu .league-menu-item.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}
aside .embed-fixture .fixture-list .fixture-list-item {
    display: none;
}
aside .embed-fixture .fixture-list {
    gap: 0;
}
aside .embed-fixture .fixture-list .fixture-list-item:nth-child(-n+3) {
    display: block;
}
aside .embed-fixture .fixture-list-item .fixture-row-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.embed-fixture {
	font-size: 12px;
}
.embed-fixture .fixture-list-item .fixture-head {
    background: var(--primary-color);
    border-radius: 0;
    color: white;
}
.embed-fixture .fixture-list-item .fixture-row-item {
	padding-top: 6px;
	padding-bottom: 6px;
}
.embed-fixture .fixture-list-item .fixture-row-item:nth-child(odd) {
    background-color: white !important;
}
.embed-fixture .fixture-list-item .fixture-row-item:nth-child(2n) {
    background-color: rgb(from var(--primary-color) r g b / 0.15) !important;
}
.embed-fixture .fixture-list-item .fixture-row-item .match .logo {
    flex-shrink: 0;
}
.embed-fixture .fixture-list-item .fixture-row-item .match .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    background: var(--primary-color);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.embed-fixture .fixture-list-item .fixture-row-item:hover {
    background-color: rgb(from var(--primary-color) r g b / 0.15) !important;
}

/* KẾT QUẢ */
.embed-fixture {
    font-family: inherit;
}
.embed-fixture .league-menu {
	gap: 4px;
}
.embed-fixture .league-menu .league-menu-item {
    background-color: #e8e8e8 !important;
    border-radius: 0;
    color: #585858 !important;
	padding: 5px 8px;
}
.embed-fixture .league-menu .league-menu-item.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}