/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.4
*/

.slider-wrapper.relative {
    background: #f8ffec;
}

.ux-logo-image {
    transition: border 0.3s ease, box-shadow 0.3s ease;
    z-index: 99999!important
}

.ux-logo-image:hover {
    border: 3px solid transparent;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    animation: rainbow-border 1.5s infinite;
}

@keyframes rainbow-border {
    0% {
        box-shadow: 0 0 10px 3px #ff0000;
    }

    25% {
        box-shadow: 0 0 10px 3px #ff7f00;
    }

    50% {
        box-shadow: 0 0 10px 3px #ffff00;
    }

    75% {
        box-shadow: 0 0 10px 3px #00ff00;
    }

    100% {
        box-shadow: 0 0 10px 3px #0000ff;
    }
}

.adstoplist {
    margin: auto !important;
}

.adstoplist .icon-box-text.last-reset {
    position: absolute;
    top: 0;
}

.adstoplist .icon-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adstoplist .icon-box-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.adstoplist .icon {
    position: relative;
}

.adstoplist .icon-inner {
    position: relative;
    overflow: hidden;
}

.adstoplist .icon-inner img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.adstoplist.icon-box-img:hover .icon-inner img {
    transform: scale(1.1);
}

.adstoplist .icon-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d33;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.adstoplist .icon-box-img:hover .icon-inner::before {
    opacity: 1;
}

.adstoplist .icon-box-img:hover .icon-inner::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes colorChange {
    0% {
        border-color: rgba(255, 0, 0, 0.5);
    }

    25% {
        border-color: rgba(0, 255, 0, 0.5);
    }

    50% {
        border-color: rgba(0, 0, 255, 0.5);
    }

    75% {
        border-color: rgba(255, 255, 0, 0.5);
    }

    100% {
        border-color: rgba(255, 0, 0, 0.5);
    }
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.numbertop-container {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    /* Bo tròn góc cho container */
    overflow: hidden;
    /* Đảm bảo hình ảnh và badge không vượt quá container */
    transition: transform 0.3s ease;
}

.numbertop-container img {
    display: block;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto;
    transition: transform 0.3s ease;
    /* Thêm hiệu ứng chuyển động cho hình ảnh */
}

.numbertop-container:hover img {
    animation: shake 0.5s ease;
    /* Hiệu ứng rung lắc khi rê chuột */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.numbertop-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    /* Đặt viền màu trong suốt ban đầu */
    border-radius: 10px;
    /* Bo tròn góc cho viền */
    transition: border-color 0.3s ease;
    /* Thêm hiệu ứng chuyển màu cho viền */
    pointer-events: none;
    /* Đảm bảo viền không chặn các sự kiện chuột */
    box-sizing: border-box;
    /* Đảm bảo viền không ảnh hưởng đến kích thước của hình ảnh */
}

.numbertop-container:hover::before {
    animation: colorChange 1s linear infinite;
    /* Áp dụng hiệu ứng chuyển màu cho viền */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.numbertop-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 14px;
    border: 3px solid yellow;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-button a,.header-button a:hover {
    box-shadow: 0 0 15px rgba(255,255,255,.7),0 0 30px rgba(255,255,255,.5)
}

.btn-taive,.button a,.ux-menu-title {
    display: inline-block
}

.btn-taive,.header-button a {
    text-decoration: none;
    font-size: 14px;
    position: relative
}

.btn-taive::before,.header-button a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.btn-taive,.btn-taive span,.button a,.header-button a,.ux-menu-title {
    position: relative
}

.btn-taive:hover,.icon-box-img img,.icon-box-img svg {
    animation: .5s ease-in-out both shake,1s ease-in-out infinite alternate pulse
}

.header-button a::before {
    background: rgba(255,255,255,.3);
    animation: 2s infinite pulse;
    border-radius: 50%;
    transform: scale(0);
    transition: .3s ease-in-out
}

@keyframes pulse {
    0%,100% {
        transform: scale(.5);
        opacity: .5
    }

    50% {
        transform: scale(1.5);
        opacity: 1
    }
}

.header-button a:hover {
    transform: scale(1.05);
    color: #ff0
}

.header-button a:hover::before {
    transform: scale(1.2);
    opacity: .7;
    color: #ff0
}

.header-button a {
    background: #028626!important;
    border-radius: 8px;
    transition: .3s ease-in-out;
    overflow: hidden;
    border: 2px solid #fff;
    padding: 0 5px;
    width: 100%;
    color: #fff;
    font-weight: bolder;
    text-shadow: 1px 0 1px #000
}

.chantrang,.header-main,.table-container th,h1.section-title,h2.section-title,h3.section-title,h4.section-title,span.widget-title {
    background-image: url(/wp-content/uploads/2025/05/bg-tabnew-scaled-1.jpg)!important;
    background-size: cover;
    background-position: right center
}

.btn-taive,.header:not(.transparent) .header-bottom-nav.nav>li>a,.team-container a,i.icon-angle-down {
    font-weight: 700
}

@keyframes rainbowGradient {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.nav-box>li.active>a,.nav-pills>li.active>a {
    text-shadow: 1px 0 1px #000;
    background: linear-gradient(270deg,red,orange,#ff0,green,#00f,indigo,violet);
    background-size: 400% 400%;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    animation: 5s infinite rainbowGradient;
    transition: transform .3s ease-in-out
}

.nav-box>li.active>a:hover,.nav-box>li>a:hover,.nav-pills>li.active>a:hover,.nav-pills>li>a:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,.3)
}

.nav-box>li>a,.nav-pills>li>a {
    background-color: #fffbe5;
    color: #333;
    margin-right: 5px;
    border-radius: 5px 5px 0 0!important;
    transition: background .5s,transform .3s ease-in-out;
    border: 1px solid #9a0000d9;
    border-bottom: none
}

.nav-box>li>a:hover,.nav-pills>li>a:hover {
    background: linear-gradient(270deg,red,orange,#ff0,green,#00f,indigo,violet);
    background-size: 400% 400%;
    animation: 5s infinite rainbowGradient;
    color: #fff
}

.tab-panels {
    padding-top: 0
}

iframe#home-player {
    height: 400px
}

.button a {
    color: #000;
    text-decoration: none;
    transition: color .4s
}

.button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,red,orange,#ff0,green,#00f,indigo,violet);
    background-size: 400%;
    z-index: -1;
    transition: opacity .4s;
    opacity: 0
}

.button a:hover::before {
    opacity: 1;
    animation: 3s linear infinite rainbow
}

@keyframes rainbow {
    0%,100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.buttona:hover {
    color: #fff
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover {
    color: red
}

.icon-box-img img,.icon-box-img svg {
    padding-top: .2em;
    width: 100%
}

.ux-menu-title.flex {
    margin: 0;
    border-top: 1px solid red;
    line-height: 2;
    border-bottom: 1px solid red;
    border-radius: 0
}

.ux-menu-title {
    padding: 5px 10px;
    background-color: #4caf50;
    color: #fff;
    clip-path: polygon(0 0,100% 0,90% 50%,100% 100%,0 100%)
}

.entry-content {
    padding-bottom: 0;
    padding-top: 0!important
}

.entry-header-text {
    padding: 0
}

h1.section-title,h2.section-title,h3.section-title,h4.section-title {
    font-size: 1em;
    border: 0;
    text-align: left;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 5px
}

.section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.section-title-container {
    margin-bottom: 0
}

.header-button {
    width: 100px
}

.table-container table,.top-teams-table {
    width: 100%;
    border-collapse: collapse
}

.header-bottom {
    box-shadow: 0 1px 100px rgba(0,0,0,.2)
}

.row-large>.col,.row-large>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 5px 5px
}

.article-inner,.widget {
    border: 1px solid #ccc;
    padding: 10px
}

.widget>ul>li>a,.widget>ul>li>span:first-child,ul.menu>li>a,ul.menu>li>span:first-child {
    display: inline-block;
    flex: 1;
    padding: 6px 0;
    font-weight: 700
}

span.widget-title {
    background: linear-gradient(to top,#580106,#f30);
    padding: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px
}

.btn-taive,.table-container th {
    background-color: #d32f2f;
    color: #fff
}

.widget .is-divider {
    margin-top: .66em;
    display: none
}

.table-container {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    margin-bottom: 20px;
    overflow-x: auto
}

.table-container h3 {
    color: #ff4d4d;
    text-align: center;
    margin-bottom: 15px
}

.table-container td,.table-container th {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    transition: background-color .3s
}

.table-container td {
    background-color: #eee
}

.table-container tbody tr:hover td {
    background-color: #555;
    color: #fff!important
}

.top-teams-table {
    border: 1px solid #ccc
}

.top-teams-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc
}

.team-container img {
    display: block;
    margin: 0 auto 10px
}

.team-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    transition: transform .3s,box-shadow .3s
}

.team-thumbnail:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,.3)
}

.team-container a {
    text-decoration: none;
    color: #333;
    display: block
}

.team-container a:hover {
    color: #f60
}

.btn-taive {
    overflow: hidden;
    padding: 1px 16px;
    border: 2px solid #b71c1c;
    border-radius: 99px;
    text-transform: uppercase;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0,0,0,.2)
}

.btn-taive::before {
    background-color: rgba(255,255,255,.1);
    transform: rotate(45deg);
    transition: .5s
}

.btn-taive:hover::before {
    top: 0;
    left: 0
}

.btn-taive span {
    z-index: 1
}

.btn-taive:hover {
    background-color: #b71c1c;
    color: #fff;
    border-color: #fff
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-5px)
    }

    20%,40%,60%,80% {
        transform: translateX(5px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.05)
    }
}

i.icon-angle-down {
    background: #fff;
    color: #111;
    padding: 1px 10px;
    border-radius: 99px;
    font-size: 21px;
    line-height: 1em;
    border: 1px solid
}

@keyframes borderColorChange1 {
    0% {
        border-color: red
    }

    25% {
        border-color: orange
    }

    50% {
        border-color: #ff0
    }

    75% {
        border-color: green
    }

    100% {
        border-color: #00f
    }
}

@keyframes borderColorChange2 {
    0% {
        border-color: #00f
    }

    25% {
        border-color: green
    }

    50% {
        border-color: #ff0
    }

    75% {
        border-color: orange
    }

    100% {
        border-color: red
    }
}

@keyframes borderColorChange3 {
    0% {
        border-color: green
    }

    25% {
        border-color: #00f
    }

    50% {
        border-color: red
    }

    75% {
        border-color: orange
    }

    100% {
        border-color: #ff0
    }
}

.fasc-button:first-child {
    border: 2px solid;
    animation: 3s infinite borderColorChange1;
    border-radius: 5px!important
}

.fasc-button:nth-child(2) {
    border: 2px solid;
    animation: 3s infinite borderColorChange2;
    border-radius: 5px!important
}

.fasc-button:nth-child(3) {
    border: 2px solid;
    animation: 3s infinite borderColorChange3;
    border-radius: 5px!important
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    border-radius: 5px;
    background: #ffd86e;
    color: #111;
    border: 2px solid #ffffe0;
    padding: 5px 15px
}

.fasc-button ul li a {
    border: 2px solid #ffffe0;
    margin: auto 5px;
    padding: 2px 15px;
    border-radius: 99px!important
}

.nav-spacing-xlarge>li {
    margin: 0 5px;
}

.header-button a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.header-button a::before,.header-button a::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: yellow;
    /* Màu vàng cho đèn LED */
    border-radius: 99px;
    animation: ledEffect 2s infinite linear;
}

.header-button a::before {
    top: 0;
    left: 0;
    animation-delay: 0s;
}

.header-button a::after {
    top: 0;
    left: 0;
    animation-delay: 1s;
}

@keyframes ledEffect {
    0% {
        top: 0;
        left: 0;
    }

    25% {
        top: 0;
        left: 100%;
        transform: translateX(-100%);
    }

    50% {
        top: 100%;
        left: 100%;
        transform: translate(-100%, -100%);
    }

    75% {
        top: 100%;
        left: 0;
        transform: translateY(-100%);
    }

    100% {
        top: 0;
        left: 0;
    }
}

li.html.header-button-2 a {
    background: #004598 !important;
    color: #5bff32;
    text-shadow: none;
}

.header-button {
    width: 120px;
}
@media (max-width: 590px) {
    iframe#home-player {
        height:250px;
    }

    div#wide-nav ul {
        width: 550px;
        margin: 0;
        overflow: scroll;
        text-align: left;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }

    .nav-center {
        justify-content: left;
    }

    #wide-nav .flex-row.container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #wide-nav .flex-row.container .flex-col ul.nav {
        margin: 0;
        padding: 0;
        display: inline-flex;
        flex-direction: row;
    }

    #wide-nav .flex-row.container .flex-col ul.nav li.menu-item {
        display: inline-block;
        margin-right: 5px!important;
        font-size: 10px!important;
    }

    #wide-nav .flex-row.container .flex-col ul.nav li.menu-item:last-child {
        margin-right: 0;
    }

    .nav>li {
        margin: 0 5px;
    }

    .header-button a {
        font-size: 13px;
        width: 120px;
        display: block;
        position: relative;
        margin: auto;
        text-shadow: 0 0 3px #111
    }

    .section-title span {
        font-size: 12px;
        max-width: 100%;
        overflow-wrap: clip
    }

    .section-title-main span,.section-title-main h3 {
        font-size: 16px;
    }
}
/* 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;
}
.sticky-widget{
    position: relative;
}
.sticky-widget>.col-inner{
    position: sticky;
    top:0;
}
