.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;
}