/* font */
:root {
    --main-font: "Lato", sans-serif;
	--second-font: "Raleway", sans-serif;
	--heading-font: "Oswald", sans-serif;
	--vn-font: "Be Vietnam Pro", sans-serif;
	--as-primary-border-color: #060a22;
	--as-primary-box-bg: #0f302e;
	--as-match-item-bg: linear-gradient(95deg,#0f2727 -10.11%,#102731 91.82%);
	--as-match-label-bg: linear-gradient(0deg,#243f50,#1b2e3c);
	--as-match-label-color: #8cd5ff;
	--as-match-league-title-bg: #0f302e;
	--as-match-league-title-border-color: #0f302e;
    /* --primary-color: #1890FF; */
}

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: 15px;
    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;
    font-weight: bold;
}

.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: 600;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "source sans 3";
}

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;
	text-wrap: auto;
}

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

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

.h-100{
    height: 100%;
}

.j-text-scroll { 
    overflow-y: auto; 
    overflow-x: hidden; 
 max-height: 500px; 
} 
 
.a-sidebar .post-item .box{
    padding: 0;
		margin-bottom: 15px;
	 	background: #282828;
}

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

.a-sidebar .post-item .box{
	gap: 0;
}

.a-section-3 .tabbed-content{
	background: #282828;
    padding: 15px 15px 15px 0;
}
.a-section-3 .tabbed-content .tab,
.a-section-3 .tabbed-content .tab-panels{
	border: 0 !important;
	
}

.a-section-3 .tabbed-content .tab-panels{
	padding-left: 15px;	
}

.a-section-3 .tabbed-content .tab{
	  font-size: 13px;
    line-height: 18px;
    padding: 12px 20px;
}
.a-section-3 .tabbed-content .tab:hover,
.a-section-3 .tabbed-content .tab.active{
	  background: #1a1d23;
    border-radius: 6px 0px 0px 6px;
}
.a-section-3 .tabbed-content .tab a{
	  font-size: 13px;
    line-height: 18px;
    color: #717983;
    font-weight: 400;
		padding: 5px 0;
		text-transform: none;
	font-family: "source sans 3";
}
.a-section-3 .tabbed-content .tab-panels { 
    overflow-y: auto; 
    overflow-x: hidden; 
 		max-height: 700px; 
}

.home .a-section-3 .tabbed-content .tab a{
	color: #FFBA00;
}
 

.post-item .is-divider{
	display: none;
}

.header-button-1 a{
	background: linear-gradient(142deg, #bb5014 0%, #8b0000 100%);
}

.header-button-2 a{
    position: relative;
    background: linear-gradient(180deg, #f8111d 0%, #960b12 52.54%, #420808 100%);
    border: none;
    color: #ffea5f !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.header-button-2 a::after {
    content: "";
    position: absolute;
    top: 0.5px;
    left: 0.5px;
    right: 0.5px;
    bottom: 0.5px;
    border-radius: 4.5px;
    background: transparent;
    border: 2px dotted #FDFBEB;
}

.header-button-2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 3px;
    background: linear-gradient(180deg, #fee465 0%, #f7e938 49.5%, #7d3011 56%, #a65b19 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

#logo{
	position: relative;
}


#logo a{
	  z-index: 99;
    position: relative;
}

blockquote, table td, table th{
    color: #fff;
}

.searchform input{
	border-color: #fff !important;
	color: #fff;
}

.mobile-nav .icon-menu{
        color: #fff;
}

.archive-title-text,
.a-heading-left h1{
	font-size: 18px;
	text-align: left;
}

.page-title-inner{
	min-height: unset;
}

.home .a-heading-left h1{
	font-size: 18px !important;
}

.post-style1 .post-item .col-inner{
	background: #282828;
}

.post-style1 .post-item .post-title{
	font-size: 18px;
}

.archive-title-text,
.a-heading-left .section-title{
	  margin-bottom: 0;
    padding-left: 15px;
}

.archive-title-text:before,
.a-heading-left .section-title:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 28px;
    left: 0px;
    background: #FFBA00;
    border-radius: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.a-heading-left h2{
	font-size: 24px;
}

/* ==display css== */
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.w-100 {
    width: 100% !important;
}

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

.as-d-inline {
  display: inline !important;
}

.as-d-inline-block {
  display: inline-block !important;
}

.as-d-block {
  display: block !important;
}

.as-d-table {
  display: table !important;
}

.as-d-table-row {
  display: table-row !important;
}

.as-d-table-cell {
  display: table-cell !important;
}

.as-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.as-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}


.sports-bars.d-none-mobile li.nav-item{
	margin-left: 0;
}

.sports-bars.d-none-mobile li.nav-item img{
	width: 25px;
}

.main-page .sports-bars ul li button {
    background: #13262d;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.5);
    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: 5px;
    font-weight: 600;
    outline: 0;
    border-radius: 6px;
    padding: 15px;
	margin-right: 0;
}

.main-page .sports-bars ul li button p{
	font-size: 14px;
}

.main-page .sports-bars ul li button:hover, .main-page .sports-bars ul li button.active, .main-page .sports-bars ul li button:focus {
    color: #ffffff;
    background: linear-gradient(180deg, #1f3644, #00411d);
    position: relative;
    border: 1px solid rgba(1, 211, 92, 1);
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

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

.main-page .ft__rows {
    display: grid;
    grid-template-columns: 1fr 190px;
    gap: 16px;
    background-color: rgb(22, 40, 50);
    border: 1px solid rgb(24, 44, 55);
    border-radius: 12px;
    padding: 10px 15px;
}

.main-page .list-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    gap: 10px;
    padding: 0px 6px 3px;
    margin-bottom: 0px;
    overflow: auto hidden;
}

.panel li {
    list-style-type: none;
}

.main-page .list-filter li{
	margin: 0;
}

.main-page .list-filter li a {
    background: linear-gradient(rgba(0, 31, 59, 0.008) 0%, rgba(0, 25, 49, 0.008) 47%, rgba(26, 31, 43, 0.008) 100%);
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    padding: 15px;
    text-decoration: none;
    border-radius: 30px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
	border: 0.5px solid #01d35c87;
	font-family: var(--second-font);
}

.main-page .list-filter li a.active {
    color: rgb(255, 255, 255);
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgb(0, 65, 29) 80%);
    border-radius: 38px;
		border: 0.5px solid var(--fs-color-primary);
}

.main-page .list-filter li a.active {
    background: linear-gradient(rgb(31, 54, 68) 0%, rgb(0, 65, 29) 100%);
}

.main-page .list-filter li a .num {
    background: rgb(16, 59, 50);
    color: rgb(255, 255, 255);
    font-weight: 600;
    border-radius: 38px;
    width: 22px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.main-page .list-filter li a.active .num {
    color: rgb(26, 31, 43);
    background: rgb(7, 235, 102);
}

.grid-matches_wrapper {
    margin-top: 15px;
}

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

.main-grid-match {
    background: linear-gradient(110deg, #0F2727 60%, #102731 100%);
    background: linear-gradient(95.45deg, #0f2727 -11%, #102731 92%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
}

.matches__item {
    position: relative;
    flex: 0 0 calc(50% - 10px);
    justify-content: space-between;
}

.main-page .sports-bars .btn-livescore.active span {
    color: #07eb66;
}

.gmd-tournament-header {
    align-items: center;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 110px 1fr;
    padding: 12px 15px 17px;
    text-align: center;
}

.gmd-match-league {
    text-align: left;
    color: #828b98;
    text-transform: uppercase;
    font-size: 11px;
}

.gmd-match-league {
    display: flex;
    gap: 6px;
}

.gmd-comp_logo {
    height: 14px;
    width: 14px;
    object-fit: contain;
}

.grid-match__status, .icon-haflt {
    z-index: 2;
    cursor: pointer;
}

.gmd-elapsed-time {
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.gmd-e_minutes {
    border-radius: 6px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #02ae4a;
	margin-bottom: 0;
	font-family: sans-serif !important;
}

.gmd-match-date {
    text-align: right;
    color: #8cd5ff;
	font-family: sans-serif;
}

.gmd-match-date span {
    background: linear-gradient(360deg, #243f50 0%, #1b2e3c 100%);
    padding: 4.5px 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 30px;
    margin-bottom: 0;
}

.gmd-content_match {
    align-items: start;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 85px 1fr;
    padding: 0 0.5rem 0.8rem;
    text-align: center;
    align-items: center;
}

.gmd-content_match {
    align-items: start;
    color: #fff;
    display: flex;
    padding: 0 0.5rem 25px;
    text-align: center;
    align-items: center;
		justify-content: center;
}

.gmd-home_team {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 11px;
    flex: 1;
    padding-right: 15px;
}

.team-logo-group {
    display: flex;
    position: relative;
		margin: 0 !important;
}

.gmd-team .team-logo-group img {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 2px;
}

.gmd-home_team .team-name-group {
    text-align: right;
    display: flex;
    flex-direction: column;
		margin: 0;
}

.gmd-mid_score {
    width: max-content;
    z-index: 2;
    cursor: pointer;
}
.is-win {
    background: linear-gradient(180deg, #1f3644 0%, #00411d 100%);
    border-radius: 100px;
}

.gmd-score-box {
    background: #0f2027;
    border: 1px solid #035325;
    border-radius: 100px;
    display: flex;
    font-size: clamp(1.1875rem, 2vw + 0.5rem, 1.1875rem);
    font-weight: 500;
    gap: 0.3rem;
    justify-content: space-evenly;
    padding: 5px;
    margin-inline: 0;
		width: 85px;
		height: 40px;
    display: flex;
    align-items: center;
}

.gmd-score-box p{
	margin-bottom: 0;
	font-size: 19px;
	font-family: sans-serif;
}

.gmd-away_team {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    padding-left: 15px;
    flex: 1;
}

.gmd-away_team .team-name-group {
    text-align: left;
		margin: 0;
}

.team-name-group p{
    margin: 0;
    font-family: sans-serif;
    font-size: 0.8rem;
}

.gmd-match-footer__flag.flag-mobile {
    display: none;
}

.gmd-match-footer {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    padding: 4px 10px;
    background: #0f2027;
    border-radius: 30px;
    margin: 0 1rem 10px 1rem;
    align-items: center;
    position: relative;
}

.gmd-match-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 1px;
    background: #00461d;
    -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;
}

.gmd-match-footer__flag {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    border-radius: 38px;
    font-size: 11px;
    min-height: 22px;
    padding: 0 4px;
    gap: 4px;
}

.gmd-match-footer__flag > .d-flex {
    gap: 6px;
    border-radius: 38px;
    padding: 3px 8px;
    background: #122a33;
    width: max-content;
	font-family: sans-serif;
}

.gmd-match-footer__flag img{
	max-width: 12px;
}

.gmd-ht {
    color: #00c44d;
}

.gmd-match-footer__streamer {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #bbbbbb;
    justify-content: center;
}
.toggle-btn {
    background: none;
    border: none;
    color: #bbbbbb;
    /* background-color: #122A33; */
    border: 1px solid transparent;
    border-radius: 38px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.gmd-match-footer__odds {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 7px; */
    height: 32px;
    background-color: #12252c;
    width: max-content;
    margin-left: auto;
}

.main-grid-match a.odds-comp img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.gmd-match__odds {
    color: #8d92a2;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    min-width: 90px;
}

.gmd-match__odds::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 24px;
    opacity: 0.3;
    background: linear-gradient(
    180deg,
    rgba(29, 38, 55, 0.5) 0%,
    #27334b 54.5%,
    rgba(29, 38, 55, 0.5) 100%
  );
}
.gmd-match__odds-item {
    display: flex;
    justify-content: space-around;
    line-height: 16px;
    gap: 6px;
    position: relative;
    text-align: center;
}

.gmd-match__odds-item p {
  margin-bottom: 0;
  flex: 1;
	font-size: 11px;
	font-family: sans-serif;
}

.gmd-match-footer__flag p{
	margin-bottom: 0;
}

.gmd-match-footer__flag >div{
	  display: flex;
    align-items: center;
}

.gmd-match-footer__flag >div span{
	line-height: 11px;
}

/* .matches__item--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;
}
 */
.main-page .sports-bars ul {
  list-style: none;
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  border-bottom: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding-top: 5px;
}

.gmd-match-league .text-ellipsis {
  color: #828b98;
  font-weight: 600;
	font-family: sans-serif;
}

#football .gmd_home-score p {
  aspect-ratio: 1;
  padding: 2px 10px 0px;
}

#basketball .gmd_home-score.is-win p,
#basketball .gmd_away-score.is-win p {
  padding: 2px 5px 0 !important;
}

.home-feature-match-info * {
  font-size: 15px !important;
}

.gmd_home-score p {
  border-radius: 5.625px;
  padding: 0 10px;
  margin-bottom: 0;
  position: relative;
}

.gmd_away-score p {
  position: relative;
  margin-bottom: 0;
  border-radius: 5.625px;
  padding: 2px 10px 0;
}

.gmd-content_match {
  align-items: start;
  color: #fff;
  display: flex;
  padding: 0 0.5rem 25px;
  text-align: center;
  align-items: center;
}

.gmd-home_team {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 11px;
  flex: 1;
}

.gmd-mid_score {
  width: max-content;
}

.form-group.sl-leagues .form-control {
  border: none;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(360deg,
      rgba(0, 31, 59, 0.07),
      rgba(0, 25, 49, 0.07),
      rgba(26, 31, 43, 0.07));
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 0.75rem;
  position: relative;
  z-index: 1;
  font-size: 13px;
  max-width: 100% !important;
}

.form-group.sl-leagues {
  position: relative;
  border-radius: 30px;
  padding: 6px 1px;
  background: linear-gradient(360deg,
      rgba(0, 31, 59, 0.07),
      rgba(0, 25, 49, 0.07),
      rgba(26, 31, 43, 0.07));
  margin-bottom: 0;
}

.form-group.sl-leagues::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(360deg,
      rgba(0, 86, 36, 1),
      rgba(0, 109, 46, 1),
      rgba(0, 94, 39, 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;
}

.form-group.sl-leagues::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M12.4588 0.718764C12.87 0.29833 13.2811 0.289571 13.6923 0.692486C14.1035 1.0954 14.1035 1.48955 13.6923 1.87495L7.86123 7.34057C7.71171 7.51575 7.50613 7.60334 7.24448 7.60334C6.98283 7.60334 6.77725 7.51575 6.62773 7.34057L0.796657 1.87495C0.385489 1.48955 0.385489 1.0954 0.796657 0.692485C1.20783 0.28957 1.61899 0.298329 2.03015 0.718764L7.24448 5.55373L12.4588 0.718764Z' fill='%23919191'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}

.form-group.sl-leagues .form-control::-ms-expand {
  display: none;
}

.form-group.sl-leagues option {
  /* background: linear-gradient(180deg, #232f47 2%, #232f47 47%, #1c222f 100%); */
  background-color: #212529;
}

.gmd-score-box.vs.t_vs_num {
  margin-inline: 0;
}

.gmd-score-box.vs {
  margin-inline: 20px;
}

.gmd-score-box.vs:not(.t_vs_num) {
  aspect-ratio: 1;
}

/* MOBILE SHORT LEAGUE */

.gmd-match-league .text-ellipsis {
  position: relative;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
}

.gmd-match-league .text-ellipsis::after {
  content: attr(data-attr);
  display: none;
}

.main-page .ft__rows .home-filter-dropdown {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.matches__filter--leagues .sl-leagues {
  position: relative;

  width: 100%;

  margin: 0;
}

.custom-dropdown-trigger {
  font-weight: 700;
  background-color: transparent;
  color: white;
  padding: 14px 15px;
  border-radius: 100px;
  font-size: 13px;
  cursor: pointer;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.custom-dropdown-trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 38px;
  padding: 1px;
  background: linear-gradient(360deg, #005624 2%, #006d2e 47%, #005e27 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;
  transition: background 0.3s ease;
}

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

.custom-dropdown-content {
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  min-width: 200px;
  width: 343px;
  z-index: 99999;
  border-radius: 6px;
  background: #141516;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff1c;
}

.custom-dropdown-content .custom-dropdown-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1c;
  padding: 13px 15px;
}

.custom-dropdown-content .custom-dropdown-head span {
  color: #00ff4b;
  text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  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 #ffffff1c;
}

.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-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-dropdown-option:hover,
.custom-dropdown-option.active {
  border-top: 1px solid #006590;
  border-bottom: 1px solid #006590;
  color: #00ff4b;
  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: #00fffd;
}

.custom-dropdown-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border: solid #919191;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.custom-dropdown-trigger span {
  width: 120px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .custom-dropdown-trigger {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .custom-dropdown-trigger {
    padding: 7px 15px;
  }
}

@media (max-width: 576px) {
  .main-page .ft__rows .home-filter-dropdown {
    flex-direction: column;
  }
  .custom-dropdown-trigger {
    padding: 8px 20px;
  }
  .custom-dropdown-content {
    width: 100%;
    top: 45px;
  }
}



/* Schedule page css*/
.schedule-app br{
	display: none !important;
}

/* 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: var(--heading-font);
}

/* Filter bar css*/
.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(../images/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(../images/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(../images/haft-icon.svg) no-repeat;
    --as-vs-match-item-time-haflt-draw-bg: url(../images/haft-icon-draw.svg) no-repeat;
    --as-vs-match-item-time-haflt-loss-bg: url(../images/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(../images/popup/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(../images/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(../images/haft-icon-draw.svg) no-repeat;
    --as-vs-match-item-time-match-other-haflt-loss-bg: url(../images/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(../images/bg-match.svg) no-repeat bottom;
    --as-vs-match-item-badminton-ball-bg: #171717 url(../images/bg-match-badminton.svg) no-repeat bottom;
    --as-vs-match-item-volleyball-ball-bg: #171717 url(../images/bg-match-volleyball.svg) no-repeat bottom;
    --as-vs-match-item-basket-ball-bg: #171717 url(../images/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(../images/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;
}
.api-sport.api-sport-90phut {
    --as-primary-bg: linear-gradient(95deg, #0f2727 -10.11%, #102731 91.82%);
    --as-primary-color: #fff;
    --as-primary-color-1: #afb4ba;
    --as-primary-active-color: #4cf446;
    --as-primary-border-color: #060a22;
    --as-primary-active-border-color: #2fb925;
    --as-primary-box-bg: #0f302e;
    --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(125deg, #2fb925, #36633f 27.66%, #042601 68.97%);
    --as-primary-btn-border-before-bg: transparent;
    --as-match-league-title-bg: #0f302e;
    --as-match-league-title-border-color: #0f302e;
    --as-vs-match-item-bg: linear-gradient(95deg, #0f2727 -10.11%, #102731 91.82%);
    --as-vs-match-item-bg-border: 0.0625rem solid #244140;
    --as-vs-match-item-footer-bg: none;
    --as-vs-match-item-time-haflt-bg: #1e8d14;
    --as-vs-match-item-time-haflt-loss-bg: #b11a15;
    --as-vs-match-item-time-haflt-draw-bg: #0e08c1;
    --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: 0.375rem;
    --as-vs-match-item-time-haflt-margin-top: 0.75rem;
    --as-vs-match-item-time-haflt-pading: 0 0.3125rem;
    --as-vs-match-item-league-span-font-size: 0.6875rem;
    --as-vs-match-item-league-span-font-weight: 600;
    --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(180deg, #243f50, #1b2e3c);
    --as-vs-match-item-date-border: 0.0625rem solid rgba(35,47,71,0.749);
    --as-vs-match-item-date-color: #8cd5ff;
    --as-vs-match-item-date-border-radius: 1.875rem;
    --as-vs-match-item-date-border-width: 5.5rem;
    --as-vs-match-item-date-border-height: 1.4375rem;
    --as-match-item-status-item-vs-bg: none;
    --as-vs-match-item-padding-bottom: 0.75rem;
    --as-match-item-status-item-vs-width: 4.5rem;
    --as-match-item-status-item-vs-height: 1.75rem;
    --as-match-item-status-item-vs-border-radius: 50%;
    --as-match-item-status-item-as-t-vs-num-bg: var(--as-score-vs-num-bg);
    --as-match-item-status-item-as-t-vs-num-border: 0.0625rem solid var(--as-score-vs-num-border-color);
    --as-match-item-status-item-as-t-vs-num-border-radius: var(--as-score-vs-num-win-border-radius);
    --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.75rem;
    --as-match-item-status-item-as-t-vs-num-span-height: 1.75rem;
    --as-match-item-status-item-as-t-vs-num-span-display: block;
    --as-match-item-status-item-as-t-vs-num-span-active-bg: var(--as-score-vs-num-win-bg);
    --as-match-item-status-item-as-t-vs-num-span-active-width: 1.75rem;
    --as-match-item-status-item-as-t-vs-num-span-active-height: 1.75rem;
    --as-match-item-status-item-as-t-vs-num-span-active-display: block;
    --as-match-item-status-item-as-t-vs-num-span-active-border-radius: var(--as-score-vs-num-win-border-radius);
    --as-match-item-status-item-as-t-vs-num-span-active-border: var(--as-score-vs-num-win-border) var(--as-score-vs-num-win-border-color);
    --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: #0f2027;
    --as-match-item-footer-as-flag-color: #fff;
    --as-match-item-footer-as-flag-border: 0.0625rem solid #0f2027;
    --as-match-item-footer-as-flag-border-radius: 1.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.375rem 0.75rem;
    --as-match-list-as-show-more-bg: #0f2027;
    --as-match-list-as-show-more-border-radius: 2.375rem;
    --as-match-list-as-show-more-border: 0.0625rem solid #00461d;
    --as-filter-tags-top-border-bottom: 0.0625rem solid #060a22;
    --as-filter-tags-border-color: #182c37;
    --as-filter-tags-border-radius: 0.75rem;
    --as-filter-svg-fill: #07eb66;
    --as-filter-svg-width: 0.875rem;
    --as-filter-svg-height: 0.875rem;
    --as-filter-today-border-top-color: transparent;
    --as-filter-today-border-top-height: 0;
    --as-filter-today-text-transform: uppercase;
    --as-filter-today-height: 2rem;
    --as-filter-today-width: 6.875rem;
    --as-filter-today-radius: 6.25rem;
    --as-filter-today-padding: 0 0.625rem;
    --as-filter-tags-opacity: 1;
    --as-filter-tags-bg: #162832;
    --as-filter-today-bg: linear-gradient(180deg, #1f3644, #00411d);
    --as-filter-today-color: #07eb66;
    --as-filter-today-font-weight: 700;
    --as-border-color-as-today: 0.0625rem solid #005624;
    --as-filter-league-item-active: linear-gradient(180deg, #1f3644, #00411d);
    --as-filter-league-item-active-color: #fff;
    --as-filter-league-item-active-border: #01d35c;
    --as-filter-league-item-active-border-top-color: transparent;
    --as-filter-league-item-active-border-top-height: 0;
    --as-filter-league-item-border-color: #42863e;
    --as-filter-league-item-bg: transparent;
    --as-filter-calendar-mx-input-wrapper-input-border: 0.0625rem solid #42863e;
    --as-filter-calendar-mx-input-wrapper-input-bg: transparent;
    --as-filter-calendar-mx-input-wrapper-input-border-radius: 1.875rem;
    --as-filter-calendar-mx-input-wrapper-input-color: #899398;
    --as-filter-span-as-with-by-color: #ffe400;
    --as-score-width: 5.125rem;
    --as-score-height: 2rem;
    --as-score-vs-padding: 0.25rem;
    --as-score-vs-border-before-bg: transparent;
    --as-score-vs-bg: linear-gradient(180deg, #1f3644, #00411d);
    --as-score-vs-color: #fff;
    --as-score-vs-num-bg: #0f2027;
    --as-score-vs-num-border-color: #035325;
    --as-score-vs-num-border-radius: 6.25rem;
    --as-score-vs-num-win-bg: linear-gradient(180deg, #1f3644, #00411d);
    --as-score-vs-num-win-border-radius: 6.25rem;
    --as-score-vs-num-win-border-color: #01d35c;
    --as-score-vs-num-win-border: 0.0625rem solid;
    --as-score-vs-num-text-only-bg: var(--as-score-vs-num-win-bg);
    --as-score-vs-width: var(--as-score-height);
    --as-score-vs-height: var(--as-score-height);
    --as-stats-btn-border-color: transparent;
    --as-stats-btn-bg: linear-gradient(180deg, #243f50, #1b2e3c);
    --as-tabs-icon-item-color: #afb4ba;
    --as-tabs-icon-item-active-bg: linear-gradient(180deg, #10322d, #10352d 50%, #0c3f2a);
    --as-match-item-bg: var(--as-vs-match-item-bg);
    --as-match-item-border-bottom: 0.0625rem solid #060a22;
    --as-match-ht-font-size: 0.8125rem;
    --as-match-ht-font-weight: 600;
    --as-match-ht-bg: #0f2027;
    --as-match-ht-border-color: transparent;
    --as-match-ht-border-radius: 0.625rem;
    --as-match-label-bg: linear-gradient(0deg, #243f50, #1b2e3c);
    --as-match-label-border: 0.0625rem solid #1b2e3c;
    --as-match-label-border-radius: 1.875rem;
    --as-match-label-color: #8cd5ff;
    --as-match-label-font-size: 0.75rem;
    --as-match-label-line-height: 1.25rem;
    --as-match-label-font-weight: 500;
    --as-match-label-corner-bg: #0f2027 !important;
    --as-match-label-corner-color: #fff !important;
    --as-match-label-corner-border-radius: 0.625rem !important;
    --as-match-label-corner-font-size: 0.8125rem !important;
    --as-match-label-corner-font-weight: 600 !important;
    --as-match-label-corner-font-line-height: 1.25rem !important;
    --as-label-item-win: #00ff4b;
    --as-result-popup-bg: #212324;
    --as-result-popup-team-bg: var(--as-vs-match-item-bg);
    --as-result-popup-player-bg: linear-gradient(190deg, #10182b 12.28%, #08111a 96.88%);
    --as-result-popup-half-time-score-border-radius: 1.75rem;
    --as-result-popup-half-time-score-border-color: #00461d;
    --as-result-popup-half-time-score-bg: #0f2027;
    --as-result-popup-as-tabs-icon-bg: #11312f;
    --as-result-popup-as-tabs-icon-border-bottom: 0.0625rem solid hsla(0,0%,100%,0.078);
    --as-result-popup-as-tabs-icon-border-top: 0.0625rem solid hsla(0,0%,100%,0.078);
    --as-result-popup-result-tab-content: #0f2027;
    --as-result-popup-incident-list-event-score-bg: #0f2027;
    --as-result-popup-incident-list-event-score-border-color: #035325;
    --as-result-popup-as-nav-tabs-item-color: var(--as-primary-color-1);
    --as-result-popup-as-nav-tabs-item-padding: 0.5rem 0.75rem;
    --as-result-popup-as-nav-tabs-item-bg: linear-gradient(180deg, rgba(0,31,59,0.07), rgba(0,25,49,0.07) 50%, rgba(26,31,43,0.07));
    --as-result-popup-as-nav-tabs-item-border-color: #005624;
    --as-result-popup-as-nav-tabs-item-border-radius: 1.875rem;
    --as-result-popup-as-nav-tabs-item-active-color: #07eb66;
    --as-result-popup-as-nav-tabs-item-active-bg: var(--as-filter-league-item-active);
    --as-result-popup-as-nav-tabs-item-active-border-color: var(--as-filter-league-item-active-border);
    --as-standing-bg: #212324;
    --as-datepicker-popup-bg: linear-gradient(0deg, #161e3a, #15192a);
    --as-datepicker-popup-cell-bg: #201f43;
    --as-datepicker-popup-cell-color: #ccc;
    --as-datepicker-cell-cell-disable-bg: linear-gradient(0deg, #161e3a, #15192a);
    --as-datepicker-cell-cell-disable-color: #73879c;
    --as-statistics-bar-wrapper-bg: #060a22;
    --as-statistics-bar-wrapper-border-radius: 6.25rem;
    --as-statistics-bg: #9544d3;
    --as-statistics-win-bg: linear-gradient(0deg, #ffe400, #ffe400), linear-gradient(90deg, #feba4b 28.5%, rgba(254,186,75,0));
    --as-statistics-win-color: #ffe400;
    --as-h2-title-box-bg: #11312f;
    --as-squad-title-margin-bottom: 0;
    --as-squad-title-padding-bottom: 0;
    --as-squad-title-bg: #0f2027;
    --as-squad-title-height: 3.75rem;
    --as-squad-title-border: 0.0625rem solid #060a22;
    --as-squad-title-span-border-bottom: 0 solid #01b243;
    --as-squad-title-span-color: #ffe400;
    --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-standing-table-row-bg: #0f2027;
    --as-standing-table-row-border-bottom: 0.0625rem solid #060a22;
    --as-standing-table-row-active-bg: #060a22;
    --as-standing-table-row-as-standing__table-row-head: #11312e;
    --as-line-up-colunm-as-line-up-colunm-border-top: 0.0625rem solid #060a22;
    --as-line-up-colunm-item-border-bottom: 0.0625rem solid #060a22;
    --as-line-up-colunm-item-home-border-right: 0.0625rem solid #060a22;
    --as-note-bg: linear-gradient(190deg, #10182b 12.28%, #08111a 96.88%);
    --as-match-detail-border-radius: 0.625rem;
    --as-standing__table-c-w-color: #01b243;
    --as-standing__table-c-d-color: #fd8a25;
    --as-standing__table-c-l-color: #bd3e41;
    --as-incident-list-head: #1f3645;
    --as-incident-list-item-h3-border-bottom-color: #03061d;
    --as-incident-list-head-content-color: #72cbff;
    --as-shooting-table-row-head-bg: #11312f;
    --as-lineups-as-team-bg: #11312f;
    --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: linear-gradient(180deg, #243f50, #1b2e3c);
    --as-score-vs-basketball-bg: #0f2027;
    --as-match-item-status-item-vs-border: 0 solid var(--as-primary-bg);
    --as-match-item-status-item-vs-basketball-border: 0.0625rem solid #035325;
    --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-filter-today-font-size: 0.8125rem;
}


.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 {
	font-family: var(--heading-font);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    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;
}

.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;
	font-family: Raleway;
}

.mx-datepicker{
	position: relative;
}

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

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

.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: 99px;
}

.as-filter-tags .as-filter-tags-top .as-sort-by {
	font-family: Raleway;
    -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);
}


/* Schedule css */
.as-competition-wrapper {
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid var(--as-primary-border-color);
}

.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: 82px;
    height: 38px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: 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: #41a85f;
}

.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;
  font-family: var(--second-font);
}

.as-competition-wrapper .as-league_title {
    background: var(--as-primary-box-bg);
    border-bottom: 1px solid var(--as-primary-border-color);
    padding: 12px 15px;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
	font-family: var(--heading-font);
}

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

.as-competition-wrapper .as-match__item {
  background: var(--as-match-item-bg);
  border-bottom: 1px solid var(--as-primary-border-color);
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 260px 1fr 100px 190px;
  padding: 10px 15px;
  align-items: center;
}

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

.as-competition-wrapper .as-match__item .as-match__play {
  cursor: pointer;
}

.as-competition-wrapper .as-match__item .as-match__play span {
  color: white;
  background: #aa332a;
  padding: 0px 7px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  border-radius: 10px;
	font-family: var(--heading-font);
}

.as-competition-wrapper .as-match__item .as-match__play .dashicons-controls-play {
  display: none;
}

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

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

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

.as-competition-wrapper .as-match__item .as-match__round {
  text-align: right;
}

/* Variant cakhia */
.as-competition-wrapper-cakhia {
  border: 1px solid #232F47;
  background: linear-gradient(180deg, rgba(0, 31, 59, 0.50) 0%, rgba(0, 25, 49, 0.50) 50%, rgba(26, 31, 43, 0.50) 100%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.as-competition-wrapper-cakhia .as-league_title {
  background: var(--as-match-league-title-bg);
  border-bottom: 1px solid var(--as-match-league-title-border-color);
}

.as-competition-wrapper-cakhia .as-match__item {
  border-bottom: 1px solid #1C2940;
}

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

.mb-0.as-score-vs__only-text.as-score-vs__only-text-90phut{
	background: var(--as-score-vs-num-text-only-bg);
    border-radius: 99px;
    height: var(--as-score-vs-height);
    width: var(--as-score-vs-width);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


/* Team 6in1 pc 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;
	font-family: var(--heading-font);
}

.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;
	font-family: var(--heading-font);
}

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

.page-6in1 .tools ul .f11 span a{
	color: #747a83;
}

.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: 400;
    justify-content: space-between;
    line-height: 20px;
    font-family: var(--heading-font);
}

.Preferences2 .switch{
	margin: 0;
    font-family: "Raleway";
    font-weight: 600;
}

.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: .2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 10.67px;
}

.Preferences .switch>input[type=checkbox]:checked+.switch-style:before, .Preferences2 .switch>input[type=checkbox]:checked+.switch-style:before {
    left: 57%;
}

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

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

.page-6in1 .dashicons-trash{
    font-size: 15px;
    height: 15px;
    width: 15px;
}

#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: 500;
    line-height: 14px;
    padding: 6px;
}

.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: 500;
    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: 500;
    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: 500;
    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: 500;
    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: 500;
	text-decoration-line: underline;
}

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

.oods-c-bg1,
body.light .up {
    background: none;
    color: #01b243;
    position: relative;
}

.oods-c-bg1:before,
body.light .up:before {
    font-family: dashicons !important;
    line-height: 1;
    font-weight: 700;
    width: 12px;
    height: 12px;
    font-size: 12px;
    transition: color .1s ease-in;
    animation: Twinkle 2.5s infinite;
    content: "\f342";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.oods-c-bg2 {
    background: none;
    color: #ff361e;
    position: relative;
}

.oods-c-bg2:before {
    font-family: dashicons !important;
    line-height: 1;
    font-weight: 700;
    width: 12px;
    height: 12px;
    font-size: 12px;
    transition: color .1s ease-in;
    animation: Twinkle 2.5s infinite;
    content: "\f342";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.oods-c-bg3 {
    background: #ff0;
    width: 12.25px;
    height: 14px;
    font-size: 12px;
    display: inline-block;
}

@keyframes Twinkle {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes Twinkle {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

#teammain-6in1 .odd-status{
    text-align: center;
    padding-top: 5px;
    color: #232425;
    font-family: "Raleway";
    font-size: 12px;
}

#teammain-6in1{
	background: #DCE3EA;
} */


/* 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;
}

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


/* BXH css*/
.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;
	font-family: 'Raleway';
}

.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 {
    background: linear-gradient(95deg,#0f2727 -10.11%,#102731 91.82%);
    border-bottom: 0.0625rem solid #060a22;
    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;
    background: linear-gradient(95deg,#0f2727 -10.11%,#102731 91.82%);
    border-bottom: 0.0625rem solid #060a22;
    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 {
    align-items: center;
    background: linear-gradient(180deg,rgba(0,31,59,.07),rgba(0,25,49,.07) 50%,rgba(26,31,43,.07));
    border: .0625rem solid #005624;
    border-radius: 1.875rem;
    color: #afb4ba;
    cursor: pointer;
    display: flex;
    font-size: 0.8125rem;
    justify-content: center;
    line-height: .5625rem;
    padding: .5rem .75rem;
    text-align: center;
	font-family: var(--second-font);
}

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

.as-nav-tabs-btn .as-nav-item.active {
    background: linear-gradient(180deg,#1f3644,#00411d);
    border: .0625rem solid #01d35c;
    color: #07eb66;
    position: relative;
}

.as-nav-tabs-btn-90phut .as-nav-item.active {
    font-weight: 700;
}

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

.as-standing__table-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0f2027;
    border-bottom: 0.0625rem solid #060a22;
    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: #11312e;
    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;
	font-family: "Be Vietnam Pro";
}

.as-standing__table-row-head .as-standing__table-column {
    background: #11312e;
}

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

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

/* ket qua css */
.page-kq .as-match__scores p{
	margin-bottom: 0;
}

.as-competition-wrapper .as-league_title .as-match_competition {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 700;
    gap: .375rem;
}

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

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

.page-kq .as-competition-wrapper .as-league_title{
    display: grid;
    font-size: 0.75rem;
    font-weight: 500;
    grid-template-columns: 16.25rem 1fr 5.725rem 5rem 6.875rem 6.875rem;
}

.page-kq .as-match__item{
    display: block;
    padding: 0;
}

.page-kq  .as-competition-wrapper .as-match__item--wrap {
    align-items: center;
    display: grid;
    grid-template-columns: 16.25rem 1fr 5.625rem 6.25rem 6.875rem 6.875rem;
    padding: .625rem .9375rem;
}

.page-kq .as-competition-wrapper .as-match__item .as-match__label, .page-kq .as-competition-wrapper .as-match__item .as-match__label-item {
    display: flex;
    gap: .375rem;
}

.page-kq .as-competition-wrapper .as-match__item .as-match__label-item {
    border-radius: 1.875rem;
    height: 1.5rem;
    justify-content: center;
    padding: 0 .625rem;
    position: relative;
}

.page-kq .as-score-vs.as-score-vs__num {
    background: #0f2027;
    border: .0625rem solid #035325;
    border-radius: 6.25rem;
    gap: .3125rem;
    height: inherit;
    width: inherit;
}

.as-score-vs.as-score-vs__num, .as-score-vs.as-score-vs__num span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.as-score-vs-90phut.as-score-vs__num span, .as-score-vs-rakhoi.as-score-vs__num span {
    color: #fff;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
}

.as-score-vs.as-score-vs__num b {
    height: 1.4375rem;
}



.as-score-vs.as-score-vs__num span.as-winner {
    background: linear-gradient(180deg,#1f3644,#00411d);
    border: 0.0625rem solid;
    border-color: #01d35c;
    border-radius: 6.25rem;
    color: #fff;
    height: 1.75rem;
    width: 1.75rem;
}

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

.as-competition-wrapper .as-match__item .as-ht-btn {
    align-items: center;
    background: #0f2027;
    border: .0625rem solid #00000000;
    border-radius: 0.625rem;
    color: #fff;
    display: flex;
    font-size: 0.8125rem;
    font-weight: 600;
    gap: .375rem;
    height: 1.625rem;
    justify-content: center;
    line-height: 1.5625rem;
    text-align: center;
    width: 3.5rem;
}

.page-kq  .as-competition-wrapper .as-match__corner .as-match__label-item, .page-kq  .as-competition-wrapper .as-match__yellow-goal .as-match__label-item {
    background: #0f2027!important;
    border-color: #1a1f2b!important;
    border-radius: 0.625rem!important;
    color: #fff!important;
}

.page-kq .as-competition-wrapper .as-match__corner span.as-label-item-win, .page-kq .as-competition-wrapper .as-match__yellow-goal span.as-label-item-win {
    color: #00ff4b;
}

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

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

.page-kq .as-competition-wrapper .as-match__teams .as-scoreboard{
	width: 5.125rem;
}

.main-page .sports-bars .btn-livescore {
    border-radius: 25px;
    border: 1px solid #3a3a3a;
    background: #1b1d21;
    padding-inline: 15px;
    gap: 8px;
    width: auto !important;
    color: white;
    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding-left: 10px;
    margin: 0;
}

.main-page .sports-bars .btn-livescore span {
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.main-page .sports-bars{
	display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
/*     padding: 15px 0 0px 0; */
    margin-bottom: 0;
    position: relative;
}

.box_content_home h2 span b{
    line-height: 32px;
	font-size: 24pt;
}

.box_content_home h1,
.box_content_home h2,
.box_content_home h3,
.box_content_home h4,
.box_content_home h5,
.box_content_home h6{
	color: #008000;
}

.home .box_content_home h1,
.home .box_content_home h2,
.home .box_content_home h3,
.home .box_content_home h4,
.home .box_content_home h5,
.home .box_content_home h6{
	color: #fff;
}

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

.a-footer p {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}

nav.navbar {
  background: #1e1e1e;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

nav.navbar {
  background: #1e1e1e;
}

.team__name a:hover {
  color: white;
  text-decoration: none;
}

.logo-nav__brand.logo-container {
  margin-right: 0px !important;
}

a.main-nav__brand img {
  padding: 12px;
}

.as-modal__dialog {
  left: 50%;
  max-width: 62rem;
  position: fixed;
  top: 53% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999;
}

.logo-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000%;
  right: 10px;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
  transform: skew(-30deg);
}

.nav-mobile .menu-nha-cai-uy-tin {
  background: linear-gradient(142deg, #bb5014 0%, #8b0000 100%);
  width: max-content;
}

.nav-mobile .menu-cuoc-8xbet {
  background: linear-gradient(142deg, #ffd600 0%, #b05500 100%);
  width: max-content;
}

.nav-mobile .menu-cuoc-8xbet {
  margin-left: 0 !important;
}

.nav-mobile .menu-item.menu-nha-cai-uy-tin .nav-link,
.nav-mobile .menu-item.menu-cuoc-8xbet .nav-link {
  position: relative;
  color: #1e1e1e !important;
  width: max-content;
  border-radius: 6px;
  padding: 5px 20px;
  background: transparent;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  margin: 0 !important;
  font-weight: 500;
}

.menu-cuoc-8xbet a,
.menu-top-nha-cai a {
  color: white;
  font-weight: 400;
}

#menu-main-menu {
  gap: 24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 !important;
}

.navbar-nav .nav-link {
  font-family: 'Oswald', sans-serif;
}

.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: #1e1e1e !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: 14px 7px;
}

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

.btn-loadmore{
    background: linear-gradient(17.33deg, #FF7F23 -19.2%, #FFBC09 87.67%);
    border-radius: 3px;
    font-weight: bold;
    font-size: 17.0016px;
    line-height: 27px;
    text-transform: uppercase;
    color: #04060B;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}


/* ==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__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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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/10/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;
}


/* == Stats Popup css== */
.match-popup {
    --background-wrapper: #0f2027;
    --hpu-bar-wrapper: #060a22;
    --hpu-summary-btn-bg: #2f384f;
    --statistics-home-bg: #9544d3;
    --statistics-win-bg: linear-gradient(0deg,#ffe400,#ffe400),linear-gradient(90deg,#feba4b 28.5%,rgba(254,186,75,0));
    --statistics-title: #FFFFFF;
    --statistics-win-bg-text-color: #ffe400;
    --border-bottom-color: #060a22;
    --btn-text-color: #afb4ba;
    --btn--bg: linear-gradient(180deg,rgba(0,31,59,.07),rgba(0,25,49,.07) 50%,rgba(26,31,43,.07));
    --btn-active-text-color: #07eb66;
    --btn-active-bg: linear-gradient(180deg,#1f3644,#00411d);
    --btn-active-before-bg: transparent;
    --btn-active-border-color: #01d35c;
}
.grid-match__status, .icon-haflt {
    z-index: 2;
    cursor: pointer;
}
.hpu-nav-tabs {
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid var(--border-bottom-color);
  padding-top: 6px;
  padding-bottom: 12px;
}
.hpu-nav-tabs .hpu-nav-item {
  padding: 0px;
}
.hpu-nav-tabs .hpu-nav-item a {
  align-items: center;
  background: var(--btn--bg);
  border: 1px solid #005624;
  border-radius: 100px;
  color: var(--btn-text-color) !important;
  cursor: pointer;
  display: flex;
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 9px;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}
.hpu-nav-tabs .hpu-nav-item a.active {
  background: var(--btn-active-bg);
  border: 1px solid var(--btn-active-border-color);
  color: var(--btn-active-text-color) !important;
  position: relative;
}
.match-popup {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99999;
}
.match-popup.statistic-section {
  top: 38px;
}
.match-popup .statics-popup,
.match-popup .incident-popup {
  width: 420px;
  background-color: var(--background-wrapper);
  border-radius: 13px;
  padding: 8px;
}
.hpu-home-scrollable-content {
  max-height: 380px;
  overflow-y: auto;
}
.hpu-stats {
  border-radius: 4px;
  padding: 1rem;
  padding-top: 35px;
}
.hpu-stats__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hpu-stats__line {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  gap: 0.69rem;
  position: relative;
}
.hpu-stats__value {
  color: #fff;
  font-family: "Be Vietnam Pro";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
}
.hpu-stats__value--away {
  right: 0;
  left: auto;
}
.hpu-stats__value.hpu-stats__home-win,
.hpu-stats__value.hpu-stats__away-win {
  color: var(--statistics-win-bg-text-color);
  font-weight: bold;
}
.hpu-stats__bar {
  border-radius: 6.25rem;
}
.hpu-stats__bar-wrapper {
  flex: 1;
  background: var(--hpu-bar-wrapper);
  height: 0.5625rem;
  overflow: hidden;
  display: flex;
  border-radius: 6.25rem;
}
.hpu-stats__bar-wrapper--home {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-end;
}
.hpu-stats__bar-wrapper--away {
  display: flex;
  justify-content: flex-start;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hpu-stats__bar-wrapper.hpu-stats__home-win .hpu-stats__bar,
.hpu-stats__bar-wrapper.hpu-stats__away-win .hpu-stats__bar {
    background: var(--statistics-win-bg);
}
.hpu-stats__bar {
  background: var(--statistics-home-bg);
  height: 100%;
  display: block;
}
.hpu-stats__title {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
  bottom: 100%;
  margin-bottom: 6px;
}
.hpu-summary-block {
  position: relative;
  font-family: 'Roboto';
}
.hpu-summary-block__start {
  text-align: center;
  padding-left: 25px;
  z-index: 2;
  padding: 3px 12px 18px 48px;
}
.hpu-summary-block__event {
  padding: 10px 12px;
  position: relative;
  justify-content: flex-end;
}
.hpu-summary-block__event-time {
  min-width: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto Condensed";
  flex-basis: 38px;
}
.hpu-summary-block__event-icon {
  display: flex;
  justify-content: flex-start;
  padding: 0px 12px;
  position: relative;
}
.hpu-summary-block__event-icon::before {
  height: 54px;
  display: block;
  width: 1px;
  background: #5D5D5D;
  content: "";
  position: absolute;
  left: 49%;
  z-index: 1;
  top: 0px;
}
.hpu-summary-block__event-icon .hpu-icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background: #1A1A1A;
  border: 2px solid #535353;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hpu-summary-block__event-score {
  align-items: center;
  justify-content: flex-end;
}
.hpu-summary-block__event-score button {
  border-radius: 30px;
  border: 1px solid #1B842E;
  background: #303339;
  white-space: nowrap;
  height: 24px;
  min-width: 60px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: clamp(0.7rem, 0.7vw + 0.3rem, 0.8rem);
  padding: 0;
  min-height: unset;
}
.hpu-summary-block__player {
  width: 100%;
  gap: 6px;
}
.hpu-summary-block__player .hpu-player-avatar {
  width: 32px;
  height: 32px;
}
.hpu-summary-block__player-logo img {
  object-fit: contain;
}
.hpu-summary-block__player-logo--in {
  border-radius: 50%;
  border: 3px solid #2187E5;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.hpu-summary-block__player-logo--out {
  border-radius: 50%;
  border: 3px solid #E53030;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.hpu-summary-block__player-name {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  justify-content: center;
}
.hpu-summary-block__player-name--sub {
  opacity: 0.5;
}
.hpu-summary-block__player-name span {
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hpu-summary-block__midfield {
  white-space: nowrap;
  min-width: 87px;
  height: 24px;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto';
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #1456FF;
  background: linear-gradient(113deg, #1553EF 7.37%, #0C3089 57.22%, #0B2A79 66.05%, #000 131.67%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.hpu-summary-block__event--home {
  flex-direction: row-reverse;
}
.hpu-summary-block__event--home .hpu-summary-block__player {
  flex-direction: row-reverse;
  align-items: center;
}
.hpu-summary-block__event--home .hpu-summary-block__event-score {
  justify-content: flex-start;
}
.hpu-summary-block__event--home .hpu-summary-block__event-score .hpu-score-home {
  color: #00EB1F;
}
.hpu-summary-block__event--away .hpu-summary-block__event-icon {
  justify-content: flex-end;
}
.hpu-summary-block__event--away .hpu-summary-block__event-score .hpu-score-away {
  color: #00EB1F;
}
.statics-popup ul {
    padding-bottom: 10px;
}
.statics-popup ul a:hover {
	color:white !important;
}
.grid-match__status, .icon-haflt {
    z-index: 10000;
    cursor: pointer;
}
.gmd-e_minutes {
    font-family: sans-serif !important;
}
.match-popup li{
	margin: 0 !important;
}

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

.home .a-section-1{
	z-index: 10;
}

.dashicons-controls-play:before{
	color: #000;
}

/* ==Popup Result css==*/
.as-popup__result-wrap {
    background-color: var(--as-result-popup-bg);
    border-radius: .375rem;
    max-width: 56.25rem;
    padding: 0;
}
.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: #0f2027;
    border: .0625rem solid #00461d;
}
.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.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 Condensed;
    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 Condensed";
    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(180deg, #07eb66 20%, #005e27);
    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: var(--as-tabs-icon-item-active-color);
}

/* ==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 Condensed";
  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;
}

/* ==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: 100% auto;
}

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

/* 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: .0625rem solid #244140;
    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: auto;
}

.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: 0 5px;
}

.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-score-vs__28 {
    --as-core-size: 2.125rem;
    --as-core-size-num: 1.75rem;
    --as-core-font-site: 1.0625rem;
}

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

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

/* ==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-name .as-shirt-number {
    color: #aaa;
}

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

/* ==date picker css== */
.ui-widget.ui-widget-content {
    border: 0;
    background: #162832;
    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;
}

.ui-datepicker th {
    color: #73879c;
    font-size: 12px;
    font-weight: 400;
}

.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: #123B34;
    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(180deg,#1f3644,#00411d);
    border: .0625rem solid #01d35c;
    border-radius: .375rem;
    color: #fff;
}

.ui-datepicker td {
    padding: 0;
    margin: 0;
	background: #123B34;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: 400;
}

#basketball-tab::before {
    background: linear-gradient(
    180deg,
    rgb(31 36 58 / 50%),
    rgb(246 104 45 / 50%)
  );
}

.a-tructiep br{
	display: none;
}


/* ==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: -15px;
    margin-left: -15px;
}

.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;
}
.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;
  border: 1px solid #182c37;
  background: url(/wp-content/uploads/2025/10/90p-match-header.svg) 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;
}
.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 Condensed";
  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: #0f2027;
  border: 1px solid #035325;
  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;
  border-radius: 100px;
  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: 19px;
  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: white;
  position: relative;
  font-size: 12px;
  margin: 0;
}
/* 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 Condensed"; */
  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/10/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/10/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/10/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/10/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/10/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/10/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: #13262d;
  /* border-radius: 6px; */
  position: relative;
}
.teambox__header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /* width: 1px; */
  background: linear-gradient(
    to bottom,
    rgb(4 40 57 / 75%) 0%,
    rgb(7 136 196 / 75%) 47%,
    rgb(4 40 57 / 75%) 100%
  );
  z-index: 1;
  border-radius: 0;
}
.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: 12px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
}
.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: #060a22;
  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 #060a22;
  border-bottom: 1px solid #060a22;
}
.table.flex-1.state .box:nth-child(2) {
  border-left: 1px solid #060a22;
  border-bottom: 1px solid #060a22;
}
.table.flex-1.state .box:nth-child(3) {
  border-left: 1px solid #060a22;
}
.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: #060a22;
  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: #060a22;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}
.cur_span {
  width: 40px;
  padding: 5px 0;
  background: linear-gradient(#243f50, #1b2e3c);
  position: relative;
  border-radius: 30px;
}

/* 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;
}

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



/* 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;
}

#live-score #tools{
	padding-top: 1rem !important;
}

#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/10/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;
}

.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: #0F272A;
    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;
}

/*========*/

.box-comments .wrap {
    padding: 17px 0px;
}


/* ==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: #AFB4BA;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.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;
}