/* font */
:root {
    --main-font: "Lato", sans-serif;
    /* --primary-color: #1890FF; */
}
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: rgb(255 255 255);
  border-radius: 4px;
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #60828b;
  height: 4px;
  width: 4px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav > li > a {
    font-family: var(--main-font);
    font-size: 0.9rem;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer{
    display: none;
}
html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto!important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar .is-divider{
    display: none;
}
.a-sidebar > .col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #f1f1f1;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color-hover);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
    font-weight: bold;
}
.searchform-wrapper{
    z-index: 999;
}

.single-post figure{
    max-width: 100% !important;
}

.post-item .image-cover {
    padding-top: 50% !important;
}

.a-heading h1:before {
    content: "";
    background: #4fa747;
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a-heading h1{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
	position: relative;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.h-100{
    height: 100%;
}

.j-text-scroll { 
    overflow-y: auto; 
    overflow-x: hidden; 
 max-height: 500px; 
} 
 
.j-text-scroll::-webkit-scrollbar { 
    width: 7px; 
    background: transparent !important; 
} 
 
.j-text-scroll::-webkit-scrollbar-thumb { 
    background-color: #ff0000; 
    border-radius: 6px; 
}

.home-page .page_bars {
    background: linear-gradient(0deg, #111213 0%, #262932 100%);
    border-radius: 7px;
    position: relative;
    margin-bottom: 20px;
}

.home-page .sports-bars {
    border-bottom: 1px solid #ffffff00;
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
    align-items: center;
    padding: 16px 16px 11px 16px;
    position: relative;
}

.home-page .sports-bars::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 5%);
}

.home-page .sports-bars ul {
    list-style: none;
    width: 100%;
    display: flex;
    gap: 26px;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.home-page .sports-bars ul li {
    position: relative;
    margin: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.home-page .sports-bars ul li button.active,
.home-page .sports-bars ul li button:focus,
.home-page .sports-bars ul li button:hover {
    color: #00fffd;
    text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
    border-radius: 7px;
    position: relative;
    background: linear-gradient(360deg, rgba(37, 44, 135, 1), rgba(34, 42, 73, 0.2));
}

.home-page .sports-bars ul li button.active span,
.home-page .sports-bars ul li button:focus span,
.home-page .sports-bars ul li button:hover span {
    background: unset;
    color: #00FFFD;
    -webkit-text-fill-color: #00FFFD;
}

.home-page .sports-bars ul li button.active svg,
.home-page .sports-bars ul li button:focus svg,
.home-page .sports-bars ul li button:hover svg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(71%) saturate(4947%) hue-rotate(102deg) brightness(101%) contrast(107%);
}

.home-page .sports-bars ul li button.active::before,
.home-page .sports-bars ul li button:focus::before,
.home-page .sports-bars ul li button:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 7px;
    padding: 1px;
    background: linear-gradient(360deg, rgba(0, 200, 244, 1), rgba(66, 83, 243, 1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.main-page .sports-bars ul li button#football-tab.active path {
    stroke: none;
}

.home-page .sports-bars ul li button#basketball-tab.active path,
.home-page .sports-bars ul li button#football-tab.active path,
.home-page .sports-bars ul li button#tennis-tab.active path,
.home-page .sports-bars ul li:hover button#basketball-tab path,
.home-page .sports-bars ul li:hover button#football-tab path,
.home-page .sports-bars ul li:hover button#tennis-tab path {
    fill: #00fffd;
}

.home-page .sports-bars ul li button#badminton-tab.active path,
.home-page .sports-bars ul li button#volleyball-tab.active path,
.home-page .sports-bars ul li:hover button#badminton-tab path,
.home-page .sports-bars ul li:hover button#volleyball-tab path {
    stroke: #00fffd;
    fill: none;
}

.home-page .sports-bars ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(50%, -50%);
}

.home-page .sports-bars ul li:last-child::after {
    content: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.home-page .sports-bars ul li button {
    background: transparent;
    border: none;
    color: #FFEDED;
    text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 7px;
    font-weight: 600;
    min-width: 125px;
    height: 39px;
    outline: 0;
    border-radius: 7px;
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
	font-family: "oswald";
}

.home-page .sports-bars ul li button span {
    background: linear-gradient(-82.9deg, rgb(255, 255, 255) 5.8%, rgb(153, 153, 153) 95.41%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

/* START: switch */
.home-page .sports-bars .btn-livescore {
    position: relative;
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background: #1B1D21;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 0 10px;
    margin-bottom: 0;
	font-family: Oswald;
}

.home-page .sports-bars .btn-livescore::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(7.9deg, rgb(0, 200, 244) 6.4%, rgb(66, 83, 243) 95.05%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.home-page .sports-bars .btn-livescore .switch-style {
    background: #3E3E3E;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 32px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-right: 6px;
    z-index: 2;
}

.home-page .sports-bars .btn-livescore .switch-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home-page .sports-bars .btn-livescore.active .switch-style {
    background: linear-gradient(93deg, #0157ff 12.13%, #a3ffff 101.78%);
}

.home-page .sports-bars .btn-livescore.active .switch-style:before {
    left: 16px;
}

.home-page .sports-bars .btn-livescore input {
    display: none;
}

.home-page .sports-bars .btn-livescore .switch-custom {
    position: absolute;
    inset: 0;
    border-radius: 25px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.home-page .sports-bars .btn-livescore.active .switch-custom::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(to top, #00c8f4, #4253f3);
    border-radius: 25px;
    z-index: -1;
}

.home-page .sports-bars .btn-livescore.active .switch-custom:after {
    content: "";
    position: absolute;
    inset: 1.5px;
    background: linear-gradient(to top, #2532d5, #070e59);
    border-radius: 25px;
    z-index: -1;
}

.home-page .sports-bars .btn-livescore .txt {
    position: relative;
    z-index: 2;
    color: #FFEDED;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.552px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-page .sports-bars .btn-livescore span.txt-pc {
    display: block;
}

.home-page .sports-bars .btn-livescore span.txt-sm {
    display: none;
}

/* filter */
.home-page .filter-row {
    display: none;
    padding: 20px 12px 16px;
    grid-template-columns: 1fr 190px;
    gap: 16px;
    position: relative;
}

.home-page .filter-row#filter-esports {
    grid-template-columns: 1fr 370px;
}

.home-page .filter-row.active {
    display: grid;
}

.home-page .list-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    gap: 12px;
    margin-bottom: 0;
}

.home-page .list-filter::-webkit-scrollbar {
    height: 4px;
}

.home-page .list-filter::-webkit-scrollbar-track {
    background: transparent;
}

.home-page .list-filter::-webkit-scrollbar-thumb {
    background: #202229;
}

.home-page .list-filter li {
    position: relative;
    z-index: 9;
    margin: 0;
}

.home-page .list-filter li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    min-width: 120px;
    height: 34px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    color: #ffffff;
    background: #4a586736;
}

.home-page .list-filter li a.active,
.home-page .list-filter li a:hover {
    color: #9BFFAB;
    position: relative;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(360deg, rgba(31, 62, 171, 0.32), rgba(22, 89, 81, 0.2));
}

.home-page .list-filter li a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 1px;
    background: transparent;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.home-page .list-filter li a.active::before,
.home-page .list-filter li a:hover::before {
    background: linear-gradient(360deg, rgba(0, 101, 144, 1), rgba(35, 59, 83, 0));
}

.home-page .list-filter li a.now {
    color: #9bffab;
    background: linear-gradient(180deg, #042104 39.71%, #045830 119.12%);
    width: 129px;
    justify-content: flex-end;
}

.home-page .list-filter li a.now::before {
    background: linear-gradient(-3.19deg, rgb(62, 212, 106) 2.71%, rgb(0, 42, 12) 97.57%);
}

.home-page .list-filter li a .num {
    background: #162737;
    border: none;
    color: #ffffff;
    font-weight: 700;
    border-radius: 38px;
    width: 22px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 11px;
}

.home-page .list-filter li a.now .num {
    background: #202229;
}

.home-page .sports-bars .switch.btn-livescore input{
	position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5%;
    z-index: 999;
    opacity: 0;
    display: block;
}



/* tab content css*/
.tab-content>.active {
    display: block;
}

.grid-matches {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.grid-matches__item {
    display: block;
    position: relative;
    cursor: pointer;
    flex: 0 0 calc(50% - 10px);
}

.grid-matches__item a, .teambox a, #tv_links a {
    text-decoration: none;
}

.grid-matches__item .redirectPopup {
    height: 71%;
}

.grid-matches__item .redirectPopup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.grid-match {
    display: flex;
    flex-wrap: wrap;
    background: #506b4e54;
    color: #000;
    height: 100%;
}

.grid-match--is-hot {
    color: #fafafa!important;
}

.grid-match--is-hot {
    background-color: #fb5858ab;
}

.grid-matches__item .grid-match {
    background: #232324 url(/wp-content/uploads/2025/10/bg-match.webp) no-repeat bottom;
    border-radius: 11px;
    display: block;
    height: auto;
    color: #fff;
    padding: 0 12px;
}

.grid-matches__item .grid-match.grid-match--is-hot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 11px;
    padding: 1px;
    background: linear-gradient(155deg, #FF0000 0%, #630606 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.grid-matches__item .grid-match__header {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 9px 0;
}

.grid-matches__item .grid-match__league {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.grid-matches__item .grid-match__league img {
    width: 14px;
    height: 14px;
}

.grid-matches__item .grid-match__league .text-ellipsis {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #828B98;
}

.grid-match__time {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}

.grid-match__time .icon-haflt {
    position: relative;
}

.grid-match__time .icon-haflt text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.grid-matches__item .t_time.t_time_num {
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.grid-match__time .progress-bar {
    position: absolute;
    left: 3px;
    top: 2px;
    height: 86%;
    background: rgba(18, 117, 37, 0.63);
    border-bottom-left-radius: 60px;
    width: 20%;
    border-bottom-right-radius: 0px;
	display: none;
}

.grid-matches__item .grid-match__date {
    color: #C2E598;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 13px;
    padding: 1px 8px;
    background: linear-gradient(#1a1e23, #1a1e23) padding-box, linear-gradient(180deg, #1a1e23 0%, #01a441 100%) border-box;
    border: 1px solid transparent;
    height: 23px;
}

.grid-matches__item .grid-match__body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 13px 0 19px;
}

.team {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.grid-match__team-home {
    padding: 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.grid-match__team {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
}

.grid-matches__item .grid-match__team {
    position: static;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.grid-matches__item .grid-match__team-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.team-logo-group {
    display: flex;
    position: relative;
}

.team-logo-group img {
    object-fit: contain;
}

.grid-matches__item .grid-match__team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.team-name-group {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #bbbbbb;
}

.grid-matches__item .grid-match__status {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100px;
    padding: 0px 5px;
    flex-direction: column;
    height: 32px;
}

.t_vs_num {
    display: flex;
    gap: 5px;
}

.grid-match__vs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
    align-items: center;
}

.grid-match__vs {
    color: #BBBBBB;
    white-space: nowrap;
}

.grid-match--is-hot .grid-match__vs {
    color: #fff;
}

.grid-matches__item .grid-match__status .grid-match__vs {
    background: linear-gradient(125deg, #1553ef, #0c3089 27.66%, #0c1a4c 68.97%);
    stroke-width: 1px;
    stroke: #1456FF;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.grid-matches__item .grid-match__status .grid-match__vs.t_vs_num {
    border-radius: 36px;
    border: 1px solid #1456ff;
    background: linear-gradient(113deg, #1553ef 7.37%, #0c3089 57.22%, #0b2a79 66.05%, #000 131.67%);
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: inherit;
    height: inherit;
    gap: 8px;
}

.t_vs_num span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-matches__item .grid-match__status .grid-match__vs.t_vs_num span {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    flex: 1;
}

.t_vs_num span.winner {
    background: linear-gradient(
    136deg,
    #3effff,
    #166def 31.07%,
    #5968f7 45.94%,
    #ad1bf1 80.51%
  );
    stroke-width: 1px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-match__team-away {
    padding: 0px;
}

.grid-match__team .team-logo-group-away-logo {
    margin-left: 0;
}

.grid-matches__item .grid-match-item__footer {
    border-radius: 7px;
    position: relative;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}

.grid-match-item__footer-left {
    flex: 1;
    display: flex;
    z-index: 2;
}

.grid-match--flag {
    background: #373737;
    color: #828B98;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 24px;
    display: flex;
    padding: 3px 10px;
    gap: 10px;
}

.grid-match--flag .grid-match__goal-scoring {
    gap: 4px;
}

.grid-match--flag .match-flag-item {
    display: flex;
}

.grid-match__goal-scoring span {
    color: #00C44D;
}

.grid-match__goal-scoring .grid-match__half-court {
    color: #fff;
    color: #969696;
}

.grid-match--flag .grid-match__corner-ball {
    gap: 3px;
    align-items: center;
}

.grid-match--flag .grid-match__yellow-ball {
    gap: 4px;
    align-items: center;
    gap: 5px;
}

.grid-match-item__footer-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.grid-matches__item .commentator {
    color: #BBB;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    gap: 2px;
    display: flex;
    align-items: center;
}

.grid-matches__item .commentator svg {
    width: 26px;
    height: 26px;
}

.grid-match-item__footer-right {
    flex: 1;
    z-index: 2;
    align-items: center!important;
    justify-content: flex-end!important;
    display: flex;
    gap: 6px;
}

.grid-matches__item .grid-match__odds {
    color: #8D92A2;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    min-width: 105px;
    display: flex;
    flex-direction: column;
}

.grid-matches__item .grid-match__odds .grid-match__odds-item {
    display: flex;
    justify-content: space-between;
    line-height: 15px;
    gap: 15px;
    position: relative;
}

.grid-match-item__footer-right .odds-comp-logo img {
    height: 24px;
    width: auto;
    position: relative;
    z-index: 2;
}

.grid-matches__item .grid-match-item__footer::before {
    content: '';
    position: absolute;
    height: 21px;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    padding: 1px;
    background: linear-gradient(360deg, rgba(25, 25, 32, 0) 0%, rgba(63, 65, 70, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-content p{
	margin-bottom: 0;
}

.tab-content p:empty {
    display: none !important;
}

.grid-matches__item .grid-match__odds .grid-match__odds-item p {
    color: #8D92A2;
    font-size: 11px;
    margin: 0px;
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
}

.tab-content p:empty {
    display: none;
}

.grid-match-item__footer-left .grid-match--flag img{
	padding-right: 2px;
    margin-right: 2px;
}

div[odds]:not([odds=""]) .grid-match__odds::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 24px;
    opacity: 0.3;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 100%);
}

div[odds]:not([odds=""]) .grid-match__odds::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 24px;
    opacity: 0.3;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 100%);
}

/* ==Page lich thi dau css==*/
.content-page-schedule br{
	display: none !important;
}

.site-bars {
    border-radius: 6px;
    background: #1C1E20;
    padding: 8px 10px;
}

.site-bars .nav-tabs {
    border-bottom: 0;
}

.site-bars .nav-tabs .nav-item .nav-link {
    margin: 0;
    background: none;
    border: none;
    gap: 8px;
    color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 700;
	font-size: 14px;
}

.site-bars .nav-tabs .nav-item .nav-link.active,
.site-bars .nav-tabs .nav-item .nav-link:focus {
    border-radius: 6px;
    background: #00A942;
    border: none;
    color: #fff;
    outline: none;
}

.site-bars .nav-tabs .nav-item span {
    line-height: 1;
}

.site-bars form input[type="text"] {
    border-radius: 6px;
    background: #2A2C2F;
    color: #B5BEC9;
    font-family: 'Raleway';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    border: none;
    height: 2rem;
    padding: 0.44rem 0.62rem;
}

.site-bars form button {
    background: linear-gradient(86deg, #009B3A -8.29%, #009B3A 62.2%, #00BD47 102.14%);
    color: #FFF;
    font-family: 'Raleway';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
    border: none;
    border-radius: 6px;
    height: 2rem;
    margin-left: 2px;
    padding: 0.44rem 0.75rem;
}

pre {
    background: #fff;
}

.api-sport br{
	display: none !important;
}

.api-sport {
    --as-primary-font: Oswald,Manrope,sans-serif;
    --as-primary-bg: #212324;
    --as-primary-color: #fff;
    --as-primary-color-1: #afb4ba;
    --as-primary-active-color: #4cf446;
    --as-primary-border-color: #343940;
    --as-primary-active-border-color: #2fb925;
    --as-primary-box-bg: #2a2b2e;
    --as-primary-btn-bg: linear-gradient(250deg,#22252c 33.6%,#222734 43.94%,#242c3e 59.4%);
    --as-primary-btn-active-border-color: #3ed46a;
    --as-primary-btn-active-bg: linear-gradient(124.54deg,#2fb925,#36633f 27.66%,#042601 68.97%);
    --as-primary-btn-border-before-bg: transparent;
    --as-match-league-title-bg: #292b2e;
    --as-match-league-title-font-family: "Raleway";
    --as-match-league-title-font-size: 0.75rem;
    --as-match-league-title-font-weight: 500;
    --as-match-league-title-competition-color: #fff;
    --as-match-league-title-competition-font-weight: 700;
    --as-match-league-title-competition-font-family: "Oswald";
    --as-match-league-title-competition-font-size: 0.8125rem;
    --as-match-competition-wrapper: transparent;
    --as-competition-wrapper-border-radius: 0.375rem;
    --as-competition-wrapper-border-color: var(--as-primary-border-color);
    --as-match-league-title-border-color: #343940;
    --as-vs-match-item-bg: #272a2a url(/wp-content/uploads/2025/11/bg-match.svg) no-repeat bottom;
    --as-vs-match-item-bg-border: 0 solid rgba(35,47,71,.749);
    --as-vs-match-item-height: 7.5rem;
    --as-vs-match-item-footer-bg: url(/wp-content/uploads/2025/11/border-match-footer.svg) no-repeat top;
    --as-vs-match-item-footer-after-bg: linear-gradient(90deg,#333a42,#fff 48.79%,#333a42 97.58%);
    --as-vs-match-item-footer-padding: 0 0.625rem;
    --as-vs-match-item-footer-margin: 0;
    --as-filter-tags-top-border-bottom: 0.0625rem solid #2a3038;
    --as-filter-tags-top-country-font-family: "Raleway";
    --as-filter-tags-top-country-font-size: 0.75rem;
    --as-filter-tags-top-country-font-weight: 500;
    --as-filter-tags-top-country-line-height: 1.125rem;
    --as-filter-tags-top-country-color: #fff;
    --as-filter-tags-border-color: transparent;
    --as-filter-tags-border-radius: 0.375rem;
    --as-filter-svg-fill: #00fffd;
    --as-filter-svg-width: 0.9375rem;
    --as-filter-svg-height: 0.9375rem;
    --as-filter-today-border-top-color: transparent;
    --as-filter-today-border-top-height: 0;
    --as-filter-today-text-transform: uppercase;
    --as-filter-today-height: 1.75rem;
    --as-filter-today-width: 6.875rem;
    --as-filter-today-radius: 0.4375rem;
    --as-filter-today-padding: 0 0.625rem;
    --as-filter-tags-opacity: 0.9;
    --as-filter-tags-bg: linear-gradient(7deg,#111213 -35.49%,#262932 90.99%);
    --as-filter-today-bg: linear-gradient(0deg,#252c87,rgba(34,42,73,.2) 76.25%);
    --as-filter-today-color: #00fffd;
    --as-filter-today-font-family: "Oswald";
    --as-filter-today-font-weight: 400;
    --as-filter-today-font-size: 0.8125rem;
    --as-border-color-as-today: 0.0625rem solid #252c87;
    --as-filter-league-item-active: linear-gradient(180deg,#042104 39.71%,#045830 119.12%);
    --as-filter-league-item-active-color: #9bffab;
    --as-filter-league-item-active-font-weight: 400;
    --as-filter-league-item-active-border: #3ed46a;
    --as-filter-league-item-active-border-top-color: transparent;
    --as-filter-league-item-active-border-top-hight: 0;
    --as-filter-league-item-border-color: transparent;
    --as-filter-league-item-font-family: "Oswald";
    --as-filter-league-item-font-size: 0.8125rem;
    --as-filter-league-item-font-weight: 400;
    --as-filter-league-item-line-height: 1.375rem;
    --as-filter-league-item-bg: #2a3038;
    --as-filter-league-item-border-radius: 0.375rem;
    --as-vs-match-item-time-haflt-bg: url(/wp-content/uploads/2025/11/haft-icon.svg) no-repeat;
    --as-vs-match-item-time-haflt-draw-bg: url(/wp-content/uploads/2025/11/haft-icon-draw.svg) no-repeat;
    --as-vs-match-item-time-haflt-loss-bg: url(/wp-content/uploads/2025/11/haft-icon-lose.svg) no-repeat;
    --as-vs-match-item-time-haflt-width: 6.625rem;
    --as-vs-match-item-time-haflt-height: 1.625rem;
    --as-vs-match-item-time-haflt-border-radius: unset;
    --as-vs-match-item-time-haflt-margin-top: unset;
    --as-vs-match-item-time-haflt-pading: 0;
    --as-progress-bar-bg: linear-gradient(98deg,#1bc543 -0.71%,#18b100 90.18%);
    --as-vs-match-item-league-span-font-family: "Roboto";
    --as-vs-match-item-league-span-font-size: 0.6875rem;
    --as-vs-match-item-league-span-font-weight: 500;
    --as-vs-match-item-league-span-font-line-height: 0.875rem;
    --as-vs-match-item-league-span-font-color: #828b98;
    --as-vs-match-item-league-span-text-transform: uppercase;
    --as-vs-match-item-date-bg: linear-gradient(#1a1e23,#1a1e23) padding-box,linear-gradient(180deg,#1a1e23,#01a441) border-box;
    --as-vs-match-item-date-border: 0.0625rem solid transparent;
    --as-vs-match-item-date-color: #c2e598;
    --as-vs-match-item-date-border-radius: 0.8125rem;
    --as-vs-match-item-date-border-width: 4.8125rem;
    --as-vs-match-item-date-border-height: 1.3125rem;
    --as-vs-match-item-date-before-opacity: 0;
    --as-vs-match-item-date-before-bg: none;
    --as-vs-match-item-date-before-padding: none;
    --as-vs-match-item-date-before-border-radius: none;
    --as-vs-match-item-date-before-font-family: unset;
    --as-vs-match-item-date-before-font-size: 0.625rem;
    --as-match-item-status-item-vs-bg: linear-gradient(113deg,#1553ef 7.37%,#0c3089 57.22%,#0b2a79 66.05%,#000 131.67%);
    --as-match-item-status-item-vs-width: 1.5rem;
    --as-match-item-status-item-vs-height: 1.5rem;
    --as-match-item-status-item-vs-border-radius: 50%;
    --as-match-item-status-item-as-t-vs-num-bg: linear-gradient(280deg,#1553ef 22.76%,#0c3089 43.68%,#0c1a4c 74.93%);
    --as-vs-match-item-padding-bottom: 0;
    --as-match-item-status-item-as-t-vs-num-border: 0.0625rem solid #1456ff;
    --as-match-item-status-item-as-t-vs-num-border-radius: 2.25rem;
    --as-match-item-status-item-as-t-vs-num-width: inherit;
    --as-match-item-status-item-as-t-vs-num-height: inherit;
    --as-match-item-status-item-as-t-vs-num-span-width: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-height: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-display: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-active-bg: linear-gradient(136deg,#3effff,#166def 31.07%,#5968f7 45.94%,#ad1bf1 80.51%);
    --as-match-item-status-item-as-t-vs-num-span-active-width: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-active-height: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-active-display: 1.5rem;
    --as-match-item-status-item-as-t-vs-num-span-active-border-radius: 50%;
    --as-match-item-status-item-as-t-vs-num-span-active-stroke-color: #1456ff;
    --as-match-item-status-item-as-t-vs-num-span-active-stroke-width: 0.0625rem;
    --as-match-item-footer-as-flag-bg: #202229;
    --as-match-item-footer-as-flag-border-radius: 1.5rem;
    --as-match-item-footer-as-flag-color: #fff;
    --as-match-item-footer-as-flag-border: 0.0625rem solid #343940;
    --as-match-item-footer-as-flag-padding: 0.125rem 0.875rem;
    --as-match-list-as-show-more-display: inline-block;
    --as-match-list-as-show-more-margin: 0 auto;
    --as-match-list-as-show-more-padding: 0.1875rem 0.75rem;
    --as-match-list-as-show-more-bg: linear-gradient(180deg,#393d41,#282a2c);
    --as-match-list-as-show-more-border-radius: 0.375rem;
    --as-match-list-as-show-more-border: 0 solid #2d3f5d;
    --as-filter-calendar-mx-input-wrapper-input-border: 0.0625rem solid #2a3038;
    --as-filter-calendar-mx-input-wrapper-input-bg: #141516;
    --as-filter-calendar-mx-input-wrapper-input-border-radius: 0.375rem;
    --as-filter-calendar-mx-input-wrapper-input-color: #fff;
    --as-filter-calendar-mx-input-wrapper-input-font-family: "Oswald";
    --as-filter-calendar-mx-input-wrapper-i-color: #2fb925;
    --as-filter-calendar-border-left: 0.0625rem solid #2a3038;
    --as-filter-span-as-with-by-color: #07eb66;
    --as-score-width: 4.5rem;
    --as-score-height: 1.75rem;
    --as-score-vs-padding: 0;
    --as-score-vs-border-before-border-radius: 0.375rem;
    --as-score-vs-border-before-bg: transparent;
    --as-score-vs-bg: linear-gradient(113deg,#1553ef 7.37%,#0c3089 57.22%,#0b2a79 66.05%,#000 131.67%);
    --as-score-vs-color: #fff;
    --as-score-vs-num-bg: linear-gradient(93deg,#0d1e54 32.95%,#0a49e7 91.92%);
    --as-score-vs-num-border-color: #1456ff;
    --as-score-vs-num-border-radius: 2.25rem;
    --as-score-vs-num-win-bg: linear-gradient(136deg,#3effff,#166def 31.07%,#5968f7 45.94%,#ad1bf1 80.51%);
    --as-score-vs-num-win-border-radius: 50%;
    --as-score-vs-num-win-border-color: #1456ff;
    --as-score-vs-num-win-border: 0.0625rem solid;
    --as-score-vs-num-win-color: var(--as-score-vs-color);
    --as-score-vs-num-text-only-bg: linear-gradient(125deg,#1553ef,#0c3089 27.66%,#0c1a4c 68.97%);
    --as-score-vs-num-text-only-border-radius: 50%;
    --as-score-vs-width: var(--as-score-height);
    --as-score-vs-height: var(--as-score-height);
    --as-score-vs-num-win-box-shadow: none;
    --as-stats-btn-border-color: #343940;
    --as-stats-btn-bg: #202229;
    --as-tabs-icon-item-color: #9c9c9c;
    --as-tabs-icon-item-active-bg: linear-gradient(125deg,#2fb925,#36633f 27.66%,#042601 68.97%);
    --as-tabs-icon-item-active-border-radius: 6.25rem;
    --as-tabs-icon-item-active-border: 0.0625rem solid var(--as-primary-active-border-color);
    --as-tabs-icon-item-active-color: var(--as-primary-active-color);
    --as-tabs-item-border: 0.0625rem solid #3c4459;
    --as-tabs-item-color: linear-gradient(250deg,#22252c 33.6%,#222734 43.94%,#242c3e 59.4%);
    --as-match-item-bg: #212324;
    --as-match-item-border-bottom: 0.0625rem solid transparent;
    --as-match-ht-font-family: unset;
    --as-match-ht-font-size: 0.9375rem;
    --as-match-ht-font-weight: 700;
    --as-match-ht-bg: linear-gradient(124.54deg,#2fb925,#36633f 27.66%,#042601 68.97%);
    --as-match-ht-border-color: #2fb925;
    --as-match-ht-border-radius: 0.375rem;
    --as-match-label-bg: #202229;
    --as-match-label-border-radius: 0.375rem;
    --as-match-label-border: 0.0625rem solid var(--as-primary-border-color);
    --as-match-label-color: 0.375rem;
    --as-match-label-color: #afb4ba;
    --as-match-label-font-family: "Roboto";
    --as-match-label-font-size: 0.75rem;
    --as-match-label-line-height: 0.875rem;
    --as-match-label-font-weight: 500;
    --as-match-label-before-opacity: 0;
    --as-match-label-before-bg: none;
    --as-match-label-before-padding: 0.08125rem;
    --as-match-label-before-border-radius: var(--as-match-ht-border-radius);
    --as-match-label-corner-bg: #202229!important;
    --as-match-label-corner-color: #fff!important;
    --as-match-label-corner-border-radius: 0.375rem!important;
    --as-match-label-corner-border-radius-color: #343940!important;
    --as-match-label-corner-font-family: "Roboto"!important;
    --as-match-label-corner-font-size: 0.75rem!important;
    --as-match-label-corner-font-weight: 500!important;
    --as-match-label-corner-font-line-height: 0.875rem!important;
    --as-label-item-win: var(--as-incident-list-event-as-score-color);
    --as-result-popup-bg: #212324;
    --as-result-popup-team-bg: #23272c url(/wp-content/uploads/2025/11/bg.png) no-repeat bottom;
    --as-result-popup-team-time-color: #afb4ba;
    --as-result-popup-team-time-font-family: "Oswald";
    --as-result-popup-team-time-font-size: 0.8125rem;
    --as-result-popup-team-time-font-weight: 400;
    --as-result-popup-team-time-line-height: 1.375rem;
    --as-result-popup-player-bg: #23272c;
    --as-result-popup-half-time-score-border-radius: 0.375rem;
    --as-result-popup-half-time-score-border-color: var(--as-primary-border-color);
    --as-result-popup-half-time-score-bg: #202229;
    --as-result-popup-half-time-score-color: #fff;
    --as-result-popup-half-time-as-score-value-color: #00eb1f;
    --as-result-popup-as-tabs-icon-bg: #2a2b2e;
    --as-result-popup-as-tabs-icon-border-bottom: 0.0625rem solid var(--as-primary-border-color);
    --as-result-popup-as-tabs-icon-border-top: 0.0625rem solid var(--as-primary-border-color);
    --as-result-popup-result-tab-content: linear-gradient(180deg,#282a2c 0.08%,#282a2c 10.42%,#1e2021 40.82%);
    --as-result-popup-incident-list-event-score-bg: #303339;
    --as-result-popup-incident-list-event-score-border-color: #1b842e;
    --as-result-popup-incident-list-event-score-border-radius: 1.875rem;
    --as-result-popup-as-nav-tabs-item-color-mobile: #afb4ba;
    --as-result-popup-as-nav-tabs-item-bg-mobile: linear-gradient(180deg,#393d41,#282a2c);
    --as-result-popup-as-nav-tabs-item-border-color-mobile: transparent;
    --as-result-popup-as-nav-tabs-item-border-radius-mobile: 0.375rem;
    --as-result-popup-as-nav-tabs-item-font-family-mobile: "Roboto Condensed";
    --as-result-popup-as-nav-tabs-item-font-size-mobile: 0.8125rem;
    --as-result-popup-as-nav-tabs-item-font-weight-mobile: 400;
    --as-result-popup-as-nav-tabs-item-font-line-height-mobile: 1.125rem;
    --as-result-popup-as-nav-tabs-item-padding-bottom-mobile: 0.375rem;
    --as-result-popup-as-nav-tabs-item-color: #afb4ba;
    --as-result-popup-as-nav-tabs-item-padding: 0.5rem 0.75rem;
    --as-result-popup-as-nav-tabs-item-font-family: "Roboto Condensed";
    --as-result-popup-as-nav-tabs-item-font-size: 0.8125rem;
    --as-result-popup-as-nav-tabs-item-font-weight: 400;
    --as-result-popup-as-nav-tabs-item-font-line-height: 1.375rem;
    --as-result-popup-as-nav-tabs-item-bg: linear-gradient(180deg,#393d41,#282a2c);
    --as-result-popup-as-nav-tabs-item-border-color: none;
    --as-result-popup-as-nav-tabs-item-border-radius: 0.375rem;
    --as-result-popup-as-nav-tabs-item-active-color: #4cf446;
    --as-result-popup-as-nav-tabs-item-active-bg: linear-gradient(180deg,#042104 39.71%,#045830 119.12%);
    --as-result-popup-as-nav-tabs-item-active-border-color: #3ed46a;
    --as-standing-bg: #212324;
    --as-dropdown-toggle-border-radius: 0.375rem;
    --as-dropdown-toggle-border: 0.0625rem solid #2a3038;
    --as-dropdown-toggle-bg: #141516;
    --as-dropdown-toggle-padding: 0 0.3125rem;
    --as-dropdown-toggle-font-family: "Be Vietnam Pro";
    --as-dropdown-toggle-font-size: 0.75rem;
    --as-dropdown-toggle-font-weight: 400;
    --as-dropdown-toggle-line-height: 1.375rem;
    --as-datepicker-popup-bg: #2a2b2e;
    --as-datepicker-popup-cell-bg: #23272c;
    --as-datepicker-popup-cell-color: #ccc;
    --as-datepicker-cell-cell-disable-bg: #2a2b2e;
    --as-datepicker-cell-cell-disable-color: #73879c;
    --as-statistics-bar-wrapper-bg: #292c30;
    --as-statistics-bar-wrapper-border-radius: 0;
    --as-statistics-bar-wrapper-height: 0.5625rem;
    --as-statistics-bg: #007dbb;
    --as-statistics-home-border-radius: 0;
    --as-statistics-away-border-radius: 0;
    --as-statistics-win-bg: #06be46;
    --as-statistics-home-win-bg: var(--as-statistics-win-bg);
    --as-statistics-away-win-bg: var(--as-statistics-win-bg);
    --as-statistics-home-bg: var(--as-statistics-bg);
    --as-statistics-away-bg: var(--as-statistics-bg);
    --as-statistics-win-color: #06be46;
    --as-statistics-title-font-family: "Raleway";
    --as-h2-title-box-bg: rgba(58,68,82,.239);
    --as-h2-title-box-padding: 0.75rem;
    --as-h2-title-box-opacity: 1;
    --as-h2-title-box-font-size: 0.75rem;
    --as-h2-title-box-font-weight: 400;
    --as-squad-title-margin-bottom: 0;
    --as-squad-title-padding-bottom: 0;
    --as-squad-title-bg: #212325;
    --as-squad-title-height: 3.75rem;
    --as-squad-title-border: 0.0625rem solid var(--as-primary-border-color);
    --as-squad-title-span-border-bottom: 0 solid #01b243;
    --as-squad-title-span-color: #27a600;
    --as-squad-title-span-font-size: 0.8125rem;
    --as-squad-title-span-font-weight: 700;
    --as-squad-title-span-line-height: 1.375rem;
    --as-squad-title-span-padding-bottom: 0;
    --as-note-bg: #23272c;
    --as-nav-tabs-btn-border-padding-bottom: 0;
    --as-nav-tabs-btn-border-border-bottom-color: var(--as-primary-border-color);
    --as-nav-tabs-btn-as-nav-item-padding-bottom: 0.75rem;
    --as-standing--top-padding-bottom: 0;
    --as-standing--top-padding-bottom-mobile: 0.75rem;
    --as-nav-tabs-btn-border-padding-bottom-mobile: 0.75rem;
    --as-nav-tabs-btn-border-border-bottom-mobile: unset;
    --as-standing-table-row-bg: var(--as-primary-bg);
    --as-standing-table-row-border-bottom: 0.0625rem solid #3f4040;
    --as-standing-table-row-active-bg: #302e1e;
    --as-standing-table-row-as-standing__table-row-head: #292b2e;
    --as-standing__table-c-w-color: #01b243;
    --as-standing__table-c-d-color: #3667c9;
    --as-standing__table-c-l-color: #af2929;
    --as-line-ups-as-back-green-bg: #0b5126;
    --as-line-ups-as-ground-box-border-color: #0b401f;
    --as-line-ups-as-ground-box-as-mid-circle-as-mid-inner-bg: #0b401f;
    --as-line-ups-as-ground-box-as-half-box-as-as-square2-bg: #0b5126;
    --as-line-up-colunm-as-line-up-colunm-border-top: 0 solid #060a23;
    --as-line-up-colunm-item-border-bottom: 0.0625rem solid var(--as-primary-border-color);
    --as-line-up-colunm-item-home-border-right: 0.0625rem solid var(--as-primary-border-color);
    --as-line-up-colunm-item-font-family: unset;
    --as-line-up-team-info-bg: #0b401f;
    --as-line-up-player-border-home: 0.0625rem solid #1f1f1f;
    --as-line-up-player-border-away: 0.0625rem solid #1f1f1f;
    --as-line-up-player-name-bg: rgba(54,57,64,.4);
    --as-match-detail-border-radius: 0.625rem;
    --as-incident-list-head: #2e3335;
    --as-incident-list-head-content-color: #c2e598;
    --as-incident-list-item-h3-border-bottom-color: #494949;
    --as-lineups-as-team-bg: #212324;
    --as-shooting-table-row-head-bg: #292b2e;
    --as-lineups-as-team-bg: #2e3335;
    --as-match-item-footer-as-flag-before-opacity: 1;
    --as-match-item-footer-as-flag-before-bg: linear-gradient(0deg,#171e20,#005d30 50%,#00993f);
    --as-match-item-footer-as-flag-before-padding: 0.0625rem;
    --as-match-item-footer-as-flag-before-border-radius: 1.875rem;
    --as-match-item-footer-as-flag-basketball-bg: transparent;
    --as-score-vs-basketball-bg: var(--as-score-vs-bg);
    --as-match-item-status-item-vs-border: 0 solid var(--as-primary-bg);
    --as-match-item-status-item-vs-basketball-border: 0.0625rem solid #1456ff;
    --as-vs-match-item-time-match-other-haflt-bg: url(/wp-content/uploads/2025/11/haft-icon.svg) no-repeat;
    --as-vs-match-item-time-match-other-haflt-height: 1.625rem;
    --as-vs-match-item-time-match-other-haflt-width: 6.25rem;
    --as-vs-match-item-time-match-other-haflt-margin-top: unset;
    --as-vs-match-item-time-match-other-haflt-border-radius: unset;
    --as-vs-match-item-time-match-other-haflt-draw-bg: url(/wp-content/uploads/2025/11/haft-icon-draw.svg) no-repeat;
    --as-vs-match-item-time-match-other-haflt-loss-bg: url(/wp-content/uploads/2025/11/haft-icon-lose.svg) no-repeat;
    --as-incident-list-midfield-border-radius: 1.875rem;
    --as-incident-list-midfield-border: 0.0625rem solid #1456ff;
    --as-incident-list-midfield-bg: linear-gradient(113deg,#1553ef 7.37%,#0c3089 57.22%,#0b2a79 66.05%,#000 131.67%);
    --as-incident-list-event-as-score-color: #00eb1f;
    --as-vs-match-item-tennis-ball-bg: #171717 url(/wp-content/uploads/2025/11/images/bg-match.svg) no-repeat bottom;
    --as-vs-match-item-badminton-ball-bg: #171717 url(/wp-content/uploads/2025/11/bg-match-badminton.svg) no-repeat bottom;
    --as-vs-match-item-volleyball-ball-bg: #171717 url(/wp-content/uploads/2025/11/bg-match-volleyball.svg) no-repeat bottom;
    --as-vs-match-item-basket-ball-bg: #171717 url(/wp-content/uploads/2025/11/bg-match-basketball.svg) no-repeat bottom;
    --as-match-item-footer-as-flag-badminton-bg: transparent;
    --as-match-item-footer-as-flag-volleyball-bg: transparent;
    --as-vs-match-item-esports-bg: #201f1f url(/wp-content/uploads/2025/11/bg-match-esports.png) no-repeat left;
    --as-score-vs-num-text-only-esports-bg: linear-gradient(147deg,#fff 22.78%,#ff44b2 102.49%);
    --as-score-vs-num-esports-bg: #222;
}


/* ==BXH css==*/
/* filter tags css */
.as-filter-tags .as-filter-tags__leagues {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border-radius: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: initial;
    flex-wrap: nowrap;
    gap: .75rem;
    justify-content: space-between;
    padding: .9375rem;
}

.as-filter-tags .as-filter-tags__leagues .as-tags-leagues {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .375rem;
    height: auto;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    white-space: nowrap;
}

.as-filter-tags .as-filter-tags__leagues .as-tags-leagues .as-league-item {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: var(--as-filter-league-item-bg);
    border: .0625rem solid var(--as-filter-league-item-border-color);
    border-radius: var(--as-vs-match-item-time-haflt-border-radius);
    color: var(--as-primary-color-1);
    cursor: pointer;
    display: flex;
    font-size: 0.8125rem;
    height: 1.625rem;
    justify-content: center;
    padding: 0 .625rem;
    text-transform: uppercase;
    transition: border-color .2s ease-in-out;
	font-family: 'Oswald';
}

.as-filter-tags {
    background: var(--as-filter-tags-bg);
    border: .0625rem solid var(--as-filter-tags-border-color);
    border-radius: var(--as-filter-tags-border-radius);
    margin-bottom: 1rem;
    opacity: var(--as-filter-tags-opacity);
    position: relative;
    z-index: 9;
}

.as-filter-tags .as-filter-tags-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: var(--as-filter-tags-top-border-bottom);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: .9375rem;
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3125rem;
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-today {
    align-items: center;
    background: var(--as-filter-today-bg);
    border: var(--as-border-color-as-today);
    border-radius: var(--as-filter-today-radius);
    color: var(--as-filter-today-color);
    cursor: pointer;
    display: flex;
    font-size: var(--as-filter-today-font-size);
    font-weight: var(--as-filter-today-font-weight);
    gap: .625rem;
    height: var(--as-filter-today-height);
    justify-content: center;
    margin-right: .625rem;
    padding: var(--as-filter-today-padding);
    position: relative;
    text-transform: var(--as-filter-today-text-transform);
    width: auto;
	font-family: 'Oswald';
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: var(--as-filter-calendar-border-left);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem;
    padding-left: .625rem;
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar-text {
    color: #fff;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar .mx-datepicker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--as-filter-calendar-mx-input-wrapper-input-bg);
    border: var(--as-filter-calendar-mx-input-wrapper-input-border);
    border-radius: var(--as-filter-calendar-mx-input-wrapper-input-border-radius);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: var(--as-filter-today-height);
    width: 6.875rem;
	position: relative;
}

.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar .mx-datepicker .mx-input-wrapper input {
    background: transparent;
    border: initial;
    color: var(--as-filter-calendar-mx-input-wrapper-input-color);
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.375rem;
    margin: 0;
    padding: 0 .625rem;
	border-radius: 5px;
	font-family: "oswald";
}

.as-filter-tags .as-filter-tags-top .as-sort-by {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    font-weight: 500;
    gap: .375rem;
    line-height: 1.125rem;
}

.as-filter-tags .as-filter-tags-top .as-sort-by span {
    color: #fff;
}

.as-filter-tags .as-filter-tags-top .as-sort-by div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem;
}

.as-filter-tags .as-filter-tags-top .as-sort-by span.as-with-by, .as-filter-tags .as-filter-tags-top .as-sort-by svg {
    color: var(--as-filter-span-as-with-by-color);
}
.as-filter-tags .as-filter-country-top {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 0.0625rem solid #060a22;
    display: flex;
    gap: .75rem;
    margin-bottom: 0;
    padding: .9375rem;
}

.as-filter-tags .as-filter-country-top .as-item-country {
    color: #fff;
    font-size: var(--as-filter-tags-top-country-font-size);
    font-weight: 600;
    line-height: 1.125rem;
}

.as-filter-tags .as-filter-country-top .as-item-country {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
}

.as-filter-tags .as-filter-country-top .as-item-country-select {
    display: inline-block;
    min-width: 6.875rem;
    position: relative;
}

.as-filter-tags .as-filter-country-top .as-item-country-select-header {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    background: #141516;
    border: .0625rem solid #2a3038;
    border-radius: .375rem;
    cursor: pointer;
    display: flex;
    gap: .625rem;
    height: 1.75rem;
    justify-content: space-between;
    padding: 0 .625rem;
    text-transform: uppercase;
}

.as-filter-tags .as-filter-country-top .as-item-country-select-header div {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: .375rem;
}

.as-filter-country-top p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.as-text-white {
    color: #fff;
}

.as-parent-standing {
    background: #0f2027;
}

.as-standing {
    background: #212324;
    border: .0625rem solid #060a22;
    border-radius: .375rem;
    font-size: .8125rem;
    font-weight: 400;
}

.as-standing__league-info {
    border-bottom: 0.0625rem solid #3f4040;
    gap: .75rem;
    padding: .75rem;
}

.as-standing__league-info, .as-standing__league-info .as-league_title {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.as-standing__league-info .as-league_title {
    font-size: .875rem;
    font-weight: 700;
    gap: .375rem;
    text-transform: uppercase;
}

.as-standing__league-info .as-league_title img {
    height: 1.125rem;
}

.as-dropdown-toggle {
    color: #fff;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.375rem;
}

.as-dropdown-toggle__select {
    cursor: pointer;
    position: relative;
}

.as-dropdown-toggle__select__as-head {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background: #141516;
    border: 0.0625rem solid #2a3038;
    border-radius: 0.375rem;
    display: flex;
    gap: .625rem;
    height: 1.75rem;
    justify-content: space-between;
    padding: 0.3125rem;
}

.as-standing__league-info .as-dropdown-toggle__select__as-head {
    min-width: 6.25rem;
}

.as-standing__top {
    align-items: center;
    border-bottom: 0.0625rem solid #3f4040;
    gap: .75rem;
    display: flex;
    justify-content: start;
    padding: .75rem;
}

.as-nav-tabs-btn {
    align-items: center;
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    gap: .5rem;
    justify-content: start;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.as-nav-tabs-btn .as-nav-item {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background: var(--as-result-popup-as-nav-tabs-item-bg);
    border: .0625rem solid var(--as-result-popup-as-nav-tabs-item-border-color);
    border-radius: var(--as-result-popup-as-nav-tabs-item-border-radius);
    color: var(--as-result-popup-as-nav-tabs-item-color);
    display: flex;
    font-size: var(--as-result-popup-as-nav-tabs-item-font-size);
    font-weight: var(--as-result-popup-as-nav-tabs-item-font-weight);
    justify-content: center;
    line-height: .5625rem;
    padding: .5rem .75rem;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Roboto Condensed';
}

/* .as-nav-tabs-btn-90phut .as-nav-item {
    text-transform: none;
} */

.as-nav-tabs-btn .as-nav-item.active {
    position: relative;
    border: 1px solid #3ed46a;
    background: var(--as-filter-league-item-active);
    color: var(--as-result-popup-as-nav-tabs-item-active-color);
    font-weight: var(--as-filter-league-item-active-font-weight);
    border-top: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.as-standing__table-row {
    -webkit-box-align: center;
    align-items: center;
    background: var(--as-standing-table-row-bg);
    border-bottom: var(--as-standing-table-row-border-bottom);
    display: grid;
    gap: .9375rem;
    grid-template-columns: 2.8125rem 2fr .8fr .8fr .8fr .8fr .8fr .8fr .8fr 11.25rem 3.125rem;
    padding: 0 .75rem;
}

.as-standing__table-row-head {
    background: var(--as-standing-table-row-as-standing__table-row-head);
    color: #fff;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}

.as-justify-content-center {
    justify-content: center!important;
}

.as-standing__table-column {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    overflow: hidden;
    padding: .75rem 0;
}

.as-standing__table-row-head .as-standing__table-column {
    background: var(--as-standing-table-row-as-standing__table-row-head);
}

.as-standing__table-row-head .as-c-w {
    color: #01b243;
}

.as-standing__table-row-head .as-c-d {
    color: #fd8a25;
}

.as-standing__table-row-head .as-c-l {
    color: #bd3e41;
}

.as-standing__table-column.as-column-performance {
    display: block;
    position: relative;
}

.as-text-center {
    -webkit-box-pack: center;
    text-align: center;
    justify-content: center;
}

.as-standing__table-column.as-column-performance svg {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

.as-standing__table-column .as-stt {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
}

.as-standing .as-match__team-group {
    cursor: pointer;
    position: relative;
}

.as-standing .as-match__team-group .as-match__team {
    display: grid;
    font-weight: 600;
    grid-template-columns: 1.5rem 1fr;
}

.as-match__team-logo {
    height: 1.25rem;
    width: 1.25rem;
}

.as-standing .as-match__team-group .as-match__team-logo {
    height: 1.5rem;
    width: 1.5rem;
}

.as-standing .as-match__team-group .as-match__team .as-standing__table-text {
    font-size: .8125rem;
    overflow: hidden;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.as-standing-tag, .as-standing-tag__list {
    justify-content: center;
}

.as-standing-tag__list {
    display: flex;
    gap: 0 .625rem;
}

.as-standing__table-column .as-standing-tag__list {
    gap: .3125rem;
    padding-right: .3125rem;
}

.as-standing-tag {
    align-items: center;
    background-color: #56ac49;
    border: none;
    border-radius: .25rem;
    color: #fff;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 700;
    height: 1.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 1.5rem;
}

.as-standing-tag__l {
    background-color: #bf3d3d;
}

.api-sport button {
    outline: 0;
    padding: 0;
    margin: 0;
}

.as-standing-tag__d {
    background-color: #ff8a00;
}

.as-filter-tags-xoilacz .as-filter-tags__leagues .as-tags-leagues .as-league-item {
    border-radius: .35063rem;
}

.as-filter-tags .as-filter-tags__leagues .as-tags-leagues .as-league-item.as-active {
    background: var(--as-filter-league-item-active);
    color: var(--as-filter-league-item-active-color);
    font-weight: var(--as-filter-league-item-active-font-weight);
}

.as-filter-tags-xoilacz .as-filter-tags__leagues .as-tags-leagues .as-league-item.as-active {
    border: 1px solid #3ed46a;
    border-top: 0;
}

/* Team 6in1 css*/
.page-6in1 * {
    scrollbar-width: thin;
    scrollbar-color: #1b2a50 #2e3136;
}

.page-6in1 br{
	display: none !important;
}

.page-6in1 .tools {
    background: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.tools ul {
    display: flex;
}

.page-6in1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-6in1 .tools ul li {
    border-right: 1px solid #141417;
    border-color: #c1c8cf;
    margin: 0;
}

.tools .active {
    color: #fff !important;
    background-color: #01b243;
}

.page-6in1 .tools ul li a {
    color: #747a83;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 10px;
    text-transform: uppercase;
}

.page-6in1 .tools ul .f11 {
    align-items: center;
    color: #747a83;
    display: flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 10px;
    text-transform: uppercase;
}

.page-6in1 .tools ul .f11 b {
    color: #ff4c13;
    margin: 0 6px;
}

.page-6in1 .tools ul .Preferences2 {
    align-items: center;
    display: flex;
    margin-left: auto;
    padding: 8px 10px;
}

.Preferences .switch, .Preferences2 .switch {
    align-items: center;
    color: #747a83;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 20px;
}

.Preferences2 input[type=checkbox] {
    display: none;
}

.Preferences .switch .switch-style, .Preferences2 .switch .switch-style {
    background: #5e646f;
    border-radius: 666.667px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 32px;
}

.Preferences .switch>input[type=checkbox]:checked+.switch-style, .Preferences2 .switch>input[type=checkbox]:checked+.switch-style {
    background-color: #01b243;
}

.page-6in1 .tools ul .Preferences2 .switch .switch-style {
    margin-left: 12px;
}

.Preferences .switch .switch-style:before, .Preferences2 .switch .switch-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10.67px;
    left: 57%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 10.67px;
}

table[align=center], td[align=center] {
    text-align: center;
}

#teamid table {
    caption-side: bottom;
    border-collapse: collapse;
}

.odds-table-bg {
    background: #e0e0e0;
}

.odds-table-bg {
    background: #e0e0e0;
}

.page-6in1 tbody, .page-6in1 td, .page-6in1 tfoot, .page-6in1 th, .page-6in1 thead, .page-6in1 tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.oodstable-t {
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.odds-table-bg>tbody>tr, .odds-table-bg>tbody>tr>td {
    border-color: #dfe0e1;
}

.page-6in1 .odds-table-bg .oodstable-t {
    background: #01b243;
}

.odds-table-bg td {
    color: #fff;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding: 6px;
}

body.light .odds-table-bg td {
    color: #5b636d;
}

.odds-table-bg>tbody>tr, .odds-table-bg>tbody>tr>td {
    border-color: #dfe0e1;
}

.page-6in1 .odds-table-bg .oodstable-t td {
    border-right: 1px solid #2a3038;
    padding: 13px;
	text-align: center;
}

.page-6in1 .odds-table-bg .oodstable-t td:first-child, .page-6in1 .odds-table-bg .oodstable-t td:nth-child(2) {
    border: 0;
}

.page-6in1 .odds-table-bg .oodstable-t td {
    border-color: #c1c8cf;
    color: #fff;
}

.odds-table-bg {
    background: #e0e0e0;
}

.page-6in1 .dataItem {
    border: 1px solid #2a3038;
}

.page-6in1 .odds-table-bg.dataItem {
    border-color: #dfe0e1;
}

.odds-table-bg td {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    padding: 6px;
}

.odds-table-bg td {
    color: #5b636d;
}

.page-6in1 .odds-table-bg .Leaguestitle {
    background: #2a3038;
    padding-left: 62px;
    text-align: left;
}

.page-6in1 .odds-table-bg .Leaguestitle {
    background: #f0f0f0;
    color: #747a83;
    padding-left: 50px;
}

.l1 {
    display: flex;
    justify-content: start;
}

.page-6in1 .odds-table-bg .Leaguestitle a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 0;
}

.page-6in1 .odds-table-bg .Leaguestitle a {
    color: #747a83;
}

.page-6in1 .odds-table-bg.dataItem .b1 {
    background: #fff;
}

.page-6in1 .dataItem .b1 td {
    padding: 10px;
}

.page-6in1 .dataItem .b1 span[name=timeData] {
    color: #afb4ba;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.page-6in1 .odds-table-bg.dataItem .b1 span[name=timeData] {
    color: #747a83;
}

.page-6in1 .dataItem .sl {
    color: #afb4ba;
    padding-left: 14px;
}

.page-6in1 .odds-table-bg.dataItem .sl {
    color: #232425;
    text-align: left;
}

.page-6in1 .dataItem .sl a {
    color: #afb4ba;
    font-size: 13px;
}

.page-6in1 .odds-table-bg.dataItem .sl a{
    color: #232425;
}

.team-hg {
    color: #da2727;
    display: inline-block;
    transform: scale(.85);
}

.redcard, .yellowcard {
    border-radius: 2px;
    margin: 0 2px;
    padding: 0 2px;
}

.yellowcard {
    background-color: #fdd668;
    color: #9c6c44;
}

.redcard {
    background-color: #d64444;
    color: #fff;
}

.blue, .blue2, .gocheck A:link {
    color: #0089f1;
}

.page-6in1 .dataItem .sr a, .page-6in1 .dataItem .sr span {
	color: #afb4ba;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0 7.5px;
    text-align: right;
}

.page-6in1 .dataItem .sr .pk, .page-6in1 .dataItem .sr .sb {
    text-decoration: none;
}

.page-6in1 .dataItem a.pk {
    color: #0d57e9;
}

.page-6in1 .dataItem a.sb {
    color: #ff4c13;
}

.page-6in1 .dataItem .sr {
    text-align: right;
}

.sb {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.page-6in1 .dataItem .sr a {
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.odds-3 br{
	display: block !important;
}


/* ==Page ket qua css== */
.as-competition-wrapper {
  margin-bottom: 15px;
  border-radius: var(--as-competition-wrapper-border-radius);
  border: 1px solid var(--as-competition-wrapper-border-color);
  background: var(--as-match-competition-wrapper);
}

.as-competition-wrapper .as-match__teams {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.as-competition-wrapper .as-match__teams .as-scoreboard {
  width: var(--as-score-width);
  display: flex;
  justify-content: center;
}

.as-competition-wrapper .as-match__teams .as-match__team {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
}

.as-competition-wrapper .as-match__teams .as-match__team:hover{
	color: var(--fs-experimental-link-color);
}

.as-competition-wrapper .as-match__teams .as-match__team--logo {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.as-competition-wrapper .as-match__teams .as-match__team--home {
  flex-direction: row-reverse;
}

.as-competition-wrapper .as-match__teams .as-match__team--home img {
  margin-left: 12px;
}

.as-competition-wrapper .as-match__teams .as-match__team--away img {
  margin-right: 12px;
}

.as-competition-wrapper .as-match__teams .as-match__team--name {
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.as-competition-wrapper .as-match__ht,
.as-competition-wrapper .as-match__corner,
.as-competition-wrapper .as-match__yellow-goal {
    align-items: center;
    gap: .375rem;
    justify-content: center;
    display: flex;
}

.as-competition-wrapper .as-match__corner .as-match__label-item,
.as-competition-wrapper .as-match__yellow-goal .as-match__label-item {
  background: var(--as-match-label-corner-bg) !important;
  color: var(--as-match-label-corner-color) !important;
  border-radius: var(--as-match-label-corner-border-radius) !important;
  font-family: var(--as-match-label-corner-font-family) !important;
  font-size: var(--as-match-label-corner-font-size) !important;
  font-weight: var(--as-match-label-corner-font-weight) !important;
  line-height: var(--as-match-label-corner-font-line-height) !important;
  border-color: var(--as-match-label-corner-border-radius-color) !important;
}

.as-competition-wrapper .as-match__corner span.as-label-item-win,
.as-competition-wrapper .as-match__yellow-goal span.as-label-item-win {
  color: var(--as-label-item-win);
}

.as-competition-wrapper .as-match__corner span.as-separator,
.as-competition-wrapper .as-match__yellow-goal span.as-separator {
  color: var(--as-match-label-corner-border-radius-color);
}

.as-competition-wrapper .as-league_title {
  background: var(--as-match-league-title-bg);
  font-family: var(--as-match-league-title-font-family);
  font-size: var(--as-match-league-title-font-size);
  font-weight: var(--as-match-league-title-font-weight);
  border-bottom: 1px solid var(--as-match-league-title-border-color);
  padding: 12px 15px;
  margin: 0;
  line-height: 18px;
  display: grid;
  grid-template-columns: 260px 1fr 90px 100px 110px 110px;
  border-top-left-radius: var(--as-competition-wrapper-border-radius);
  border-top-right-radius: var(--as-competition-wrapper-border-radius);
}

.as-competition-wrapper .as-league_title img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.as-competition-wrapper .as-league_title .as-match_competition {
  color: var(--as-match-league-title-competition-color);
  font-weight: var(--as-match-league-title-competition-font-weight);
  font-family: var(--as-match-league-title-competition-font-family);
  font-size: var(--as-match-league-title-competition-font-size);
  line-height: var(--as-match-league-title-competition-line-height);
  display: flex;
  align-items: center;
  gap: 6px;
}

.as-competition-wrapper .as-league_title .as-match__video-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-match__video-highlight .dashicons-controls-play {
    background: #aa332a;
    height: 22px;
    display: none;
    align-items: center;
    font-size: 12px;
    border-radius: 10px;
    justify-content: center;
}

.as-competition-wrapper .as-score-detail {
  color: var(--as-primary-color);
  font-weight: 400;
  text-align: center;
  padding: 0 12px 6px 12px;
  font-size: 11px;
}

.as-competition-wrapper .as-match__item {
  background: var(--as-match-item-bg);
  border-bottom: 1px solid var(--as-primary-border-color);
  margin-bottom: 0;
}

.as-competition-wrapper .as-match__item--wrap {
  display: grid;
  grid-template-columns: 260px 1fr 90px 100px 110px 110px;
  padding: 10px 15px;
  align-items: center;
}

.as-competition-wrapper .as-match__item:last-child {
  border-bottom: none;
}

.as-competition-wrapper .as-match__item .as-ht-btn {
  width: 56px;
  height: 26px;
  background: var(--as-match-ht-bg);
  border: 1px solid var(--as-match-ht-border-color);
  font-size: var(--as-match-ht-font-size);
  font-weight: var(--as-match-ht-font-weight);
  line-height: 25px;
  text-align: center;
  border-radius: var(--as-match-ht-border-radius);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.as-competition-wrapper .as-match__item .as-ht-btn.w {
  background-color: #2ebb2e;
}

.as-competition-wrapper .as-match__item .as-ht-btn.d {
  background-color: #9b9b9b;
}

.as-competition-wrapper .as-match__item .as-ht-btn span.as-label-item-win {
  color: var(--as-label-item-win);
}

.as-competition-wrapper .as-match__item .as-match__label {
  display: flex;
  gap: 6px;
}

.as-competition-wrapper .as-match__item .as-match__label-item {
  border: var(--as-match-label-border);
  padding: 0px 10px;
  background: var(--as-match-label-bg);
  color: var(--as-match-label-color);
  border-radius: var(--as-match-label-border-radius);
  font-size: var(--as-match-label-font-size);
  font-weight: var(--as-match-label-font-weight);
  line-height: var(--as-match-label-line-height);
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.as-competition-wrapper .as-match__item .as-match__label-item .as-active {
  color: #2FB925;
}

.as-competition-wrapper .as-match__item .as-match__sm .as-match__label-item {
	font-size: 12px;
	font-family: "Roboto";
}

.as-competition-wrapper .as-match__item .as-match__video-highlight, .as-competition-wrapper .as-match__item .as-match__video-highlight a {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.as-competition-wrapper .as-match__item .as-match__video-highlight .as-match__play-highlight, .as-competition-wrapper .as-match__item .as-match__video-highlight a .as-match__play-highlight {
    align-items: center;
    background: #aa332a;
    border-radius: .625rem;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 1.375rem;
    padding: 0 .4375rem;
	white-space: nowrap;
	font-family: "oswald";
}

.as-match__scores p:has(.as-match__team--home){
	display: none;
}

.as-score-vs {
  --as-core-size: 42px;
  --as-core-size-num: 42px;
  --as-core-font-site: 25px;
  background: var(--as-score-vs-bg);
  color: var(--as-score-vs-color);
  font-size: var(--as-core-font-site);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: var(--as-core-size);
  height: var(--as-core-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: var(--as-score-vs-padding);
}

.as-score-vs__28 {
  --as-core-size: 34px;
  --as-core-size-num: 28px;
  --as-core-font-site: 17px;
}

.as-score-vs__24 {
  --as-core-size: 34px;
  --as-core-size-num: 24px;
  --as-core-font-site: 16px;
}

.as-score-vs__only-text {
  --as-core-font-site: 14px;
  padding: unset;
  width: var(--as-score-vs-width);
  height: var(--as-score-vs-height);
  border-radius: var(--as-score-vs-num-text-only-border-radius);
  font-size: var(--as-core-font-site);
  background: var(--as-score-vs-num-text-only-bg);
}

.as-score-vs.as-score-vs__num {
  border-radius: var(--as-score-vs-num-border-radius);
  border: 1px solid var(--as-score-vs-num-border-color);
  background: var(--as-score-vs-num-bg);
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
}

.as-score-vs.as-score-vs__num span {
  font-size: var(--as-core-font-site);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  flex: 1;
  width: var(--as-core-size-num);
  height: var(--as-core-size-num);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--as-score-vs-num-normal-bg, transparent);
  border-radius: var(--as-score-vs-num-normal-border-radius, 0);
  border: var(--as-score-vs-num-normal-border, none);
  border-color: var(--as-score-vs-num-normal-border-color, transparent);
}

.as-score-vs.as-score-vs__num span.as-winner {
  background: var(--as-score-vs-num-win-bg);
  border-radius: var(--as-score-vs-num-win-border-radius);
  width: var(--as-core-size-num);
  height: var(--as-core-size-num);
  border: var(--as-score-vs-num-win-border);
  border-color: var(--as-score-vs-num-win-border-color);
  color: var(--as-score-vs-num-win-color);
  box-shadow: var(--as-score-vs-num-win-box-shadow);
}

.as-score-vs.as-score-vs__num b {
  height: 23px;
}


.sport-playing {
    position: absolute;
    font-size: 10px;
    vertical-align: baseline;
    font-style: normal;
    background: #DF2C2C;
    color: #fff;
    width: 28px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    top: -5px;
    right: -13px;
    z-index: 1;
    display: none;
}

.sport-playing.is-sport-playing {
    display: inline-block;
}

.matches__filter--leagues .sl-leagues {
    position: relative;
    width: 100%;
    margin: 0px;
/*     max-width: 209px; */
}

.custom-dropdown-trigger {
    background-color: #202229;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .custom-dropdown-trigger img {
    display: none;
} */

.custom-dropdown-content {
    display: none;
    position: absolute;
    top: 38px;
    right: 0px;
    min-width: 200px;
    width: max-content;
    z-index: 999;
    border-radius: 6px;
    background: rgb(20, 21, 22);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px 0px;
    border: 1px solid rgba(255, 255, 255, 0.11);
	width: 360px;
}

.custom-dropdown-content .custom-dropdown-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 13px 15px;
}

.custom-dropdown-content .custom-dropdown-head span {
    color: rgb(0, 255, 75);
    text-shadow: rgba(0, 0, 0, 0.24) 0px 0.92px 3.678px;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.custom-dropdown-content .custom-dropdown-head .custom-dropdown-close {
    cursor: pointer;
}

.custom-dropdown-list {
    max-height: 450px;
    overflow: auto;
}

.show-dropdown {
    display: block;
}

.custom-dropdown-option {
    color: white;
    padding: 13px 15px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.custom-dropdown-option .league-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-dropdown-option img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.custom-dropdown-option .count {
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-dropdown-option:hover, .custom-dropdown-option.active {
    border-top: 1px solid rgb(0, 101, 144);
    border-bottom: 1px solid rgb(0, 101, 144);
    color: rgb(0, 255, 75);
    background: linear-gradient(270deg, rgba(11, 13, 12, 0.32) 42.28%, rgba(22, 53, 89, 0.2) 50.82%);
}

.custom-dropdown-option:hover .count svg g, .custom-dropdown-option.active .count svg g {
    opacity: 1;
}

.custom-dropdown-option:hover .count svg path, .custom-dropdown-option.active .count svg path {
    fill: rgb(0, 255, 253);
}

.custom-dropdown-trigger::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-color: rgb(0, 235, 31);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.custom-dropdown-trigger span {
    width: 120px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    white-space-collapse: collapse;
    color: white;
    font-size: 13px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 18px;
}

.off-canvas-undefined{
	background-color: transparent;
}
/* 
.mfp-close{
	display: none;
}

.mfp-container:before{
	display: none !important;
} */

.off-canvas-undefined{
	top: 60px !important;
}

.off-canvas-undefined .mfp-container,
.off-canvas-undefined .sidebar-menu,
.off-canvas-undefined .mfp-content{
	padding: 0;
}

.main-menu-overlay{
	display: none !important;
}

.mfp-close{
	top: 15px;
    right: 30px;
    scale: 1.5;
	opacity: 0 !important;
}

.mfp-content,
.mfp-container{
	background-color: #141516 !important;
}

.mfp-container:before {
    display: none !important;
}

.sidebar-menu .nav-sidebar{
	padding: 1rem;
}

.nav-sidebar.nav-vertical>li+li{
	border-top: 0 !important;
}

.off-canvas .nav-vertical>li>a {
    padding: 10px !important;
}

.mobile-sidebar .menu-item a{
	font-weight: 700;
	background: linear-gradient(to left, #ffffff, #999999);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobile-sidebar .menu-item:hover a,
.mobile-sidebar .current-menu-item.menu-item a{
    color: #f9b92f !important;
	-webkit-text-fill-color: unset;
}


.ui-widget.ui-widget-content {
    border: 0;
    background: #262931;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.45rem 0.75rem;
    width: 15.5rem;
}

.ui-datepicker .ui-datepicker-header {
    background: no-repeat;
    border: 0;
    color: #73879c;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-datepicker-prev.ui-corner-all{
	order: 1;
}

.ui-datepicker-header >.ui-corner-all{
	font-size: 12px;
    color: #73879c;
}

.ui-datepicker th {
    color: #73879c;
    font-size: 12px;
    font-weight: 400;
	border: 0;
	text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #292b2e;
    border: 0;
    font-size: 12px;
    display: flex;
    color: #ccc;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.ui-datepicker td .ui-state-default:hover,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: linear-gradient(rgb(4, 33, 4) 39.71%, rgb(4, 88, 48) 119.12%);
    border: 1px solid #9bffab;
    border-radius: 0;
    color: #9bffab;
}

.ui-datepicker td {
    padding: 0;
    margin: 0;
	background: #212324;
	border: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 4px;
}

.mx-datepicker p.mb-0 {
    position: absolute;
    top: 70%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.mx-datepicker .dashicons-arrow-down-alt2{
	color: #919191;
    font-weight: 400;
    font-size: 12px;
}



/* ==Popup Result css==*/
.as-popup.as-popup__show .as-popup__wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.as-popup__result-content {
    background-color: var(--as-result-popup-content-bg);
    border: .0625rem solid var(--as-primary-border-color);
    border-radius: .375rem;
}
.as-popup__result-90phut .as-popup__body .as-popup__result-content {
	background-color: var(--as-result-popup-content-bg);
    border: .0625rem solid var(--as-primary-border-color);
    border-radius: .375rem;
}
.as-popup__result-90phut .as-popup__body .as-popup__result-content,
.as-popup__result-90phut .as-popup__body .as-tabs-icon__item.as-active {
    backdrop-filter: blur(.625rem);
    box-shadow: inset 0 0 .75rem 0 rgba(0, 0, 0, .12);
}
.as-popup__result-header {
    align-items: center;
    background-color: var(--as-primary-box-bg);
    border-radius: .375rem .375rem 0 0;
    display: flex;
    font-size: .8125rem;
    justify-content: space-between;
    padding: .9375rem;
}
.as-popup__result-competition {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
}
.as-popup__result-competition img {
    height: 1.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 1.25rem;
}
.as-popup__result-competition span {
    color: #fff;
    font-family: Oswald;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.as-popup__result-team-info {
    background: var(--as-result-popup-team-bg);
    background-size: 100% auto;
    border-top: .0625rem solid var(--as-primary-border-color);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1.875rem .75rem;
    position: relative;
}
.as-popup__result-team-info .as-time {
    color: var(--as-result-popup-team-time-color);
    font-family: var(--as-result-popup-team-time-font-family);
    font-size: var(--as-result-popup-team-time-font-size);
    font-weight: var(--as-result-popup-team-time-font-weight);
    line-height: var(--as-result-popup-team-time-line-height);
}
.as-popup__result-team-info .as-info {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
.as-popup__result-team-info .as-info .as-team-away,
.as-popup__result-team-info .as-info .as-team-home {
    display: flex;
    flex: 1;
    gap: .625rem;
}
.as-popup__result-team-info .as-info .as-team-home {
    flex-direction: row-reverse;
}
.as-popup__result-team-logo {
    flex-shrink: 0;
    height: 3rem;
    object-fit: contain;
    width: 3rem;
}
.as-popup__result-team-info .as-team-name {
    color: #fff;
    font-family: Raleway;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-top: .9375rem;
    text-align: center;
}
.as-popup__result-team-info .as-score {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.as-popup__result .as-score-vs {
    --as-core-size: 2.625rem;
    --as-core-size-num: 2.625rem;
    --as-core-font-site: 1.5625rem;
    align-items: center;
    background: var(--as-score-vs-bg);
    border-radius: 50%;
    color: var(--as-score-vs-color);
    cursor: pointer;
    display: flex;
    font-size: var(--as-core-font-site);
    font-weight: 400;
    height: var(--as-core-size);
    justify-content: center;
    line-height: 1.25rem;
    padding: var(--as-score-vs-padding);
    width: var(--as-core-size);
}

.as-score-vs__28 {
    --as-core-size: 2.125rem;
    --as-core-size-num: 1.75rem;
    --as-core-font-site: 1.0625rem;
}

.as-score-vs.as-score-vs__num {
    align-items: center;
    background: var(--as-score-vs-num-bg);
    border: .0625rem solid var(--as-score-vs-num-border-color);
    border-radius: var(--as-score-vs-num-border-radius);
    display: flex;
    gap: .3125rem;
    height: inherit;
    width: inherit;
}
.as-score-vs.as-score-vs__num span {
    align-items: center;
    background: var(--as-score-vs-num-normal-bg, transparent);
    border: var(--as-score-vs-num-normal-border, none);
    border-color: var(--as-score-vs-num-normal-border-color, transparent);
    border-radius: var(--as-score-vs-num-normal-border-radius, 0);
    display: flex;
    flex: 1;
    font-size: var(--as-core-font-site);
    font-weight: 700;
    height: var(--as-core-size-num);
    justify-content: center;
    line-height: 1.25rem;
    position: relative;
    width: var(--as-core-size-num);
}
.as-score-vs.as-score-vs__num b {
    height: 1.4375rem;
}
/* .as-score-vs-90phut.as-score-vs__num span,
.as-score-vs-rakhoi.as-score-vs__num span {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: var(--as-core-font-site);
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
} */
.as-popup__result-half-time-score {
    -webkit-box-align: center;
    align-items: center;
    background: var(--as-result-popup-half-time-score-bg);
    border: .0625rem solid var(--as-result-popup-half-time-score-border-color);
    border-radius: var(--as-result-popup-half-time-score-border-radius);
    color: var(--as-result-popup-half-time-score-color);
    display: -webkit-box;
    display: flex;
    font-family: Roboto;
    font-size: .8125rem;
    font-weight: 400;
    gap: .375rem;
    line-height: .8125rem;
    padding: .4375rem .75rem;
    text-transform: uppercase;
}
.as-popup__result-team-info .as-result .as-popup__result-half-time-score {
    display: -webkit-inline-box;
    display: inline-flex;
    gap: 0;
    height: 1.9375rem;
    margin-bottom: .625rem;
    padding: .5rem .75rem;
}
.as-popup__result-team-info .as-result .as-popup__result-half-time-score .as-as-popup-item__result-half {
    padding: 0 .625rem;
}
.as-popup__result-half-time-score .as-score-value {
    color: var(--as-result-popup-half-time-as-score-value-color);
}
.as-stats-btn-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.as-stats-btn-list, .as-stats-btn-list .as-stats-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
}
.as-stats-btn-list .as-stats-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--as-stats-btn-bg);
    border: .0625rem solid var(--as-stats-btn-border-color);
    border-radius: 1.25rem;
    color: #fff;
    font-family: Roboto;
    font-size: .75rem;
    font-weight: 400;
    height: 1.4375rem;
    justify-content: space-between;
    min-width: 4.8125rem;
    outline: 0;
    padding: 0 .75rem;
}
.as-stats-btn-list-90phut .as-stats-btn, .as-stats-btn-list-cakhia .as-stats-btn, .as-stats-btn-list-rakhoi .as-stats-btn {
    color: #8cd5ff;
    height: 1.625rem;
}
.as-tabs-icon {
    background: var(--as-result-popup-as-tabs-icon-bg);
    border-bottom: var(--as-result-popup-as-tabs-icon-border-bottom);
    display: flex;
    flex-wrap: nowrap;
    gap: .9375rem;
    justify-content: center;
    overflow-x: auto;
    padding: .75rem !important;
    white-space: nowrap;
}
.as-tabs-icon__border-top {
    border-top: var(--as-result-popup-as-tabs-icon-border-top);
}
.as-tabs-icon__item {
    align-items: center;
    border: .0625rem solid transparent;
    color: var(--as-tabs-icon-item-color);
    cursor: pointer;
    display: flex;
    font-family: "Roboto";
    font-size: .8125rem;
    font-weight: 400;
    gap: .25rem;
    justify-content: center;
    padding: .25rem 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.as-tabs-icon__item.as-active {
    background: var(--as-tabs-icon-item-active-bg);
    border: var(--as-tabs-icon-item-active-border);
    border-radius: var(--as-tabs-icon-item-active-border-radius);
    padding: .25rem .75rem;
}
.as-tabs-icon__item.as-active,
.as-tabs-icon__item:hover {
    color: var(--as-tabs-icon-item-active-color);
}
.as-tabs-icon-90phut .as-tabs-icon__item.as-active {
    backdrop-filter: blur(.625rem);
    border: none;
    box-shadow: inset 0 0 .75rem 0 rgba(0, 0, 0, .12);
}
/* .as-popup__result-90phut .as-popup__body .as-popup__result-content,
.as-popup__result-90phut .as-popup__body .as-tabs-icon__item.as-active {
    backdrop-filter: blur(.625rem);
    box-shadow: inset 0 0 .75rem 0 rgba(0, 0, 0, .12);
} */
/* .as-popup__result-90phut .as-popup__body .as-tabs-icon__item.as-active {
    background: linear-gradient(180deg, #10322d, #10352d 50%, #0c3f2a);
    border: none;
    border-radius: 1.875rem;
    position: relative;
} */
.as-tabs-icon-90phut .as-tabs-icon__item.as-active:before {
    background: linear-gradient(175deg,#2fb925,#b9e8b6 27.66%,#2fb925 68.97%);
    border-radius: var(--as-tabs-icon-item-active-border-radius, .375rem);
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: .075rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
}
/* .as-popup__result-90phut .as-popup__body .as-tabs-icon__item.as-active:before {
    background: linear-gradient(180deg, #07eb66 20%, #005e27);
    border-radius: 1.875rem;
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: .075rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
} */
.as-tabs-icon__item.as-active svg:not(.as-change-color-stroke):not(.as-not-change-color) circle, .as-tabs-icon__item.as-active svg:not(.as-change-color-stroke):not(.as-not-change-color) path, .as-tabs-icon__item.as-active svg:not(.as-change-color-stroke):not(.as-not-change-color) rect, .as-tabs-icon__item:hover svg:not(.as-change-color-stroke):not(.as-not-change-color) circle, .as-tabs-icon__item:hover svg:not(.as-change-color-stroke):not(.as-not-change-color) path, .as-tabs-icon__item:hover svg:not(.as-change-color-stroke):not(.as-not-change-color) rect {
    fill: #fff;
}
#match_detail-app .as-content-page .as-tabs-icon__item{
	font-size: 13px;
    font-family: "Roboto";
}

/* ==incident css== */
.as-popup__result-tab-content {
  background: var(--as-result-popup-result-tab-content);
  height: calc(100vh - 23.75rem);
  border-radius: 0 0 .375rem .375rem;
}
.as-flex-column, .as-flex-row {}
.as-flex-column {
  flex-direction: column !important;
}
.as-incident-list {
  background: var(--as-result-popup-result-tab-content);
  font-family: Roboto;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.as-popup__result .as-scrolling {
  overflow: auto;
}
.as-popup__result .as-scrolling__result-popup.as-scrolling {
  height: calc(100vh - 23.75rem);
}
.as-incident-list__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.as-incident-list__content-data {
  flex: 1;
}
.as-align-items-center {
  align-items: center !important;
}
.as-incident-list__event {
  justify-content: flex-end;
  padding: .5rem .75rem;
  position: relative;
}
.as-incident-list__event-time {
  color: #fff;
  flex-basis: 2.375rem;
  font-family: "Roboto";
  font-size: .75rem;
  min-width: 1.5rem;
  text-align: center;
}
.as-flex-1 {
  flex: 1;
}
.d-flex {
    display: flex !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.justify-content-center {
  justify-content: center !important;
}
.as-incident-list__event-score {
  align-items: center;
  justify-content: flex-end;
}
.as-incident-list__event--home .as-incident-list__event-score {
  justify-content: flex-start;
}
.as-incident-list__event-icon:before {
  background: #5d5d5d;
  content: "";
  display: block;
  height: 3.375rem;
  left: 49%;
  position: absolute;
  top: 0;
  width: .0625rem;
  z-index: 1;
}
.as-incident-list__midfield {
  align-items: center;
  background: var(--as-incident-list-midfield-bg);
  border: var(--as-incident-list-midfield-border);
  border-radius: var(--as-incident-list-midfield-border-radius);
  color: #fff;
  display: flex;
  font-family: Roboto;
  font-size: .8125rem;
  font-weight: 700;
  gap: .5625rem;
  height: 1.5rem;
  justify-content: center;
  min-width: 5.4375rem;
  white-space: nowrap;
  z-index: 2;
}
.as-incident-list__player {
  gap: .375rem;
  width: 100%;
}
.as-incident-list__player-name span {
  max-width: 4.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.as-incident-list__event-icon .as-icon {
  align-items: center;
  background: #1a1a1a;
  border: .125rem solid #535353;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.0625rem;
  justify-content: center;
  width: 2.0625rem;
  z-index: 2;
}
.as-rounded-pill {
  border-radius: 50rem !important;
}
.as-bg-white {
  background-color: #fff !important;
}
.as-incident-list__player-logo--in {
  border: .1875rem solid #2187e5;
  border-radius: 50%;
}
.as-incident-list__player-logo--in,
.as-incident-list__player-logo--out {
  box-shadow: 0 0 .25rem 0 rgba(0, 0, 0, .2);
}
.as-incident-list__player-logo img {
  object-fit: contain;
}
.as-incident-list__player .as-player-avatar {
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}
.as-incident-list__player-name {
  color: #fff;
  font-size: .8125rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1rem;
}
.as-incident-list__event--home,
.as-incident-list__event--home .as-incident-list__player {
  flex-direction: row-reverse;
}
.as-incident-list__event--home .as-incident-list__player {
  align-items: center;
}
.as-incident-list__player .as-player-out {
  margin-left: -.625rem;
  z-index: 1;
}
.as-incident-list__player .as-player-in {
  z-index: 2;
}
.as-incident-list__player-logo--out {
  border: .1875rem solid #e53030;
}
.as-incident-list__player-name--sub {
  opacity: .5;
}
.as-incident-list__event-score button {
    align-items: center;
    background: var(--as-result-popup-incident-list-event-score-bg);
    border: .0625rem solid var(--as-result-popup-incident-list-event-score-border-color);
    border-radius: var(--as-result-popup-incident-list-event-score-border-radius);
    color: #fff;
    display: flex;
    font-family: Roboto;
    font-weight: 700;
    gap: .5625rem;
    height: 1.5rem;
    justify-content: center;
    min-width: 3.75rem;
    white-space: nowrap;
    min-height: unset;
}
.as-incident-list__event--away .as-incident-list__event-score .as-score-away {
  color: var(--as-incident-list-event-as-score-color);
}
.as-incident-list__start {
  padding: .1875rem .75rem 1.25rem 3rem;
  text-align: center;
  z-index: 2;
}
.as-incident-list__event-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding: 0 .75rem;
    position: relative;
}
.as-note {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: var(--as-note-bg);
  font-size: 0.75rem;
  gap: 0.75rem;
  padding: 0.75rem;
}
.as-note,
.as-note-item {
  display: flex;
}
.as-note-item {
  align-items: center;
  gap: 0.25rem;
}
.as-popup__result-close-btn {
    --bs-btn-close-color: #fff;
    background: none;
    border: none;
    height: .875rem;
    outline: none;
    position: relative;
    width: .875rem;
	margin-bottom: 0;
    outline: 0;
	font-size: 0;
}
.as-popup__result-content p{
	margin-bottom: 0;
}
.as-popup__result-close-btn:after, .as-popup__result-close-btn:before {
    background-color: #fff;
    content: "";
    height: .125rem;
    left: 0;
    position: absolute;
    top: .375rem;
    width: .875rem;
}
.as-popup__result-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.as-popup__result-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sport-playing {
    position: absolute;
    font-size: 10px;
    vertical-align: baseline;
    font-style: normal;
    background: #DF2C2C;
    color: #fff;
    width: 28px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    top: -5px;
    right: -13px;
    z-index: 1;
    display: none;
}

.sport-playing.is-sport-playing {
    display: inline-block;
}

.main-page .sports-bars ul li button span{
		white-space: nowrap;
		line-height: 11px;
}

.as-nav-tabs-btn__border {
    border-bottom: 1px solid var(--as-nav-tabs-btn-border-border-bottom-color);
    padding: 12px;
}



/* ==Popup css==*/
.as-popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.as-popup__mask-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.as-popup__wrap {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 20px 30px;
  -o-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  align-self: center;
  padding: 12px;
}

.as-popup__result-wrap {
    background-color: var(--as-result-popup-bg) !important;
    border-radius: .375rem;
    max-width: 900px;
    padding: 0 !important;
}

.as-popup__inner {
  width: 100%;
  float: left;
  text-align: center;
}

.as-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.as-popup__header h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.as-popup__header button {
  background: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border: none;
  position: relative;
}

.as-popup__header button:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #bdbdbd;
  transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  top: 15px;
}

.as-popup__header button:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #bdbdbd;
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 15px;
}

.as-popup__body {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.as-popup.as-popup__show {
  opacity: 1 !important;
  visibility: visible !important;
}

.as-popup.as-popup__show .as-popup__mask-overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

.as-popup.as-popup__show .as-popup__wrap {
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.as-popup__schedule {
  font-family: Oswald;
}

.as-popup__schedule-wrap {
  max-width: 440px;
  padding: 0;
  border-radius: 6px;
  background-color: var(--as-result-popup-bg);
}



.as-popup__schedule-header {
  border-radius: 6px 6px 0px 0px;
  background-color: var(--as-primary-box-bg);
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 13px;
  font-weight: 700;
}

.as-popup__schedule-close-btn {
  --bs-btn-close-color: white;
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
  outline: none;
  border: none;
}

.as-popup__schedule-close-btn:before,
.as-popup__schedule-close-btn:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: white;
}

.as-popup__schedule-close-btn:before {
  transform: rotate(45deg);
}

.as-popup__schedule-close-btn:after {
  transform: rotate(-45deg);
}

.as-popup__schedule-content {
  border-radius: 6px;
  border: 1px solid var(--as-primary-border-color);
  background-color: var(--as-result-popup-bg);
}

.as-popup__schedule-team-info {
  border-top: 1px solid var(--as-primary-border-color);
  border-bottom: 1px solid var(--as-primary-border-color);
  padding: 30px 12px;
  display: flex;
  background: var(--as-result-popup-team-bg);
  position: relative;
  background-size: 100% auto;
  flex-direction: column;
  gap: 12px;
}

.as-popup__schedule-team-info .as-info {
  justify-content: center;
  display: flex;
  gap: 24px;
  align-items: center;
}


.as-popup__schedule-team-info .as-info .as-team-away,
.as-popup__schedule-team-info .as-info .as-team-home {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-popup__schedule-team-info .as-info .as-team-home {
  flex-direction: row-reverse;
}

.as-popup__schedule-team-info .as-team-name {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.as-popup__schedule-team-info .as-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.as-popup__schedule-team-info .as-score .as-score-vs__only-text {
    display: inline-flex;
    border-radius: 99px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(288deg, #0d1e54 13.9%, #0a49e7 78.55%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) inset;
    align-items: center;
    justify-content: center;
}


.as-popup__schedule-team-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.as-popup__schedule-link {
  background: var(--as-result-popup-result-tab-content);
  padding: 16px;
  max-height: calc(100vh - 20rem);
  overflow-y: auto;
}

.as-popup__schedule-link .as-stream-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
  list-style: none;
}

.as-popup__schedule-link .as-stream-link-item a {
  padding: 10px;
  border-radius: 5.61px;
  background: linear-gradient(
    0deg,
    rgba(31, 62, 171, 0.32) 0%,
    rgba(22, 89, 81, 0.2) 76.25%
  );
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
  position: relative;
}

/* .as-popup__schedule-link .as-stream-link-item a::before {
  opacity: 1;
  padding: 1.2px;
  background: linear-gradient(
    180deg,
    rgba(31, 62, 171, 0.32) 0%,
    rgba(22, 89, 81, 0.8) 76%,
    #006590 100%
  );
  content: "";
} */

.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo {
  width: 95px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-90phut {
  background-image: url("/wp-content/uploads/2025/11/90phut.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-cakhia {
  background-image: url("/wp-content/uploads/2025/11/cakhia.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-mitom {
  background-image: url("/wp-content/uploads/2025/11/mitom.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-rakhoi {
  background-image: url("/wp-content/uploads/2025/11/rakhoi.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-soco {
  background-image: url("/wp-content/uploads/2025/11/soco.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-vaoroi {
  background-image: url("/wp-content/uploads/2025/11/vaoroi.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-vebo {
  background-image: url("/wp-content/uploads/2025/11/vebo.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilac86 {
  background-image: url("/wp-content/uploads/2025/11/xoilac86.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilac365 {
  background-image: url("/wp-content/uploads/2025/11/xoilac365.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilacz {
  background-image: url("/wp-content/uploads/2025/11/xoilacz.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilaclink {
  background-image: url("/wp-content/uploads/2025/11/xoilaclink.webp");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilacvnn {
  background-image: url("/wp-content/uploads/2025/11/xoilacvnn.svg");
}
.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo-xoilactivi {
  background-image: url("/wp-content/uploads/2025/11/xoilactivi.svg");
}

.as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__name {
  color: #fff;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  text-align: left;
}

.as-popup__schedule-note {
  background: var(--as-note-bg);
  border-top: 1px solid var(--as-primary-border-color);
  border-radius: 0px 0px 6px 6px;
  padding: 16px;
}

.as-popup__schedule-note span {
  color: #4ea648;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.as-popup__schedule-90phut .as-popup__body .as-popup__schedule-content {
  border: 1px solid #00461d;
}

.as-popup__schedule-mitom .as-popup__body .as-popup__schedule-content {
  border: 1px solid #212f27;
}

.as-stream-link-item{
	margin: 0 !important;
}

.dashicons-controls-play{
	font-family: dashicons !important;
}

.back-to-top.button{
	opacity: 1 !important;
	    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.as-standing .as-promotion {
    margin: .75rem;
    padding: 0 .75rem;
}

.as-standing .as-promotion-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: .75rem;
}

.as-standing .as-promotion-circle {
    border-radius: 50%;
    float: left;
    height: .5rem;
    margin-right: .75rem;
    min-width: .5rem;
    width: .5rem;
}

.as-promotion p{
	margin-bottom: 0 !important;
}

.header-button-1 a{
	display: inline-flex;
    padding: 4px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
	border: 0;
}

.header-button-2 a{
	position: relative;
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.as-popup.as-popup__show, .as-popup.as-popup__show .as-popup__mask-overlay {
    opacity: 1!important;
    visibility: visible!important;
}

.as-popup, .as-popup__mask-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
}

.as-popup__mask-overlay {
    background: rgba(0,0,0,.7);
    z-index: 9;
}

#wrapper:has(.as-popup.as-popup__show) #header{
	z-index: 7 !important;
}

.section:has(.as-popup.as-popup__show){
	z-index: 8 !important;
}

.scrollTo {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    cursor: pointer;
    position: fixed;
    opacity: 1;
    visibility: visible;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    bottom: 20%;
    right: 2%;
    background-color: #4ea648;
}

.back-to-top{
    min-width: unset !important;
    min-height: unset !important;
    width: 30px !important;
    height: 30px !important;
    align-items: center;
    cursor: pointer;
    visibility: visible;
    z-index: 999;
    bottom: 21%;
    right: 1.6%;
    pointer-events: inherit;
    transform: translateY(0);
	display: inline-block !important;
}

.back-to-top .icon-angle-up{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em !important;
    transform: translateX(1px);
}

.archive .large-columns-1 .post-title a{
	font-size: 18px;
}

.as-popup__result-tab-content .as-nav-tabs-btn.as-nav-tabs-btn-90phut,
.as-standing__tabs-center {
    justify-content: center;
}

/* ==Tab thong ke css== */
.as-popup__result {
  font-family: Oswald;
}

.as-popup__result-wrap {
  max-width: 900px;
  padding: 0;
  border-radius: 6px;
  background-color: var(--as-result-popup-bg);
}

.as-popup__result-tab-content {
  height: calc(100vh - 380px);
  background: var(--as-result-popup-result-tab-content);
}

.as-popup__result .as-scrolling {
  overflow: auto;
}

.as-popup__result .as-scrolling__result-popup.as-scrolling {
  height: calc(100vh - 380px);
}

.as-popup__result .as-scrolling__result-popup.as-scrolling__have-tab {
  height: calc(100vh - 380px - 52px);
}

.as-popup__result .as-squad-title {
  text-align: left;
  padding-left: 12px;
  margin-bottom: var(--as-squad-title-margin-bottom);
  background: var(--as-squad-title-bg);
  display: flex;
  align-items: center;
  border: var(--as-squad-title-border);
  height: var(--as-squad-title-height);
}

.as-popup__result .as-squad-title span {
  border-bottom: var(--as-squad-title-span-border-bottom);
  color: var(--as-squad-title-span-color);
  font-size: var(--as-squad-title-span-font-size);
  font-weight: var(--as-squad-title-span-font-weight);
  line-height: var(--as-squad-title-span-line-height);
  padding-bottom: var(--as-squad-title-span-padding-bottom);
  text-transform: uppercase;
}

.as-popup__result-header {
  border-radius: 6px 6px 0 0;
  background-color: var(--as-primary-box-bg);
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 13px;
}

.as-popup__result-content {
  border-radius: 6px;
  border: 1px solid var(--as-primary-border-color);
  background-color: var(--as-result-popup-content-bg);
}

.as-popup__result-half-time-score {
  border-radius: var(--as-result-popup-half-time-score-border-radius);
  border: 1px solid var(--as-result-popup-half-time-score-border-color);
  background: var(--as-result-popup-half-time-score-bg);
  color: var(--as-result-popup-half-time-score-color);
  font-family: "Roboto Condensed";
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  padding: 7px 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: uppercase;
}

.as-popup__result-half-time-score .as-score-value {
  color: var(--as-result-popup-half-time-as-score-value-color);
}

.as-popup__result-team-info {
  border-top: 1px solid var(--as-primary-border-color);
  padding: 30px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--as-result-popup-team-bg);
  position: relative;
  background-size: 40%;
}

.as-popup__result-team-info .as-time {
  color: var(--as-result-popup-team-time-color);
  font-family: var(--as-result-popup-team-time-font-family);
  font-size: var(--as-result-popup-team-time-font-size);
  font-weight: var(--as-result-popup-team-time-font-weight);
  line-height: var(--as-result-popup-team-time-line-height);
}

.as-popup__result-team-info .as-info {
  justify-content: center;
  display: flex;
  gap: 24px;
  align-items: center;
}

.as-popup__result-team-info .as-team-away,
.as-popup__result-team-info .as-team-home {
  flex: 1;
  display: flex;
  gap: 10px;
}

.as-popup__result-team-info .as-team-home {
  flex-direction: row-reverse;
}

.as-popup__result-team-info .as-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 25px;
  gap: 8px;
}

.as-popup__result-team-info .as-col:first-child {
  flex-direction: row-reverse;
}

.as-popup__result-team-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.as-popup__result-team-name {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
}

.as-popup__result-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.as-popup__result-score .as-time {
  color: var(--as-primary-color-1);
  font-size: 13px;
  font-weight: 400;
}

.as-popup__result-competition {
  display: flex;
  align-items: center;
  gap: 8px;
}

.as-popup__result-competition img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.as-popup__result-competition span {
  color: #fff;
  font-family: Oswald;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.as-popup__result-close-btn {
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
  outline: none;
  border: none;
}

.as-popup__result-close-btn:before,
.as-popup__result-close-btn:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: white;
}

.as-popup__result-close-btn:before {
  transform: rotate(45deg);
}

.as-popup__result-close-btn:after {
  transform: rotate(-45deg);
}

.as-popup__result-tab-content {
  border-radius: 0 0 6px 6px;
}

.as-popup__result-tab-content .as-nav-tabs-btn {
  justify-content: center;
}

.as-popup__result .as-match-status {
  border-radius: 6px;
  background: #fff;
  color: #be1a31;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  height: 24px;
  width: 65px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.as-popup__result .as-match-status:before {
  content: "";
  background: #be1a31;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  margin-right: 3px;
}

.as-statistics {
  border-radius: 4px;
}

.as-statistics__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 35px 12px 12px 12px;
}

.as-statistics__line {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  gap: 0.69rem;
  position: relative;
}

.as-statistics__value {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.38rem;
  font-family: "Be Vietnam Pro";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.as-statistics__value--away {
  right: 0;
  left: auto;
}

.as-statistics__value.as-statistics__home-win,
.as-statistics__value.as-statistics__away-win {
  color: var(--as-statistics-win-color);
  font-weight: 700;
}

.as-statistics__bar-wrapper {
  flex: 1;
  background: var(--as-statistics-bar-wrapper-bg);
  border-radius: var(--as-statistics-bar-wrapper-border-radius);
  height: var(--as-statistics-bar-wrapper-height);
  overflow: hidden;
  display: flex;
}

.as-statistics__bar-wrapper--home {
  justify-content: flex-end;
}

.as-statistics__bar-wrapper--away {
  display: flex;
  justify-content: flex-start;
}

.as-statistics__bar-wrapper.as-statistics__home-win .as-statistics__bar {
  background: var(--as-statistics-home-win-bg);
}

.as-statistics__bar-wrapper.as-statistics__away-win .as-statistics__bar {
  background: var(--as-statistics-away-win-bg);
}

.as-statistics__bar {
  background: var(--as-statistics-bg);
  height: 100%;
  display: block;
}

.as-statistics__bar--home {
  background: var(--as-statistics-home-bg);
  border-radius: var(--as-statistics-home-border-radius);
}

.as-statistics__bar--away {
  background: var(--as-statistics-away-bg);
  border-radius: var(--as-statistics-away-border-radius);
}

.as-statistics__title {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: var(--as-statistics-title-font-family);
  font-style: normal;
  bottom: 100%;
  margin-bottom: 0.38rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

/* ==css doi dau== */
.as-match-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: var(--as-vs-match-item-bg);
  background-size: cover;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 12px;
  height: var(--as-vs-match-item-height);
  padding-bottom: var(--as-vs-match-item-padding-bottom);
  border: var(--as-vs-match-item-bg-border);
  box-sizing: border-box;
  z-index: 1;
}

.as-match-item.as-hide-footer {
  height: 90px;
}

.as-match-item.as-is-hot {
  border: 1px solid #c13a48 !important;
}

.as-match-item .as-scoreboard {
  width: var(--as-score-width);
  display: flex;
  justify-content: center;
}

.as-match-item__header {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.as-match-item__header .as-match-item__league {
  font-size: 13px;
  color: #828B98;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
}

.as-match-item__header .as-match-item__league img {
  height: 14px;
  width: 14px;
  object-fit: contain;
}

.as-match-item__header .as-match-item__league span {
  flex: 1;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--as-vs-match-item-league-span-font-family);
  font-size: var(--as-vs-match-item-league-span-font-size);
  font-weight: var(--as-vs-match-item-league-span-font-weight);
  line-height: var(--as-vs-match-item-league-span-font-line-height);
  color: var(--as-vs-match-item-league-span-font-color);
  text-transform: var(--as-vs-match-item-league-span-text-transform);
}

.as-match-item__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  z-index: 1;
}

.as-match-item__status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: var(--as-score-width);
}

.as-match-item__status .as-match-item__vs {
  background: var(--as-match-item-status-item-vs-bg);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: var(--as-match-item-status-item-vs-width);
  height: var(--as-match-item-status-item-vs-height);
  border-radius: var(--as-match-item-status-item-vs-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-match-item__status .as-match-item__vs.as-t_vs_num {
  border: var(--as-match-item-status-item-as-t-vs-num-border);
  background: var(--as-match-item-status-item-as-t-vs-num-bg);
  font-size: 17px;
  font-weight: 700;
  gap: 5px;
}

.as-match-item__status .as-match-item__vs.as-t_vs_num span {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-match-item__status .as-match-item__vs.as-t_vs_num span.as-winner {
  background: var(--as-match-item-status-item-as-t-vs-num-span-active-bg);
  border: var(--as-match-item-status-item-as-t-vs-num-span-active-border);
  border-radius: var(--as-match-item-status-item-as-t-vs-num-span-active-border-radius);
}

.as-match-item__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.as-match-item__team img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.as-match-item__team .as-match-item__team--name {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}

.as-match-item__team-home {
  flex-direction: row-reverse;
  justify-content: end;
}

.as-nav-tabs-btn .as-nav-item.active {
    background: var(--as-result-popup-as-nav-tabs-item-active-bg);
    color: var(--as-result-popup-as-nav-tabs-item-active-color);
    position: relative;
}

/* Footer */
.as-match-item__footer {
  height: 46px;
  padding: var(--as-vs-match-item-footer-padding);
  margin: var(--as-vs-match-item-footer-margin);
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.as-match-item__footer::before {
  content: '';
  position: absolute;
  background: var(--as-vs-match-item-footer-bg);
  width: 100%;
  height: 37px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.as-match-item__footer::after {
  content: '';
  position: absolute;
  background: var(--as-vs-match-item-footer-after-bg);
  width: 107px;
  height: 1px;
  top: 0;
  left: 50%;
  opacity: 0.32;
  transform: translateX(-50%);
}

.as-match-item__footer-show-all {
  justify-content: space-between;
}

.as-commentator {
  display: flex;
  align-items: center;
  gap: 6px;
}

.as-commentator img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.as-commentator span {
  font-size: 12px;
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.as-match-item__date {
  color: var(--as-vs-match-item-date-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--as-vs-match-item-date-border-radius);
  background: var(--as-vs-match-item-date-bg);
  border: var(--as-vs-match-item-date-border);
  position: relative;
}

.as-match-item__time {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.as-match-item-sm .as-match-item__header .as-match-item__league span {
  max-width: 70px;
}

.as-match-item-90phut .as-match-item__footer::after {
  content: none;
}
.as-h2-title-box {
    background: var(--as-h2-title-box-bg);
    color: #fff;
    font-size: var(--as-h2-title-box-font-size);
    font-style: normal;
    font-weight: var(--as-h2-title-box-font-weight);
    margin-top: 0;
    opacity: var(--as-h2-title-box-opacity);
    padding: var(--as-h2-title-box-padding);
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald;
}

.as-match-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: .75rem;
    padding: 0 .75rem;
}

.as-match-item, .as-match-item .as-scoreboard {
    display: flex;
}

.as-parent-h2h-90phut .as-match-list .as-match-item {
    background: var(--as-vs-match-item-bg);
    border: var(--as-vs-match-item-bg-border);
    border-radius: .6875rem;
    -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0,0,0,.05);
    box-shadow: 0 .25rem .25rem 0 rgba(0,0,0,.05);
    height: 9.375rem;
}

.as-parent-h2h .as-h2h .as-match-list, .as-parent-h2h .as-h2h .as-match-list .as-match-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.as-parent-h2h .as-h2h .as-match-list .as-match-item {
    height: 9.375rem;
}

.as-match-item .as-match-item__time .as-icon-haflt {
    background: var(--as-vs-match-item-time-haflt-bg);
    background-size: 100%!important;
    border-radius: var(--as-vs-match-item-time-haflt-border-radius);
    height: var(--as-vs-match-item-time-haflt-height);
    margin-top: var(--as-vs-match-item-time-haflt-margin-top);
    padding: var(--as-vs-match-item-time-haflt-pading);
    position: relative;
    text-align: center;
    width: 100%;
    width: var(--as-vs-match-item-time-haflt-width);
}

.as-match-item .as-match-item__time .as-icon-haflt.as-icon-haflt-lose {
    background: var(--as-vs-match-item-time-haflt-loss-bg);
}

.as-parent-h2h .as-h2h .as-match-list .as-match-item .as-match-item__time .as-icon-haflt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.as-parent-h2h-90phut .as-h2h .as-match-list .as-match-item .as-match-item__time .as-icon-haflt, .as-parent-h2h-cakhia .as-h2h .as-match-list .as-match-item .as-match-item__time .as-icon-haflt, .as-parent-h2h-xoilac365 .as-h2h .as-match-list .as-match-item .as-match-item__time .as-icon-haflt {
    min-width: calc(var(--as-score-width) - .3125rem);
    width: var(--as-vs-match-item-time-haflt-width);
}

.as-parent-h2h .as-h2h .as-match-list .as-match-item .as-match-item__time .as-icon-haflt span {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: center;
    z-index: 10;
}

.as-parent-h2h-90phut .as-match-item__footer .as-flag, .as-parent-h2h-90phut .as-match-list .as-match-item__date {
    font-family: Roboto,sans-serif;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
	padding: var(--as-match-item-footer-as-flag-padding);
}

.as-match-item .as-match-item__body .as-match-item__team.as-match-item__team-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: end;
}


.as-match-item__body .as-score-vs.as-score-vs__num{
	max-height: 38px;
}

.as-match-item__body .as-score-vs.as-score-vs__num span{
    font-size: 17px;
    width: 28px;
    height: 28px;
}

.as-match-item .as-flag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--as-match-item-footer-as-flag-bg);
    border: var(--as-match-item-footer-as-flag-border);
    border-radius: var(--as-match-item-footer-as-flag-border-radius);
    color: var(--as-match-item-footer-as-flag-color);
    font-family: Roboto,sans-serif;
    font-size: .6875rem;
    font-style: normal;
    font-weight: 400;
    gap: .625rem;
    line-height: 1rem;
    padding: var(--as-match-item-footer-as-flag-padding);
}

.as-match-item .as-flag .as-flag__goal-scoring {
    gap: .1875rem;
}

.as-match-item .as-flag .as-flag__goal-scoring span {
    color: #00c44d;
}

.as-match-item .as-flag .as-flag__corner-ball, .as-match-item .as-flag .as-flag__yellow-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .1875rem;
}
.as-show-more {
    background: var(--as-match-list-as-show-more-bg);
    border: var(--as-match-list-as-show-more-border);
    border-radius: var(--as-match-list-as-show-more-border-radius);
    color: #999;
    color: #fff;
    cursor: pointer;
    display: var(--as-match-list-as-show-more-display);
    font-family: Raleway;
    font-size: .75rem;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.125rem;
    margin: var(--as-match-list-as-show-more-margin);
    padding: var(--as-match-list-as-show-more-padding);
    text-align: center;
}

.as-show-more svg {
    margin-left: .375rem;
}

.as-match-item .as-match-item__date:before {
    background: var(--as-vs-match-item-date-before-bg);
    border-radius: .375rem;
    border-radius: var(--as-vs-match-item-date-before-border-radius);
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0,#fff));
    mask: linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    opacity: var(--as-vs-match-item-date-before-opacity);
    padding: .08125rem;
    padding: var(--as-vs-match-item-date-before-padding);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
}

.as-match-item .as-flag .as-flag__half-court span{
	color: #fff;
}

/* ==Css doi hinh== */
.as-line-ups .as-line-ups-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

.as-line-ups .as-line-ups-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.as-line-ups .as-back-green {
  background: var(--as-line-ups-as-back-green-bg);
  overflow-x: hidden;
}

.as-line-ups .as-w-o-h {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.as-line-ups .as-ground-box {
  border: 1.5px solid var(--as-line-ups-as-ground-box-border-color);
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.as-line-ups .as-ground-box .as-circle {
  border: 1.5px solid var(--as-line-ups-as-ground-box-border-color);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  position: relative;
  left: -220px;
  margin: 0 auto;
}

.as-line-ups .as-ground-box .as-mid-circle {
  border: 1.5px solid var(--as-line-ups-as-ground-box-border-color);
  width: 106px;
  height: 106px;
  position: absolute;
  top: calc(50% - 53px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.as-line-ups .as-ground-box .as-mid-circle svg {
  position: absolute;
}

.as-line-ups .as-ground-box .as-mid-circle .as-mid-inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--as-line-ups-as-ground-box-as-mid-circle-as-mid-inner-bg);
}

.as-line-ups .as-ground-box .as-half-box {
  height: 100%;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--as-line-ups-as-ground-box-border-color);
}

.as-line-ups .as-half-box .as-square1 {
  border: 1.5px solid var(--as-line-ups-as-ground-box-border-color);
  width: 40px;
  height: 100px;
  border-left-width: 0;
}

.as-line-ups .as-half-box .as-square2 {
  border: 1.5px solid var(--as-line-ups-as-ground-box-border-color);
  width: 80px;
  height: 197px;
  border-left-width: 0;
  display: flex;
  align-items: center;
  background: var(--as-line-ups-as-ground-box-as-half-box-as-as-square2-bg);
  z-index: 1;
}

.as-line-ups .as-lineup-players .as-player-item {
  width: 55px;
  height: 52px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
}

.as-line-ups .as-lineup-players img {
  border: var(--as-line-up-player-border-home);
  border-radius: 50%;
  object-fit: contain;
  width: 30px;
  height: 30px;
}

.as-line-ups .as-lineup-players .as-shirt-number-player {
  background: var(--as-line-up-player-name-bg);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.as-line-ups .as-shirt-number-player .as-shirt-number {
  font-size: 13px;
  font-weight: 500;
}

.as-line-ups .as-shirt-number-player .as-player-name {
  font-size: 10px;
  font-weight: 400;
}

.as-line-ups .as-lineup-players .as-rating {
  padding: 4px;
  background: #FF6600;
  border-radius: 1px;
  position: absolute;
  top: -5px;
  right: -6px;
}

.as-line-ups .as-rating .as-rating-text {
  width: 100%;
  height: 100%;
  font-size: 10px;
  text-align: center;
  line-height: 0.8em;
  font-family: 'Oswald';
}

.as-line-ups .as-lineup-players .as-incident {
  position: absolute;
  bottom: 20px;
  left: 45px;
  display: flex;
  gap: 2px;
  font-size: 12px;
}

.as-line-ups .as-lineup-players .as-incident.as-incident-top {
  top: -10px;
  left: auto;
  right: 40px;
  bottom: auto;
}

.as-line-ups .as-incident .as-incident-item {
  display: flex;
  gap: 2px;
  align-items: center;
  position: relative;
}

.as-line-ups .as-incident-item .as-time {
  font-size: 8px;
}

.as-line-ups .as-incident-item .as-count {
  position: absolute;
  right: -5px;
  top: -6px;
  font-size: 8px;
  background: #36394066;
  padding: 2px;
  line-height: 7px;
  width: 7px;
  text-align: center;
  z-index: 1;
}

.as-line-ups .as-half-box.as-half-box-away {
  transform: rotateY(180deg);
}

.as-line-ups .as-half-box.as-half-box-away .as-lineup-players .as-player-item {
  transform: rotateY(180deg);
}

.as-line-ups .as-half-box.as-half-box-away .as-lineup-players img {
  border: var(--as-line-up-player-border-away);
}

.as-line-ups .as-formation {
  line-height: 1;
  text-align: center;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.5);
  color: #333;
  border-radius: 6px;
  padding: 4px 6px;
  z-index: 99;
}

.as-line-ups .as-formation-home {
  left: 0;
  top: 0;
}

.as-line-ups .as-formation-away {
  right: 0;
  top: 0;
}

.as-line-ups .as-team-info {
  box-sizing: border-box;
}

.as-line-ups .as-team-info-home {
  padding-bottom: 12px;
}

.as-line-ups .as-team-info-away {
  padding-top: 12px;
}

.as-line-ups .as-team-logo {
  width: 0.53em;
  height: 0.53em;
  margin-right: 0.21em;
}

.as-line-ups .as-team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.as-line-ups .as-team-name {
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
}

.as-line-up-colunm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--as-line-up-colunm-as-line-up-colunm-border-top);
}

.as-line-up-colunm .as-line-up-item {
  font-family: var(--as-line-up-colunm-item-font-family);
  border-bottom: var(--as-line-up-colunm-item-border-bottom);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
}

.as-line-up-colunm .as-line-up-item-team {
    gap: .875rem;
}

.as-line-up-colunm .as-line-up-item.as-line-up-item-team {
    background: var(--as-result-popup-player-bg);
}

.as-line-up-colunm .as-line-up-item.as-line-up-item-home {
    border-right: var(--as-line-up-colunm-item-home-border-right);
}

.as-match__team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .375rem;
}

.as-line-up-colunm .as-line-up-item .as-match__team-logo {
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 3rem;
}

.as-line-up-colunm .as-line-up-item .as-match__team-name {
    font-size: .875rem;
    font-weight: 700;
}

.as-line-up-colunm .as-line-up-item .as-player-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.as-line-up-colunm .as-line-up-item .as-player-name, .as-line-up-colunm .as-line-up-item .as-player-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem;
}

.as-line-up-colunm .as-line-up-item .as-player-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    white-space: nowrap;
}

.as-line-up-colunm .as-line-up-item .as-player-name img {
    border-radius: 50%;
    height: 2.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 2.25rem;
}

.as-line-up-colunm .as-line-up-item .as-player-name .as-player-shirt-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.as-line-up-colunm .as-line-up-item .as-player-name .as-player-shirt-name span {
    height: 1.125rem;
}

.as-line-up-colunm .as-line-up-item .as-player-shirt-name span{
	color: #fff;
}

.as-line-up-colunm .as-line-up-item:hover .as-player-shirt-name span{
	color: #41a85f;
}

.as-line-up-colunm .as-line-up-item .as-player-name .as-shirt-number {
    color: #aaa !important;
}

.as-gap-4 {
    gap: .25rem!important;
}

.as-line-up-colunm .as-line-up-item .as-player-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: .125rem;
    color: #fff;
    font-size: .625rem;
    height: 1.375rem;
    justify-content: center;
    width: 1.375rem;
}

.as-line-up-colunm .as-line-up-item .as-player-incident, .as-line-up-colunm .as-line-up-item .as-player-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.as-line-up-colunm .as-line-up-item .as-player-incident {
    gap: .125rem;
}

.as-line-up-colunm .as-line-up-item svg {
    height: 1rem;
    width: 1rem;
}

.as-line-up-colunm .as-line-up-item .as-player-incident .as-time {
    font-size: .75rem;
}

.as-standing__tabs-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-page-schedule{
	margin-bottom: 12px;
}

.content-page-schedule .nav-tabs .nav-item {
    margin: 0;
}


/* livescore desktop css */
#live-score{
    background: #141516;
}

.tdlink .num, .tools-ov {
    align-items: center;
    display: flex;
}

.tools-ov ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tools-ov ul {
    display: flex;
    gap: 4px;
}

.tools-ov ul li a {
    background: #2a3038;
    border-radius: 8px;
    display: flex;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
}

.tools-ov ul li a, .tools-ov ul li a span {
    color: #fff;
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.tools-ov ul li a span {
    align-items: center;
    background: #01b243;
    border-radius: 20px;
    display: inline-flex;
    font-size: 12px;
    height: 18px;
    justify-content: center;
    line-height: 17px;
    margin-left: 8px;
    width: 30px;
}

.tools-ov ul li.on a span {
    background: #ff4c13;
    color: #fff;
}

.tools-ov ul li.on a {
    color: #fff;
}

#live-score .embed-livescores .tools-ov ul li a, #live-score .embed-livescores .tools-ov ul li a {
    background: none;
    font-family: "Raleway";
    font-size: .8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
    text-transform: uppercase;
}

#live-score .embed-livescores .tools-ov ul li.on a, #live-score .embed-livescores .tools-ov ul li.on a {
    background: none!important;
}

#live-score .embed-livescores .tools-ov ul li.on a, #live-score .embed-livescores .tools-ov ul li.on a {
    background: #ffb32d!important;
    border-radius: 6px;
    color: #141516!important;
}

#free-tools .on, #soccer .scoretitle td, #soccer.dark #tools .on a, #soccer.dark #tools .on a:hover, #tools .on a, #tools .on a:hover, .bts .ent, .mintopnav li.on a, .oddsHead select {
    background-color: #01b243;
}

.tools-ov ul li#li_FilterLive.on a {
    background: #c72a1d;
    color: #fff;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterLive a, #live-score .embed-livescores .tools-ov ul li#li_FilterLive a {
    color: #00efff;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterLive.on a, #live-score .embed-livescores .tools-ov ul li#li_FilterLive.on a {
    background: none;
    color: #00efff;
}

.tools-ov ul li#li_FilterLive.on a span {
    background: #fcfcfc;
    color: #000;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterLive a span, #live-score .embed-livescores .tools-ov ul li#li_FilterLive a span {
    background: #00efff;
    color: #212428;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterLive.on a span, #live-score .embed-livescores .tools-ov ul li#li_FilterLive.on a span {
    background: #00efff;
    color: #212428;
    font-family: "Oswald";
    font-size: .625rem;
    font-style: normal;
    font-weight: 700;
    line-height: .875rem;
    text-align: center;
}

#live-score .embed-livescores .tools-ov ul li a#li_league, #live-score .embed-livescores .tools-ov ul li a#li_league {
    color: #fff;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterHot a, #live-score .embed-livescores .tools-ov ul li#li_FilterHot a {
    color: #f1c371;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterHot a span, #live-score .embed-livescores .tools-ov ul li#li_FilterHot a span {
    background: #f1c371;
    color: #212428;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterFinished a, #live-score .embed-livescores .tools-ov ul li#li_FilterFinished a {
    color: #f6427f;
}

#live-score .embed-livescores .tools-ov ul li#li_FilterFinished a span, #live-score .embed-livescores .tools-ov ul li#li_FilterFinished a span {
    background: #f6427f;
    color: #212428;
}

#live-score .embed-livescores .tools-ov ul li#li_ShowAll a, #live-score .embed-livescores .tools-ov ul li#li_ShowAll a {
    color: #00b648;
}

#live-score .embed-livescores .tools-ov ul li#li_ShowAll a span, #live-score .embed-livescores .tools-ov ul li#li_ShowAll a span {
    background: #00b648;
    color: #fff;
}

#live-score .embed-livescores .tools-ov ul li#li_MyGame a, #live-score .embed-livescores .tools-ov ul li#li_MyGame a {
    color: #ff334f;
}

#live-score .embed-livescores .tools-ov ul li#li_MyGame a span, #live-score .embed-livescores .tools-ov ul li#li_MyGame a span {
    background: #ff334f;
    color: #212428;
}

.tools-ov .setit {
    background-color: #2a3038;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: auto;
    padding: 10px;
}

.tools-ov .dashicons-admin-generic{
    margin-right: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13px;
    width: 13px;
}

#min #mintable .scoretitle td .allno {
    cursor: pointer;
    font-size: 13px;
	height: 13px;
	width: 13px;
}

#mintable td, #oddsmain td {
    text-align: center;
}

#min #mintable td {
    background: #1a1d23;
}

#min #mintable .scoretitle td {
    background: #01b243;
    color: #fff;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

#live-score .embed-livescores #min #mintable tbody tr td, #live-score .embed-livescores #min #mintable tbody tr td {
    background: #1c1e20;
}

#live-score .embed-livescores #min #mintable .scoretitle td, #live-score .embed-livescores #min #mintable .scoretitle td {
    background: #34373b!important;
	border: 0;
}

#min #mintable #table_live tbody>tr>td {
    padding-bottom: 5px;
    padding-top: 5px;
}

#live-score .embed-livescores #min #mintable tbody tr td[align=right], #live-score .embed-livescores #min #mintable tbody tr td[align=right] {
    text-align: right;
}

#live-score .embed-livescores #min #mintable tbody tr td[align=left], #live-score .embed-livescores #min #mintable tbody tr td[align=left] {
    text-align: left;
}

#live-score .embed-livescores #min #mintable tbody tr td.data_td, #live-score .embed-livescores #min #mintable tbody tr td.toolimg, #live-score .embed-livescores #min #mintable tbody tr td.data_td, #live-score .embed-livescores #min #mintable tbody tr td.toolimg {
    text-align: center;
}

#oddsHead select {
/*     background: #2a3038; */
    border: 1px solid #3f454f;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
	background-color: #01b243;
}

.oddsHead select {
    border-width: 0;
    color: #fff;
}

#min #mintable .scoretitle td.oddsHead select {
    color: #fff;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0 !important;
    text-align: center;
}

#tools li{
    margin: 0;
}
.mb-2 {
    margin-bottom: .5rem!important;
}

.tools-ov .setit >span{
    display: flex;
    align-items: center;
    justify-content: center;
}

#CompanySel{
	margin: 0 auto !important;
    width: auto;
    height: 24px;
    border-radius: 3px;
}


#live-score .embed-livescores #min #mintable tbody tr, #live-score .embed-livescores #min #mintable tbody tr {
    border-color: #1c1e20!important;
}

#min #mintable #table_live tbody>tr {
    border-bottom: 1px solid #2a3038;
}

#live-score .embed-livescores #min #mintable tbody tr td, #live-score .embed-livescores #min #mintable tbody tr td {
    background: #1c1e20;
}

#live-score .embed-livescores #min #mintable tbody tr.tds td, #live-score .embed-livescores #min #mintable tbody tr.tds td {
    border-bottom: 1px solid #333639;
    height: 64px;
    padding: 4px 0!important;
}

.add-div, .add-info2, .allno, .close-info, .display-info, .hidden-info {
    position: relative;
}

#min #mintable td .add-info, #min #mintable td .add-info-l, #min #mintable td .add-info2 {
    align-items: center;
    display: flex;
    justify-content: center;
}

#min #mintable td .add-info i{
    background: url(/wp-content/uploads/2025/10/icon-star-off.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 14px;
    width: 14px;
}

#min #mintable td.black-down span {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-family: "Oswald";
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    overflow: hidden;
    padding: 5px 8px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 62px;
}

#min #mintable td.status, #min #mintable td.time {
    font-family: "Roboto";
    font-weight: 500;
    white-space: nowrap;
}

#min #mintable td.time {
    color: #afb4ba;
}

#min #mintable td.status {
    color: #ff4c13;
    padding-left: 10px;
    text-align: left;
}

.blinking {
    -webkit-animation: blinkingText 1s infinite;
    animation: blinkingText 1s infinite;
}

.redcard, .yellowcard {
    border-radius: 2px;
    margin: 0 2px;
    padding: 0 2px;
}

.yellowcard {
    background-color: #fdd668;
    color: #9c6c44;
}

#min #mintable td #team1 {
    align-items: center;
    display: inline-flex;
    justify-content: flex-end;
}

#live-score .embed-livescores #min #mintable tbody tr td a, #live-score .embed-livescores #min #mintable tbody tr td a {
    color: #b4bbc4;
    font-family: "Raleway";
    font-size: .8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.125rem;
}

#min #mintable td .teamLogoBox.teamLogoHomeBox {
    margin-left: 8px;
}

#min #mintable td .teamLogoBox img {
    height: 24px;
    object-fit: contain;
    width: 24px;
}

#min #mintable td.el-score b {
    background: #0d57e9;
    border-radius: 2px;
    color: #fff;
    font-family: "Oswald";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 3.5px 8px;
    text-align: center;
    white-space: nowrap;
}

#min #mintable td #team2 {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
}

#min #mintable td .teamLogoBox.teamLogoAwayBox {
    margin-right: 8px;
}

#min .black-down >a{
	display: flex;
    align-items: center;
    justify-content: center;
}

.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}

#table_live{
	border-collapse: collapse !important;
    border-spacing: 0 !important;
}

#hht,
#cr{
    font-family: 'Raleway';
}

span.icon-play, .videoHighLight {
    background: #c72a1d;
    border-radius: 10px;
    padding: 3px 7px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway' !important;
    font-size: 13px !important;
	white-space: nowrap;
}

#min #mintable td.toolimg span {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 1;
    position: relative;
}

.videoHighLight.icon-play:before{
	content:none;
}

.odds1{
    color: #ac4373;
}

.odds3 {
    color: #7aa4e2;
}

#min #mintable td.oddstd p {
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

/* ==Page truc tiep css== */
.col-lg-8.large-8{
/* 	padding-left: 15px; */
	padding-right: 15px;
}
.col-lg-4.large-4{
/* 	padding-right: 15px; */
}
.socialvn-share {
    position: relative;
}

.btn-share-24h .cv19-sha-social__tit:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 0;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social__tit::before {
    background: url("/wp-content/uploads/2025/11/live-tab-icon-share.webp") no-repeat;
    margin: 0px 16px 0px 0px;
}

.title_box::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #4fa747;
    border-radius: 0 4px 4px 0;
}

.player__header .title_box h1, .player__header .title_box h2, .player__header .title_box h3, .player__header .title_box h4, .player__header .title_box h5, .player__header .title_box h6 {
    font-family: "source sans 3";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    display: block;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
	text-wrap: auto;
}

.player__header .title_box span {
    font-family: "source sans 3";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: rgb(250, 248, 250);
    opacity: 0.5;
    line-height: 1;
    text-transform: capitalize;
}

.title_box.w-75{
	position: relative;
    padding-left: 15px;
}

.title_box.w-75 p{
	margin-bottom: 0;
}

.row.as-hide-popup-chat{
	padding: 0 15px !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#tv_links {
    overflow-x: auto;
}

div#tv_links {
    position: relative;
    width: 78%;
}

.share-social {
    position: absolute;
    right: 10px;
    margin-top: 7px;
}

.share-social a, .btn-share {
    background: #1170FF !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    padding: 6px 10px;
}

.flex-lg-row.as-hide-popup-chat{
  position: relative;
}

#tv_links a {
    white-space: nowrap;
}

.player__left #tv_links a {
    background: #828282;
    border-radius: 2.29412px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14.9118px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-right: 0.625rem;
}

.player__left #tv_links a {
    padding: 6px;
}

.player__left #tv_links a.playing {
    background: #005B9A;
}

.player__right {
    padding-left: 0px;
    position: relative;
}

.as-match-detail {
    background: linear-gradient(180deg,#282a2c .08%,#282a2c 10.42%,#1e2021 40.82%);
    border-radius: .625rem;
    color: #fff;
}

.as-match-detail .as-tabs-icon {
    -webkit-box-pack: start;
    border-top-left-radius: var(--as-match-detail-border-radius);
    border-top-right-radius: var(--as-match-detail-border-radius);
    justify-content: start;
}

.as-tabs-icon__item span.as-hide-name {
    display: none;
}

.as-tabs-icon__item.as-active span.as-hide-name {
    display: inline-block;
}

#as-match-detail-content{
    overflow: auto;
    background: #1E2021;
    border-radius: 0 0 0.625rem 0.625rem;
}

.as-match-detail-content .as-match-list p{
	margin-bottom: 0;
}

/* ==sidebar bxh css== */
.play_main_right .as-standing__top {
  justify-content: space-between;
}

.play_main_right .as-standing__top .as-menu {
  display: block;
}

.play_main_right .as-standing__table-row {
  padding-left: 0px;
  gap: 0px;
  grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr;
}

.play_main_right .as-standing__table-row-head .as-standing__table-column-stt {
  margin: 0 auto;
}

.play_main_right .as-standing__table-column .as-stt {
  margin: 0 auto;
}

.play_main_right .as-standing__table-column .as-stt-highlight {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.play_main_right .as-standing .as-coulumn-show-full {
  display: none;
}

.play_main_right .as-standing .as-show-full .as-coulumn-show-full {
  display: flex;
}

.play_main_right .as-standing .as-show-full .as-column-performance {
  display: block;
}

.play_main_right .as-standing .as-show-full .as-standing__table {
  overflow-x: auto;
  white-space: nowrap;
}

.play_main_right .as-standing .as-show-full .as-standing__table-row {
  grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 180px 50px;
  min-width: 760px;
  padding-left: 0px;
  padding-right: 0px;
  gap: 0px;
}

.play_main_right .as-standing .as-show-full .as-standing__table-row-head {
  background: var(--as-standing-table-row-as-standing__table-row-head);
  grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 180px 50px;
}

.play_main_right .as-standing .as-show-full .as-standing__table-row.active {
  background: #302e1e;
}

.play_main_right .as-standing .as-show-full .as-standing__table-row.active .as-stt-popup,
.play_main_right .as-standing .as-show-full .as-standing__table-row.active .as-team-popup {
  background: #302e1e;
}

.play_main_right .as-standing .as-show-full .as-standing__table-column-stt {
  position: sticky;
  z-index: 1;
  left: 0;
  width: 40px;
  background-color: var(--as-standing-table-row-bg);
  display: flex;
  justify-content: center;
}

.play_main_right .as-standing .as-show-full .as-standing__table-column-stt.as-stt-popup {
  background-color: var(--as-standing-table-row-bg);
}

.play_main_right .as-standing .as-show-full .as-standing__table-column-team {
  z-index: 1;
  position: sticky;
  left: 39px;
  width: 135px;
  background-color: var(--as-standing-table-row-bg);
  display: flex;
}

.play_main_right .as-standing .as-show-full .as-standing__table-column-team.as-team-popup {
  background-color: var(--as-standing-table-row-bg);
}

.play_main_right .as-standing .as-show-full .as-standing__table-column.as-column-head {
  background: var(--as-standing-table-row-as-standing__table-row-head);
}

.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active {
  background: var(--as-standing-table-row-active-bg);
}

.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active .as-stt-popup,
.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active .as-team-popup {
  background: var(--as-standing-table-row-active-bg);
}

.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-stt,
.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-team {
  background-color: #031e35;
}

.play_main_right .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-stt.as-stt-popup {
  background-color: #031e35;
}

.play_main_right .as-standing .as-match__team-group{
    display: flex;
    align-items: center;
}
/*===========*/

/* ==Sidebar Ty le keo== */
.as-teambox-odds {
  font-size: 15px;
  overflow: unset;
  font-weight: 400;
  font-family: "Roboto";
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.as-teambox-odds__row {
  display: grid;
  grid-template-columns: 120px 1fr 4fr;
  padding: 5px;
}

.as-teambox-odds__row .as-column-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}

.as-teambox-odds__row .as-column-row span {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 4px;
  border-radius: 3px;
  border: none;
  background: #151619;
  position: relative;
}

.as-teambox-odds__row .as-column-row span::before {
  /* borderBeforeScore mixin here */
  background: linear-gradient(180deg, #464D56 20.95%, #34394000 91.92%);
  border-radius: 3px;
}

.as-teambox-odds__row .as-column-row .as-odds__text-down {
  background: rgba(158, 0, 11, 0.20);
  color: #FF4949;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.as-teambox-odds__row .as-column-row .as-odds__text-down::before {
  background: linear-gradient(180deg, #E32F2F 20.95%, #95242400 91.92%);
}

.as-teambox-odds__row .as-column-row .as-odds__text-down::after {
  content: "";
  position: relative;
  top: 5px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.66826 2.13728L3.23025 4.58708C3.04765 4.77058 3.04833 5.06737 3.23185 5.25003C3.41534 5.43266 3.71214 5.43195 3.89477 5.24846L5.53131 3.60394L5.53131 9.53124C5.53131 9.79014 5.74118 10 6.00007 10C6.25897 10 6.46883 9.79014 6.46883 9.53124L6.46883 3.60397L8.10538 5.24843C8.28801 5.43193 8.5848 5.43263 8.7683 5.25C8.95184 5.06735 8.95248 4.77053 8.76989 4.58706L6.33233 2.13768C6.14909 1.95409 5.85089 1.95425 5.66826 2.13728Z' fill='%23FF4949'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  animation: as-odd-pulse-down 1.5s ease-in-out infinite;
}

.as-teambox-odds__row .as-column-row .as-odds__text-up {
  background: rgba(56, 223, 0, 0.20);
  color: #00FF40;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.as-teambox-odds__row .as-column-row .as-odds__text-up::before {
  background: linear-gradient(180deg, #83FF7B 20.95%, #69E88900 91.92%);
}

.as-teambox-odds__row .as-column-row .as-odds__text-up::after {
  content: "";
  position: relative;
  top: 5px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.66826 2.13728L3.23025 4.58708C3.04765 4.77058 3.04833 5.06737 3.23185 5.25003C3.41534 5.43266 3.71214 5.43195 3.89477 5.24846L5.53131 3.60394L5.53131 9.53124C5.53131 9.79014 5.74118 10 6.00007 10C6.25897 10 6.46883 9.79014 6.46883 9.53124L6.46883 3.60397L8.10538 5.24843C8.28801 5.43193 8.5848 5.43263 8.7683 5.25C8.95184 5.06735 8.95248 4.77053 8.76989 4.58706L6.33233 2.13768C6.14909 1.95409 5.85089 1.95425 5.66826 2.13728Z' fill='%2300FF40'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  animation: as-odd-pulse-up 1.5s ease-in-out infinite;
}

.as-teambox-odds__row .as-column-row .as-odds__text-normal {
  color: #FFF;
  font-weight: 400;
}

.as-teambox-odds__row-asia,
.as-teambox-odds__row-europe,
.as-teambox-odds__row-over_under,
.as-teambox-odds__row-corner {
  position: relative;
}

.as-teambox-odds__row-asia::before {
  background: linear-gradient(to right, #16595180, #43444300);
}
.as-teambox-odds__row-asia::after {
  background: linear-gradient(to left, #16595180, #43444300);
}

.as-teambox-odds__row-europe::before {
  background: linear-gradient(to right, #1E458933, #1F3EAB00);
}
.as-teambox-odds__row-europe::after {
  background: linear-gradient(to left, #1E458933, #1F3EAB00);
}

.as-teambox-odds__row-over_under::before {
  background: linear-gradient(to right, #59311633, #1F3EAB00);
}
.as-teambox-odds__row-over_under::after {
  background: linear-gradient(to left, #59311633, #1F3EAB00);
}

.as-teambox-odds__row-corner::before {
  background: linear-gradient(to right, #3B165933, #1F3EAB00);
}
.as-teambox-odds__row-corner::after {
  background: linear-gradient(to left, #3B165933, #1F3EAB00);
}

.as-teambox-odds__column.as-column-location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.as-teambox-odds__column.as-column-location span {
  color: #FFF;
  font-family: "Roboto";
  font-size: 13px;
  text-transform: uppercase;
}

.as-teambox-odds__column.as-column-ft-ht {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.as-teambox-odds__column.as-column-ft-ht span {
  color: #AFB4BA;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 11px;
  text-transform: uppercase;
}

.as-teambox-odds__column.as-column-odds {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

@keyframes as-odd-pulse-down {
  0% {opacity: 1; transform: translateY(-50%) rotate(180deg) scale(1);}
  50% {opacity: 0.5; transform: translateY(-50%) rotate(180deg) scale(1.1);}
  100% {opacity: 1; transform: translateY(-50%) rotate(180deg) scale(1);}
}

@keyframes as-odd-pulse-up {
  0% {opacity: 1; transform: translateY(-50%) scale(1);}
  50% {opacity: 0.5; transform: translateY(-50%) scale(1.1);}
  100% {opacity: 1; transform: translateY(-50%) scale(1);}
}
.as-odd-tab .as-odd-tab-head {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: space-between;
    padding: .625rem;
}

.as-odd-tab .as-odd-tab-head .as-company {
    position: relative;
}

.as-odd-tab .as-odd-tab-head .as-company .as-name {
    align-items: center;
    color: #4fa747;
    cursor: pointer;
    display: flex;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 700;
    gap: .375rem;
    justify-content: center;
    line-height: 1.3125rem;
    text-transform: uppercase;
}

.as-odd-tab-sm .as-odd-tab-head .as-company .as-name img {
    width: 4.0625rem;
}

.as-odd-tab .as-odd-tab-head .as-tab-btn-list {
    grid-gap: .25rem;
    display: grid;
    gap: .25rem;
    grid-template-columns: repeat(4,1fr);
}

.as-odd-tab-sm .as-odd-tab-head .as-tab-btn-list {
    overflow-x: auto;
}

.as-odd-tab .as-odd-tab-head .as-tab-btn-list .as-tab-btn {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 6.25rem;
    cursor: pointer;
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    gap: .25rem;
    justify-content: center;
    line-height: .875rem;
    padding: .25rem .375rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
	min-height: unset;
}

.as-odd-tab-sm .as-odd-tab-head .as-tab-btn-list .as-tab-btn {
    font-size: .75rem;
    white-space: nowrap;
}

.as-odd-tab .as-odd-tab-head .as-tab-btn-list .as-tab-btn.as-active.as-tab-btn-asia {
    background: linear-gradient(125deg,#25b9a5,#36635b 27.66%,#01261b 68.97%);
    color: #46f497;
}
.as-odd-tab .as-odd-tab-head .as-tab-btn-list .as-tab-btn.as-active.as-tab-btn-europe {
    background: linear-gradient(125deg,#2865bf,#24436f 27.66%,#212326 68.97%);
    color: #54e0ff;
}
.as-odd-tab .as-odd-tab-head .as-tab-btn-list .as-tab-btn.as-active.as-tab-btn-over_under {
    background: linear-gradient(125deg,#674f3c,#403327 27.66%,#23252a 68.97%);
    color: #ff9c63;
}
.as-odd-tab .as-odd-tab-head .as-tab-btn-list .as-tab-btn.as-active.as-tab-btn-corner {
    background: linear-gradient(125deg,#4b3767,#37274e 27.66%,#212324 68.97%);
    color: #f7f;
}
.as-odd-tab .as-odd-tab-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-top: .0625rem solid #343940;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .625rem;
    padding: .625rem;
}

.as-teambox-odds__row .as-column-row span:before {
    background: linear-gradient(180deg,#464d56 20.95%,rgba(52,57,64,0) 91.92%);
    border-radius: .1875rem;
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: .0625rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.as-odd-tab-sm .as-teambox-odds__row{
    border-radius: 5px;
    border: 1px solid;
}

.as-teambox-odds .as-teambox-odds__row-asia{
    border-color: #46f497;
}
.as-teambox-odds .as-teambox-odds__row-europe{
    border-color: #54e0ff;
}
.as-teambox-odds .as-teambox-odds__row-over_under{
     border-color: #ff9c63;
}
.as-teambox-odds .as-teambox-odds__row-corner{
    border-color: #f7f;
}

.as-box-match-info .as-item {
    border-bottom: .0625rem solid #292b2e;
    gap: .8125rem;
    padding: 1.4375rem;
}
.as-box-match-info .as-item .as-info .as-name {
    color: #aaa;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375rem;
}
.as-box-match-info .as-item .as-info .as-nation {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 700;
    gap: .375rem;
    line-height: 1.4375rem;
}
.d-block {
  display: block !important;
}

.gap-4 {
    gap: 1.5rem!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.visible-on{
	visibility: visible !important;
}

.filterLi2.on a{
	background: unset !important;
    color: #fff !important;
}

.Leaguestitle.fbHead td{
	text-align: left !important;
}

.rbl {
    display: flex;
    flex-wrap: wrap;
}

.z-9999{
	z-index: 9999;
}

/* Team 6in1 mb css*/
.page-6in1-mb .Leaguestitle {
    background: hsla(0,0%,62%,.251);
}

.page-6in1-mb .odds-page{
    min-height: 100%;
    background: #DCE3EA;
    overflow-x: auto;
}

.page-6in1-mb .odds-page .odds-main{
	width: 670px;
	margin: 0px auto;
	background: #fff;
}

.page-6in1-mb .odds-table-th {
    background: #01b243;
    color: #fff;
}

.page-6in1-mb .odds-table-th td {
    border-color: #028f36!important;
    padding: 10px 5px;
	color: #FFf !important;
	margin: 0;
}

.page-6in1-mb .Leaguestitle, .page-6in1-mb .sl {
    padding-left: 10px !important;
    text-align: left;
}

.page-6in1-mb .odds-main .odds-table-bg td, .odds-main .odds-table-bg tr {
    border-color: #242930;
    border-width: 1px;
    font-family: "Roboto";
    font-weight: 400;
	font-size: 12px;
	color: #3a3b3d;
}

.page-6in1-mb .odds-main .odds-table-bg td, .odds-main .odds-table-bg tr {
    border-color: #dcdcdc;
	border-right: 1px solid #dcdcdc !important;
}

.page-6in1-mb .red, .red a {
    color: #ff361e!important;
}

.page-6in1-mb .odds-main a {
    color: #222;
}

.me-1 {
    margin-right: .25rem!important;
}

.page-6in1-mb .odds-main a {
    color: #222;
}

.page-6in1-mb .odds-main .team-hg {
    color: #ff3526;
    font-size: 10px;
    margin-left: 5px;
}

.page-6in1-mb .odds-main .team-hg {
    color: #da2727;
}

.page-6in1-mb .odds-main .blue, .odds-main .blue2, .odds-main .gocheck A:link {
    color: #0089f1;
}

.page-6in1-mb .odds-main a.sb {
    color: #de574a;
    font-weight: 400;
    text-decoration: none;
}

.page-6in1-mb .show-for-medium .odds-table-bg.dataItem tr{
	background: #fff;
}

.page-6in1-mb .show-for-medium .odds-table-bg.dataItem .Leaguestitle{
	background: #E7E7E7
}

.z-2{
	z-index: 2;
}

#live-score {
    display: none;
}

#live-score-mb ul{
	list-style: none;
	margin: 0;
}

#live-score-mb ul li,
#live-score-mb ul ul{
	margin: 0;
}

.live-score-mb .thoi-gian .odds > i{
	 display: flex;
    justify-content: space-between;
}

/* ==page truc tiep css== */
.a-tructiep .large-12 .p-0 {
    padding: 0 !important;
}

.teambox__odds .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-tructiep .large-12 .row, .highlights_box .grid-matches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.a-tructiep .large-12 .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.a-tructiep .large-12 .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.a-tructiep .large-12 .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.gap-1 {
    gap: 0.25rem;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.a-tructiep #match button {
  margin: 0;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -o-transform 0.6s ease-in-out;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -o-transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teambox__header.teambox__odds {
  margin: 0 !important;
	border-radius: 12px 12px 0 0;
}
.team-live {
  display: grid;
  grid-template-columns: 260px 1.6fr 1fr;
  margin-bottom: 20px;
  min-height: 120px;
  align-items: center;
  border-radius: 12px;
  padding: 0 6px;
  gap: 24px;
  background: url(/wp-content/uploads/2025/11/bg-match-header.webp) no-repeat
    center center;
  background-size: cover;
}

.team-live-basketball {
  background-image: url(/wp-content/uploads/2025/10/detail-header-basketball.webp);
}

.team-live-tennis {
  background-image: url(/wp-content/uploads/2025/10/detail-header-tennis.webp);
}

.team-live-badminton {
  background-image: url(/wp-content/uploads/2025/10/detail-header-badminton.webp);
}

.team-live-volleyball {
  background-image: url(/wp-content/uploads/2025/10/detail-header-volleyball.webp);
}

.team-live-esports,
.team-live-lol,
.team-live-dota2,
.team-live-csgo {
  background-image: url(/wp-content/uploads/2025/10/detail-header-esports.webp);
}

.team-live-lol,
.team-live-dota2 {
  min-height: 150px;
}
.teambox-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.teambox-wrapper-lol,
.teambox-wrapper-dota2,
.teambox-wrapper-csgo {
  gap: 26px;
}

.teambox {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.teambox .grid-match__time {
  left: 0;
  top: -22px;
  transform: none;
  width: 100%;
  text-align: center;
  color: #00ff4b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.grid-match__time {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.teambox .grid-match__first {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  bottom: -25px;
}
.grid-match__first {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.t_first .first-leg {
  color: #00ff4b;
}
.teambox__team-home {
  justify-content: flex-end;
}
.teambox__team-home .teambox__team-name {
  text-align: right;
}
.teambox__team-name {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 120px;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "raleway";
}
.teambox__team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1;
  z-index: 1;
}

.teambox__team .team-logo-group img {
  width: 49px;
  height: 49px;
  object-fit: contain;
}

.teambox__team .team-logo-group-2 img {
  width: 44px;
  height: 44px;
}

.teambox__team .team-logo-group-2 .team-logo-1 {
  margin-left: -16px;
}

.teambox_agg {
  color: #fff;
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  text-align: center;
}
.teambox_agg-lol,
.teambox_agg-dota2,
.teambox_agg-csgo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.teambox_agg-lol img,
.teambox_agg-dota2 img,
.teambox_agg-csgo img {
  height: 14px;
}
.teambox_agg span {
  color: #00eb1f;
  font-weight: 500;
}
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.teambox__center {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2px;
}
.teambox__day {
  background: linear-gradient(92deg, #0E0065 5.46%, #09003F 92.29%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12) inset;
  border-radius: 7.5px;
  color: #fff;
  text-align: center;
  /* font-family: 'Roboto'; */
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: inherit;
  height: inherit;
  display: flex;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 7px;
}
.t_vs_num span.winner {
  background: linear-gradient(0deg, #1f3644 0%, #00411d 76.25%);
  border-radius: 100px;
  text-align: center;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.t_vs_num span.winner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  padding: 1px;
  background: #01d35c;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.teambox__day span {
  color: #fff;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 26.91px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px;
  flex: 1;
  padding: 0 7px;
}

/* START: team live */

/* START: team live */
/* Start: t-incident Football */
.team-live .t-incident-column {
  z-index: 1;
}
.t-incident .t-incident-content {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.t-incident .incident-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #243f50, #1b2e3c);
  outline: 0;
  border: none;
  border-radius: 30px;
  width: 77px;
  height: 23px;
  color: #8CD5FF;
  position: relative;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
/* End: t-incident Football */

/* Start: t-incident Basketball */
.t-incident-basketball {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  color: #fff;
}

.t-incident-basketball .tib-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  gap: 4px;
  padding: 2px 10px;
  z-index: 1;
}
.t-incident-basketball .tib-row .tib-column-value-ot,
.t-incident-basketball .tib-row .tib-home-ot,
.t-incident-basketball .tib-row .tib-away-ot {
  display: none;
}
.t-incident-basketball .tib-row-ot {
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
}
.t-incident-basketball .tib-row-ot .tib-column-value-ot,
.t-incident-basketball .tib-row-ot .tib-home-ot,
.t-incident-basketball .tib-row-ot .tib-away-ot {
  display: block;
}
.t-incident-basketball .tib-row-head {
  text-transform: uppercase;
  color: #c2e598;
}

.t-incident-basketball .tib-row-team {
  position: relative;
}

.t-incident-basketball .tib-row-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(360deg, #01a441, #1a1e23);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.t-incident-basketball .tib-column-name {
  color: #c2e598;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.t-incident-basketball .tib-column-value {
  text-align: center;
}

.t-incident-basketball .tib-row .tib-win {
  color: #00ff4b;
}
/* End: t-incident Basketball */

/* Start: t-incident tennis */
.t-incident-tennis {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  color: #ffffff;
}

.t-incident-tennis .tib-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  gap: 4px;
  padding: 2px 10px;
}

.t-incident-tennis .tib-row .tib-column-s4,
.t-incident-tennis .tib-row .tib-column-s5 {
  display: none;
}

.t-incident-tennis .tib-row-3 {
  grid-template-columns: 100px 1fr 1fr 1fr;
}

.t-incident-tennis .tib-row-5 {
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
}

.t-incident-tennis .tib-row-5 .tib-column-s4,
.t-incident-tennis .tib-row-5 .tib-column-s5 {
  display: block;
}

.t-incident-tennis .tib-row-head {
  text-transform: uppercase;
  color: #c2e598;
}

.t-incident-tennis .tib-row-team {
  position: relative;
}

.t-incident-tennis .tib-row-team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  padding: 1px;
  background-image: linear-gradient(
    0deg,
    rgb(23, 30, 32) 0%,
    rgb(0, 93, 48) 50%,
    rgb(0, 153, 63) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.t-incident-tennis .tib-column-name {
  color: #c2e598;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.t-incident-tennis .tib-column-value {
  text-align: center;
  position: relative;
}

.t-incident-tennis .tib-column-value .grab-7-points {
  position: absolute;
  top: -4px;
  font-size: 9px;
  padding-left: 3px;
}

.t-incident-tennis .tib-row .tib-win {
  color: #00ff4b;
}
/* End: t-incident tennis */

/* start: incident-btn-csgo */
.t-incident .incident-btn-csgo {
  background: #323335;
  min-width: 68px;
  font-family: Roboto;
}

.t-incident .incident-btn-csgo .incident-csgo-title {
  color: #0cc956;
}

.t-incident .incident-btn-csgo .incident-csgo-content {
  color: white;
}

.t-incident .incident-btn-csgo .incident-csgo-content .win {
  color: #00ff4b;
}

.t-incident-lol {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  color: white;
}
.t-incident-lol .t-incident-item .incident-title {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.t-incident-lol .t-incident-item .incident-content {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.t-incident-lol .t-incident-item .incident-circle {
  width: 32px;
  height: 32px;
}
.t-incident-lol .t-incident-item .incident-circle .circle-home {
  stroke-dasharray: 282px, 282px;
  stroke-dashoffset: 0px;
}
.t-incident-lol .t-incident-item .incident-circle .circle-away {
  stroke-dasharray: 141px, 282px;
  stroke-dashoffset: 0px;
  transition: stroke-dasharray 0.6s, stroke 0.6s;
}
@media (max-width: 1100px) {
  .t-incident-lol {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .t-incident-lol {
    justify-content: space-between;
    padding: 0 12px;
    gap: 8px;
  }
  .t-incident-lol .t-incident-item .incident-content {
    gap: 4px;
  }
  .t-incident-lol .t-incident-item .incident-circle {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 380px) {
  .t-incident-lol {
    padding: 0;
  }
}
/* End: incident-btn-csgo */

/* team-vote */
.team-vote h5 {
  color: #fff;
  text-align: center;
  /* font-family: "Roboto"; */
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#carousel-vote .vote-btn:not(.active):hover {
  background-color: #27465a !important;
}
#carousel-vote .vote-btn.active {
  position: relative;
  z-index: 1;
  background: #1f3645;
  border: 1px solid #405c6e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

#carousel-vote .vote-btn.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 2px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: -1;
}

#carousel-vote #vote-btn-4.active {
  background: transparent;
}

#carousel-vote #vote-btn-1.active::before,
#carousel-vote #vote-btn-2.active::before,
#carousel-vote #vote-btn-3.active::before,
#carousel-vote #vote-btn-4.active::before,
#carousel-vote #vote-btn-5.active::before,
#carousel-vote #vote-btn-6.active::before {
  background: transparent;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}

/* #carousel-vote #vote-btn-1.active ,
#carousel-vote #vote-btn-2.active ,
#carousel-vote #vote-btn-3.active ,
#carousel-vote #vote-btn-4.active ,
#carousel-vote #vote-btn-5.active,
#carousel-vote #vote-btn-6.active {
    background: #1F3645;
} */

#carousel-vote {
  padding-bottom: 10px;
}
#carousel-vote .vote-item {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#carousel-vote .vote-btn {
  position: relative;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  outline: 0;
  height: 28px;
  width: 98px;
  white-space: nowrap;
}
#carousel-vote #vote-btn-4 {
  /* background: linear-gradient(360deg, rgba(26, 93, 33, 1), rgba(34, 42, 73, .2)); */
  background: #292b2e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(180deg, #1caa17 0%, #005a19 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
#vote {
  background: #1f3645;
  border: 1px solid #405c6e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-5 {
  background: #292b2e;
  /* border: 1px solid #405C6E; */
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(0deg, #4254f341, #4253f3);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
#carousel-vote #vote-btn-6 {
  background: #292b2e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(180deg, #aa5517 0%, #8b1d05 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.carousel {
  position: relative;
}
#carousel-vote .carousel-indicators {
  margin: 0;
  bottom: -10px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
#carousel-vote .carousel-indicators li {
  background-color: #d9d9d9;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 3px;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
#carousel-vote .carousel-indicators li.active {
  background-color: #026c4f;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#carousel-vote .carousel-control-prev,
#carousel-vote .carousel-control-next {
  background: transparent;
  height: 28px;
  width: 28px;
  outline: 0;
  border: none;
  top: 30px;
}
#carousel-vote .carousel-control-prev {
  top: 65%;
  left: 0;
  transform: translate(0%, -50%);
}
#carousel-vote .carousel-control-next {
  top: 65%;
  right: 0;
  transform: translate(0%, -50%);
}
#carousel-vote .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#carousel-vote .arrow {
  border: solid #ffffff3b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#carousel-vote .carousel-control-next .arrow {
  border-color: #02ae4a;
}
#carousel-vote .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 30px;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 99;
}

@media (max-width: 1199px) {
  .team-live {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
    background: none;
    gap: 20px;
    border: 1px solid transparent;
  }

  .team-live .t-incident-column,
  .team-live .teambox,
  .team-live .team-vote {
    background: url(/wp-content/uploads/2025/11/90p-match-header.svg);
    background-repeat: no-repeat;
    padding: 12px 0px;
    position: relative;
    border: 1px solid #182c37;
    border-radius: 12px;
  }

  .team-live-basketball .t-incident-column,
  .team-live-basketball .teambox,
  .team-live-basketball .team-vote {
    background: url(/wp-content/uploads/2025/11/detail-header-basketball.webp);
    background-repeat: no-repeat;
    padding: 12px 5px;
    position: relative;
    border-radius: 12px;
    background-size: cover;
  }

  .team-live-tennis .t-incident-column,
  .team-live-tennis .teambox,
  .team-live-tennis .team-vote {
    background: url(/wp-content/uploads/2025/11/detail-header-tennis.webp);
    background-repeat: no-repeat;
    padding: 12px 5px;
    position: relative;
    border-radius: 12px;
    background-size: cover;
  }

  .team-live-badminton .t-incident-column,
  .team-live-badminton .teambox,
  .team-live-badminton .team-vote {
    background: url(/wp-content/uploads/2025/11/detail-header-badminton.webp);
    background-repeat: no-repeat;
    padding: 12px 5px;
    position: relative;
    border-radius: 12px;
    background-size: cover;
  }

  .team-live-volleyball .t-incident-column,
  .team-live-volleyball .teambox,
  .team-live-volleyball .team-vote {
    background: url(/wp-content/uploads/2025/11/detail-header-volleyball.webp);
    background-repeat: no-repeat;
    padding: 12px 5px;
    position: relative;
    border-radius: 12px;
    background-size: cover;
  }

  .team-live-lol .t-incident-column,
  .team-live-lol .teambox,
  .team-live-lol .team-vote,
  .team-live-dota2 .t-incident-column,
  .team-live-dota2 .teambox,
  .team-live-dota2 .team-vote,
  .team-live-csgo .t-incident-column,
  .team-live-csgo .teambox,
  .team-live-csgo .team-vote {
    background: url(/wp-content/uploads/2025/11/detail-header-esports.webp);
    background-repeat: no-repeat;
    padding: 12px 5px;
    position: relative;
    border-radius: 12px;
    background-size: cover;
  }

  .team-live .teambox {
    min-height: auto;
    min-height: 125px;
    gap: 12px;
  }
  .team-live .team-vote {
    min-height: 105px;
  }
  .teambox .grid-match__time {
    top: 12px;
  }
  .teambox .teambox_agg {
    bottom: 12px;
  }

  #carousel-vote .carousel-indicators {
    bottom: -20px;
  }
}
@media (max-width: 576px) {
  .teambox-wrapper-lol,
  .teambox-wrapper-dota2,
  .teambox-wrapper-csgo {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .teambox__team {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .teambox {
    gap: 5px;
    grid-template-columns: 1fr 80px 1fr;
  }
  .teambox__team.teambox__team-home.team.team--home {
    flex-direction: column-reverse;
  }
  .teambox .grid-match__first {
    bottom: -5px;
  }
  #carousel-vote .vote-btn {
    font-size: 11px;
    width: 75px;
  }
  .teambox__team-home .teambox__team-name {
    text-align: center;
  }
  .teambox__team-name {
    font-size: 12px;
    width: 80px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
}
@media (max-width: 396px) {
  .teambox .grid-match__first {
    bottom: -5px;
  }
  .teambox__team-name {
    font-size: 11px;
    width: 60px;
  }
}
/* END: team live */

/* START: team-odds */
.teambox__odds-container {
  z-index: 1;
}
.teambox__odds-container {
  position: relative;
  z-index: 10;
}
.teambox__odds-container {
  overflow: visible;
}
.teambox__header {
  background: rgba(9, 24, 62, 0.6);
  /* border: none; */
  position: relative;
  /* border-radius: 7px; */
  /* overflow: hidden; */
}
.teambox__odds {
  background: #212324;
  /* border-radius: 6px; */
  position: relative;
}
.teambox__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-bottom: 1px solid #3D434D;
}
.teambox__header.teambox__odds{
	border-bottom: 1px solid #3D434D;
	background: #292B2E;
}
.teambox__header.teambox__odds .table {
  border-right: none;
}
.teambox__odds .company-odds {
  flex-direction: column;
  padding: 10px 20px;
  flex: none;
  width: 225px;
}
.teambox__header.teambox__odds .box {
  justify-content: flex-start;
  padding-inline: 16px;
  margin-right: auto;
  font-family: "Poppins", Geneva, Verdana, sans-serif;
  font-weight: normal;
}
.teambox__odds .box:last-child {
  border-bottom: 0px;
}
.teambox__odds .box {
  min-height: 42px;
  color: #fff;
  text-align: center;
  /* font-family: 'Raleway'; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  justify-content: center;
  display: flex;
  border-bottom: 1px solid #3d434d;
  margin: 0px;
  position: relative;
  border-bottom: 0;
}
.oddType {
  max-width: 115px;
}
.oddContent {
  cursor: pointer;
  position: relative;
}
.oddContent > span {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
.oddContent .oddList {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.oddContent .oddList li {
  width: 115px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 10px;
}
.oddList li {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.teambox__header.teambox__odds .table {
  border-right: none;
}
.teambox__header .header {
  padding: 12px 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway";
	border-left: 1px solid #3D434D;
}
/* .teambox__header .header span {
  background-color: #0f2027;
  border-radius: 30px;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00461d;
} */
.teambox__header .bottom-gradient {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  /* background: linear-gradient(to right, rgba(4, 40, 57, 0.75) 0%, rgba(7, 136, 196, 0.75) 47%, rgba(4, 40, 57, 0.75) 100%); */
  background: #060a22;
  z-index: 1;
}
.table.flex-1.eu,
.teambox__odds .company {
  position: relative;
}
.teambox__odds .company {
  flex-direction: column;
  padding: 10px 20px;
  flex: none;
  width: 160px;
}
/* .teambox__odds .company::before */
.table.flex-1.eu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #3D434D;
  z-index: 1;
  border-radius: 0;
}
.teambox__odds .state {
  width: 80px;
  flex: none;
}
.table.flex-1.state .box:nth-child(1) {
    border-left: 1px solid #3D434D;
    border-bottom: 1px solid #3D434D;
}
.table.flex-1.state .box:nth-child(2) {
    border-left: 1px solid #3D434D;
    border-bottom: 1px solid #3D434D;
}
.table.flex-1.state .box:nth-child(3) {
  border-left: 1px solid #3D434D;
}
.teambox__odds .box {
  position: relative;
  border-bottom: 0;
}
.teambox__odds .state span {
  color: #fff;
  text-align: center;
  /* font-family: 'Raleway'; */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.teambox__odds .box .col {
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
  /* font-family: 'Oswald'; */
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  padding-bottom: 0;
}
.row.m-0.flex-1.showOdds {
  position: relative;
}
.row.m-0.flex-1.showOdds::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 41px;
  height: 1px;
  background: #3D434D;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}
.row.m-0.flex-1.showOdds::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  height: 1px;
  background: #3D434D;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

/* Mobile Container Odds */
.mobile-odds-container {
  background-color: #000000;
  color: #fff;
  padding: 10px;
  display: block;
}
.category-header span.ch_title {
  color: #01b243;
}

.bookmaker-selector select {
  width: 100%;
  padding: 10px;
  background-color: #0a3252;
  color: white;
  border: none;
  margin-bottom: 10px;
}

.odds-category {
  margin-bottom: 10px;
  border: 1px solid #000000;
  /* border-radius: 5px; */
  overflow: hidden;
}

.category-header {
  background-color: #252424;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.toggle-icon {
  transition: transform 0.3s ease;
}
span.toggle-icon {
  position: absolute;
  right: 10px;
}

.sub-header {
  display: flex;
  background-color: #171717;
  /* border: 1px solid rgba(38, 45, 63, 1); */
}

.sub-header-item {
  flex: 1;
  text-align: center;
  padding: 5px;
  font-size: 0.9em;
  color: rgba(169, 169, 169, 1);
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
  /* border: 1px solid rgba(38, 45, 63, 1); */
  border-bottom: 0;
}
.sub-header-item:nth-child(1) {
  border-right: 1px solid #000000;
}

.odds-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.odds-value:nth-child(-n + 6) {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.odds-value:nth-child(4) {
  border-left: 1px solid #000000;
}

.odds-value {
  text-align: center;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 500;
  /* border: 1px solid #000000; */
  background: #393939;
  font-family: "Poppins";
}

.odds-value:nth-child(3n) {
  border-right: none;
}

.odds-value:nth-last-child(-n + 6) {
  border-bottom: none;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.bookmaker-selector-container {
  display: flex;
  align-items: center;
}
.bookmaker-selector-container {
  display: flex;
  align-items: center;
  background: #171717;
  padding: 7px;
  /* border: 1px solid rgba(11, 31, 86, 0.75); */
  margin-bottom: 5px;
}

.bookmaker-label {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  font-style: "Roboto";
}

.bookmaker-dropdown {
  position: relative;
}

.selected-bookmaker {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bookmaker-logo {
  width: 70px;
  height: auto;
  margin-right: 5px;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

.bookmaker-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  z-index: 1000;
}

.bookmaker-list.hidden {
  display: none;
}

.bookmaker-list li {
  cursor: pointer;
  padding: 5px;
  list-style: none;

  img {
    width: 70px;
    height: auto;
  }
}
.mobile-odds-container {
  display: none;
}

.bookmaker-list li:hover {
  background-color: #003956;
}

@media (max-width: 1199px) {
  .teambox__odds-container {
    display: none;
  }
  .mobile-odds-container {
    display: block;
  }
}
/* TÃ€I */
#carousel-vote #vote-btn-1 {
  background: #292b2e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(180deg, #1caa17 0%, #005a19 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
/* Xá»ˆU */
#carousel-vote #vote-btn-3 {
  background: #292b2e;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
#carousel-vote #vote-btn-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(180deg, #aa5517 0%, #8b1d05 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
#carousel-vote #vote-btn-3.active {
  background: transparent;
}
.company-unset.company:before,
.company-unset.company:after {
  content: none !important;
}
.company-unset-before.company:before {
  content: none !important;
}
.teambox__team img {
  object-fit: contain;
}
/* Active: Tai + Home */
#vote-btn-4.active,
#vote-btn-1.active {
  background-color: #1caa17 !important;
  border-color: #1caa17 !important;
}
/* Active: Hoa */
#vote-btn-5.active {
  background-color: #375f7a !important;
  border-color: #375f7a !important;
}
/* Active: Xiu + Khach */
#vote-btn-6.active,
#vote-btn-3.active {
  background-color: #aa5517 !important;
  border-color: #aa5517 !important;
}
.green {
  color: #63fe16 !important;
}
.orange {
  color: #ff775f !important;
}
.green:after {
  content: "";
  background: url("../images/icon-arrow-up.png") no-repeat top;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 4px;
}
.orange:after {
  content: "";
  background: url("../images/icon-arrow-down.png") no-repeat top;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 4px;
}
[data-sport-name="tennis"] [data-type="4"],
[data-sport-name="tennis"] [data-category="nemPhat"],
[data-sport-name="tennis"] .hidden-tennis {
  display: none !important;
}
@media (max-width: 480px) {
  #carousel-vote .vote-btn {
    font-size: 9px;
    width: 100px;
  }
}
@media (max-width: 375px) {
  .vote-item {
    transform: scale(0.9);
  }
}
.highlight__goal-scoring {
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #1f2e26;
  background: #061628;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}
.highlight__goal-scoring .halfCourt {
  color: #ffb400;
}
.single-highlight .team-vote {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .highlight__goal-half {
    min-height: auto !important;
  }
}
/* New tabs above player */
.play_main_left ul {
  background: none;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  /* overflow: hidden; */
  border: 0px;
}

.play_main_left ul.nav li.nav-item {
  flex: 1;
  display: flex;
  margin: 0;
}

.play_main_left ul.nav-tabs button {
  background: #292b2e;
  gap: 10px;
  width: 100%;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
  text-transform: uppercase;
  color: #fff;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 0px;
  position: relative;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  gap: 16px;
  margin: 0;
}

.play_main_left ul.nav-tabs button#live-player-tab {
  border-top-left-radius: 10px;
}

.play_main_left ul.nav-tabs button span {
  z-index: 1;
}

.play_main_left ul.nav-tabs button.active,
.play_main_left ul.nav-tabs button:focus {
  background: linear-gradient(180deg, #042104 39.71%, #045830 119.12%);
}

.play_main_left ul.nav-tabs button.active span,
.play_main_left ul.nav-tabs button:focus span {
  background: linear-gradient(105deg, #fff 0%, #fff500 90.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.play_main_left ul.nav-tabs button:hover::after {
  content: none !important;
}

.play_main_left ul.nav-tabs .socialvn-share {
  width: 100%;
  border-left: 1px solid #4a4a4a;
}

.play_main_left ul.nav-tabs .cate-24h-foot-arti-deta-social,
.play_main_left ul.nav-tabs .btn-share-24h {
  height: 100%;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #292b2e;
  padding: 12px;
  position: relative;
  border-top-right-radius: 10px;
  height: 55px;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social span {
  background: linear-gradient(105deg, #fff 0%, #fff500 90.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Oswald;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social__tit:before {
  background: url("../images/live-tab-icon-share.svg") no-repeat;
  margin: 0 16px 0 0;
}

@media (max-width: 576px) {
  .play_main_left ul.nav-tabs button {
    font-size: 13px;
    gap: 8px;
  }
}
@media (max-width: 390px) {
  .play_main_left ul.nav-tabs button {
    font-size: 11px;
    gap: 4px;
    padding: 6px;
  }
}
.simulation-body.is-moved {
  position: absolute;
  background: #1c1e1f;
  border-radius: 0 !important;
}
.simulation-body.is-moved .simulation-wrap {
  max-width: 100%;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.single-tab ul {
    display: flex;
    background: #1A1D23;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
}

.single-tab ul li {
    list-style-type: none;
	margin: 0;
}

.single-tab ul li {
    border-right: 1px solid #33373D;
}

.single-tab ul li:first-child {
    border-left: 1px solid #33373D;
}

.single-tab ul li a {
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 7px 14px;
}

/* ==Page truc tiep css== */
.col-lg-8.large-8{
/* 	padding-left: 15px; */
	padding-right: 15px;
}
.col-lg-4.large-4{
/* 	padding-right: 15px; */
}
.socialvn-share {
    position: relative;
}

.btn-share-24h .cv19-sha-social__tit:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 0;
}

.play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social__tit::before {
    background: url("/wp-content/uploads/2025/11/live-tab-icon-share.webp") no-repeat;
    margin: 0px 16px 0px 0px;
}

/* .title_box::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 28px;
    left: 0px;
    top: 0px;
    background: rgb(255, 186, 0);
    border-radius: 2px;
} */

.player__header .title_box h1, .player__header .title_box h2, .player__header .title_box h3, .player__header .title_box h4, .player__header .title_box h5, .player__header .title_box h6 {
    font-family: "source sans 3";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    display: block;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
	text-wrap: auto;
}

.title_box.w-75 h1{
	font-size: 15px;
    color: #FEA013;
    margin-bottom: 0;
	font-family: "Oswald", sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}

.player__header .title_box span {
    font-family: Raleway;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    font-size: 13px;
    color: #AFB4BA;
}

.title_box.w-75{
	position: relative;
/*     padding-left: 15px; */
}

.title_box.w-75 p{
	margin-bottom: 0;
}

.player__header.col-md-12{
	width: 100%;
}

.row.as-hide-popup-chat{
	padding: 0 15px !important;
	padding-left: 0 !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#tv_links {
    overflow-x: auto;
}

div#tv_links {
    position: relative;
    width: 78%;
}

.share-social {
    position: absolute;
    right: 10px;
    margin-top: 7px;
}

.share-social a, .btn-share {
    background: #1170FF !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    padding: 6px 10px;
}

.flex-lg-row.as-hide-popup-chat{
  position: relative;
}

#tv_links a {
    white-space: nowrap;
}

.player__left #tv_links a {
    background: #828282;
    border-radius: 2.29412px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14.9118px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-right: 0.625rem;
}

.player__left #tv_links a {
    padding: 6px;
}

.player__left #tv_links a.playing {
    background: #005B9A;
}

.player__right {
    padding-left: 0px;
    position: relative;
}

.as-match-detail {
    background: linear-gradient(180deg,#282a2c .08%,#282a2c 10.42%,#1e2021 40.82%);
    border-radius: .625rem;
    color: #fff;
}

.as-match-detail .as-tabs-icon {
    -webkit-box-pack: start;
    border-top-left-radius: var(--as-match-detail-border-radius);
    border-top-right-radius: var(--as-match-detail-border-radius);
    justify-content: start;
}

.as-tabs-icon__item span.as-hide-name {
    display: none;
}

.as-tabs-icon__item.as-active span.as-hide-name {
    display: inline-block;
}

#as-match-detail-content{
    overflow: auto;
    background: #01112E;
    border-radius: 0 0 0.625rem 0.625rem;
}

.as-match-detail-content .as-match-list p{
	margin-bottom: 0;
}


/* ==single highlight css== */
/* .relate-highlight .post-title a{
	font-style: normal;
    font-size: 14px;
    color: #212529 !important;
}
.relate-highlight .post-meta{
	font-style: normal;
    font-size: 14px;
    color: #212529;
    font-weight: 400;
} */
.highlight__goal-half .d-flex{
	justify-content: center;
}
.single .t-incident .incident-btn{
	font-weight: 400;
	min-height: unset;
}
.single .teambox .grid-match__time{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.single .teambox .teambox__day{
	height: 42px;
}
.single .team-live .team-vote{
	min-height: unset !important;
}
.highlight-content{
	margin-bottom: 15px;
}
.highlight-content,
.highlight-content *{
	color: #000;
}
.a-heading-left h4{
	font-size: 14px;
}
.video-highlight {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 12px;
}

.video-highlight iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.d-block {
  display: block !important;
}

.gap-4 {
    gap: 1.5rem!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.visible-on{
	visibility: visible !important;
}

.filterLi2.on a{
	background: unset !important;
    color: #fff !important;
}


.single-highlight .group-tabs {
    height: calc(100% - (0.7rem ));
}

.single-highlight .is-win{
	background: linear-gradient(0deg, #2532d5, #070e59 76.25%);
    border: 0.0625rem solid;
    border-color: #00c8f4;
    border-radius: 0.375rem;
}

.group-tabs .tab-content, .group-tabs .tab-content .tab-pane {
    height: 100%;
}

#live-score{
	display: none;
}
