* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
body{
  overflow-x: hidden;
}
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: rgb(255 255 255);
  border-radius: 4px;
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #60828b;
  height: 4px;
  width: 4px;
}
a,
a:hover {
  text-decoration: none;
}
.sport-loading {
  font-family: 'Roboto';
  border-collapse: collapse;
  border: 1px solid #343940;
  width: 320px;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  color: white;
}
.wp-caption {max-width: 100%;width: 100% !important;}
.wp-caption img {max-width: 100%;height: auto;}
.wp-caption-text {color: #fff;font-size: 12px;font-style: italic;}
.app {
  /* background-image:url(../images/background2.png), url(../images/background1.png),  url(../images/background3.png), url(../images/background4.png), url(../images/background5.png); */
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background2.png),
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background1.png),
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background3.png),
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background4.png),
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background5.png); */
  background: #000;
}
.gap-1{gap:.25rem!important}
.gap-2{gap:.5rem!important}
.gap-3{gap:1rem!important}
.gap-4{gap:1.5rem!important}
.gap-5{gap:3rem!important}
.title{
  padding: 19px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 18px;
  color: #f0e117;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.title p{
  margin-bottom: 0;
}
/************* nabar **********/

header {
  padding-top: 70px;
}
#header nav {
  height: 56px;
  background: linear-gradient(90deg, #040B23 12.4%, #251D00 55.76%, #876800 100%);
  padding: 0px !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.topnav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topnav__wrapper .topnav {
  height: 56px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.topnav__wrapper .menu__btn {
  display: none;
  cursor: pointer;
}
.topnav__wrapper .close__menu {
  display: none;
  cursor: pointer;
}
.topnav__wrapper .topnav .logo {
  position: relative;
  width: 210px;
  background: #FFCC24;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.topnav__wrapper .topnav .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  right: 10px;
  bottom: 0;
  background-color: #FFCC24;
  z-index: 1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.topnav__wrapper .topnav .logo img {
  height: 48px;
  width: auto;
  z-index: 2;
}
.topnav__wrapper .topnav .topnav__menu {
  gap: 24px;
  list-style: none;
  margin: 0px;
  padding: 0;
  height: 100%;
  display: flex;
}
.topnav__wrapper .topnav .topnav__menu .menu-item {
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: Oswald;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffffbf;
}
.topnav__wrapper .topnav .topnav__menu .menu-item:hover {
  cursor: pointer;
}
.topnav__wrapper .topnav .topnav__menu .menu-item.active {
  color: #FFCC24;
  font-weight: 700;
}
.topnav__wrapper .topnav .topnav__menu .menu-item.active a {
  color: #FFCC24;
}
.topnav__wrapper .topnav .topnav__menu .menu-item.active:after,
.topnav__wrapper .topnav .topnav__menu .menu-item:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #FFB400;
}

.topnav__wrapper .topnav .topnav__menu .menu-item a {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Oswald;
}
nav .nav {
  height: 46px;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
.topnav__wrapper .menu-item a{
  height: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffffcf;
  padding: 0px;
}
.topnav__wrapper .menu-item:hover {
  cursor: pointer;
}
.topnav-btn {
  gap: 10px;
  display: flex;
}
.topnav-btn a {
  width: 95px;
  height: 32px;
  color: #FFF;
  font-family: Oswald;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.topnav-btn a:hover {
  text-decoration: none;
  color: #4FA747;
}
.topnav-btn .btn-company {
  background: linear-gradient(102deg, #B3421E -7.82%, #8F1512 110.99%);
}
/* .topnav-btn .btn-8xbet {
  background: linear-gradient(102deg, #F8C32F -7.82%, #B1571A 110.99%);
} */

.btn-8xbet {
    padding: 4px;
    position: relative;
    border-radius: 6px;
    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);
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-8xbet::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;
}
.btn-8xbet::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;
}
.btn-8xbet:hover {
    color: #ffea5f;
    background: linear-gradient(180deg, #420808 0%, #960b12 52.54%, #f8111d 100%);
}
.btn-8xbet-mb {
  left: -21px;
}

/*********** menu moblie css *******/
.menu__mobile {
  padding: 56px 0;
  position: fixed;
  transform: translateX(100%);
  display: none;
  transition: all 0.25s ease;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 20;
  background: #232324;
}
.menu__mobile .menu__container {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menu__mobile .menu__container li.active,
.menu__mobile .menu__container li:hover {
  background: linear-gradient(96deg, #008360 -2.23%, #49ec44 117.28%);
}

.menu__mobile .menu__container li .menu-item-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.menu__mobile .menu__container li img {
  width: 20px;
}
.menu__mobile .menu__container li span {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: white;
  display: block;
}
.menu__mobile .menu__container a {
  color: white;
  padding: 20px;
  text-transform: uppercase;
}
.menu__mobile .topnav-btn {
  padding-left: 20px;
}
@media (max-width: 1124px) {
  .topnav__wrapper .topnav {
    justify-content: space-between;
  }
  .topnav__wrapper .menu__btn {
    display: block;
  }
  .topnav__wrapper .topnav .topnav__menu {
    display: none;
  }
}
@media (max-width: 576px) {
  .topnav__wrapper .topnav .logo {
    width: 200px;
  }

  .topnav__wrapper .topnav-btn .btn-company {
    display: none;
  }
}

/************* banner ***********/

/* BLOCK ABOUT */
.about .about__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #003e17;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
}
.about .about__container .about__menu {
  width: 100%;
}
.about .about__container .about__menu .about__menu__title {
  padding: 19px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 18px;
  color: #f0e117;
}
.about .about__container .about__menu .toc_list {
  background: #1f1f1f;
  flex: 1;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.about .about__container .about__menu .toc_list a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/icon.png");
}
.about .about__container .about__menu .toc_list>li:first-child>a{
  background: #003E17;
  backdrop-filter: blur(15px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.about .about__container .about__menu a {
  align-items: center;
  text-decoration: none;
  padding: 16px 24px;
  gap: 9px;
  color: #ffffff !important;
}
.about .about__container .about__menu a:hover {
  cursor: pointer;
  text-decoration: none;
  background: #003E17;
  backdrop-filter: blur(15px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.about .about__container .about__menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #b8b8b8;
  display: flex;
}
.about .about__container .about__menu .toc_list {list-style: none;}
.about .about__container .about__menu ul {padding-left: 0px;}
.about .about__container .about__content {
  padding: 20px 30px;
  width: 100%;
  overflow-y: scroll;
  max-height: 710px;
  text-align: justify;
}
.about .about__container .about__content ul li {
  color: #fff;
}
.about .about__container .about__content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 36px;
  color: #f0e117;
}
.about .about__container .about__content img {
  width: 100%;
}
.about .about__container .about__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #f2f3f3;
  margin: 20px 0;
}

@media screen and (max-width: 500px) {
  .about__container {
    grid-template-columns: 1fr !important;
  }

  .about__container .about__menu__title {
    display: none;
  }
  .about__container ul {
    background: transparent !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .about__container {
    grid-template-columns: 1fr !important;
  }

  .about__container .about__menu__title {
    display: none;
  }
  .about__container ul {
    background: transparent !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about__container {
    grid-template-columns: 1fr !important;
  }

  .about__container .about__menu__title {
    display: none;
  }
  .about__container ul {
    background: transparent !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}

/* BLOCK ABOUT */
.page-content {
  margin-top: 30px;
}
.match__header {
  gap: 9px;
}
.match__header p,
.match__header h1 {
  color: #F2F3F3;
  font-size: 24px;
  font-family: Oswald;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  word-wrap: break-word
}
/***********pagination************/
.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.wp-pagenavi a,.wp-pagenavi span{
  display: flex;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  color: #141417;
  border: 0px !important;
}
.wp-pagenavi .pagination__item span,
.wp-pagenavi .pagination__item img {
margin: auto;
}
.wp-pagenavi a:hover {
  background-color: #0a833e;
  color: #ffffff;
  cursor: pointer;
}
.wp-pagenavi .current {
  background-color: #0a833e;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 576px) {
  .match__header p,
  .match__header h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .wp-pagenavi {
    gap: 6px;
    gap: 3px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
    height: 34px;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
}
/***********pagination************/

/*******footer css *********/

footer {
  position: relative;
  margin-top: 50px;
}
footer .background1,
footer .background2,
footer .background3 {
  position: absolute;
  background-repeat: no-repeat;
}
footer .background1 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
footer .footer__wrapper{
  transform: inherit;
}
footer .background1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .background2 {
  bottom: 0;
  right: 0;
  z-index: 3;
}
footer .footer__box {
  position: relative;
  padding: 52px 80px 40px 80px;
  background: linear-gradient(360deg, rgba(126, 166, 76, 0.96) 0%, rgba(18, 98, 79, 0.96) 100%);
  width: 100%;
  z-index: 2;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
footer .footer__logo {
  margin-bottom: 20px;
  display: flex;
}
footer .footer__container {
  gap: 60px;
}
footer .footer__about {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0.85;
}
footer ul {
  list-style-type: none;
  flex: 1;
  border-left: 1px solid rgba(255,255,255, 0.1);
  margin-bottom: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}
footer ul.last{
  padding-right: 35px;
  border-right: 1px solid rgba(255,255,255, 0.1);
}
footer ul li {
  margin-bottom: 25px;
}
footer ul li a,footer ul li a.nav-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #f0e117;
}
footer ul li a:hover {
  color: #f0e117;
  text-decoration: none;
}
footer .footer__address p {
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
footer .footer__address div {
  gap: 7px;
  margin-bottom: 21px;
}
footer .footer__address div img {
  width: 24px;
}
footer .footer__address span {
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.footer__league {
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255, 0.1);
  padding-top: 32px;
}

/* toc */
.trade__detail__toc #toc_container{
  background: #1F1F1F;
  border-radius: 2px;
  margin-top: 15px;
  padding: 25px 30px;
}
.trade__detail__toc #toc_container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.trade__detail__toc #toc_container ul li {margin-bottom: 10px;}
.trade__detail__toc #toc_container ul li:last-child {margin-bottom: 0px;}
.trade__detail__toc #toc_container ul li a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #F2F3F3;
}
.trade__detail__toc #toc_container ul li a:before {
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid white;
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 10px;
}
.trade__detail__toc #toc_container ul li a:hover {
  color: #F9E914;
}
/* toc */
.trade__comment__container {background-color: #fff;}
@media screen and (max-width: 500px) {
  footer .footer__logo {
    justify-content: center;
  }
  .app__body {
    padding: 0 15px;
  }
  nav .nav__container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    padding: 7px 10px;
  }
  .nav__container::-webkit-scrollbar {
    display: none;
  }
  .xs-hidden {
    display: none !important;
  }
  
  footer .footer__box {
    padding: 50px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container .footer__about,
  footer .footer__box .footer__container .footer__address {
    flex: 1;
    text-align: center;border-right: none;

  }
  footer .footer__box .footer__container ul {
    display: none;
  }
  footer .footer__box .footer__league {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 35px;
  }
  footer .footer__box .footer__league img {
    width: 67px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer ul {flex-wrap: wrap;padding: 0px;border: 0px;gap: 15px;}
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  footer .footer__logo {
    justify-content: center;
  }
  .app__body {
    padding: 0 15px;
  }
  nav .nav__container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    padding: 7px 10px;
    background: #003215;
    opacity: 0.6;
    border-radius: 4px;
  }
  nav .nav__container .nav {
    padding: 0 !important;
    min-width: 1400px;
  }
  .nav__container::-webkit-scrollbar {
    display: none;
  }
  .xs-hidden {
    display: none !important;
  }
  
  footer .footer__box {
    padding: 50px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container .footer__about,
  footer .footer__box .footer__container .footer__address {
    flex: 1;
    text-align: center;
    border-right: none;
  }
  footer .footer__box .footer__container ul {
    display: none;
  }
  footer .footer__box .footer__league {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 35px;
  }
  footer .footer__box .footer__league img {
    width: 67px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer__logo {
    justify-content: center;
  }
  .app__body {
    padding: 0 15px;
  }
  nav .nav__container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    padding: 7px 10px;
    background: #003215;
    opacity: 0.6;
    border-radius: 4px;
  }
  nav .nav__container .nav {
    padding: 0 !important;
    min-width: 1400px;
  }
  .nav__container::-webkit-scrollbar {
    display: none;
  }
  .xs-hidden {
    display: none !important;
  }
  footer .footer__box {
    padding: 50px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container {
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container .footer__about,
  footer .footer__box .footer__container .footer__address {
    flex: 1;
    text-align: center;
    border-right: none;
  }
  footer .footer__box .footer__container ul {
    display: none;
  }
  footer .footer__box .footer__league {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 35px;
  }
  footer .footer__box .footer__league img {
    width: 67px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1219px) {
  footer .footer__logo {
    justify-content: center;
  }
  .topnav__menu {
    gap: 25px !important;
  }

  footer .footer__box {
    padding: 50px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer__box .footer__container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  footer .footer__box .footer__container .footer__about,
  footer .footer__box .footer__container .footer__address {
    flex: 1;
    text-align: center;
    border-right: none;
  }
  footer .footer__box .footer__container ul {
    display: none;
  }
  footer .footer__box .footer__league {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 35px;
  }
  footer .footer__box .footer__league img {
    width: 67px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1220px) and (max-width: 1360px) {
  .topnav__menu {
    gap: 25px !important;
  }
  footer .footer__box .footer__container {
    align-items: start;
    gap: 40px;
  }
 
  footer .footer__box .footer__container .footer__about {
    max-width: 300px;
    border-right: none;
  }
}

.match__item__content.match__item__vs .match__info {
  margin-inline: 30px;
}
/*
Fix header
*/
.sk_float_left, 
.sk_float_right {
  position: fixed;
  padding-top: 60px;
}
.share-social a, .btn-share {
  background-color: #1170FF;
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  border-radius: 2px;
  display: inline-block;
	padding: 1px 8px;
}
.btn-share {
  margin-bottom: 5px;
}
.btn-custom {
  border-radius: 6px;
  background: #292B2E;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
}

.btn-custom:hover {
  color: #fff;
  background: linear-gradient(320.49deg, #8FED57 1.11%, #078C67 56.15%);
}

.team-logo-group {
  display: flex;
  position: relative;
}
.team-logo-group img {
  object-fit: contain;
}
.team-logo-group-bg img {
  border-radius: 50px;
  background: #FFF;
}
.team-logo-group .tennis-serve-icon {
 position: absolute;
 bottom: -9px;
 left: calc(50% - 5px);
}
.team-logo-group .team-logo-1 {
  margin-left: -14px;
}
.team-name-group {
  display: flex;
  flex-direction: column;
}

/* match__vs */
.grid-match__vs {
  position: relative;
  background: linear-gradient(180deg, #3A3213 0%, #1D1B04 100%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) inset;
  font-family: 'Roboto';
  font-weight: 700;
  width: 36px;
  height: 34px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3px;
  border-radius: 100px;
}
.grid-match__vs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  padding: 1px;
  background: linear-gradient(-81.21deg, rgb(66, 34, 16) 28.96%, rgb(252, 193, 53) 50.87%, rgb(198, 143, 14) 72.78%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.grid-match__vs .vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  background: linear-gradient(135deg, #FDED3B 22.36%, #EB7625 91.71%);
  box-shadow: -2px -2px 2px 0px rgba(101, 92, 0, 0.25) inset, 0px 2px 4px 0px rgba(255, 212, 0, 0.50) inset, -2px -4px 4px 0px rgba(101, 80, 0, 0.50) inset, 0px 2px 8px 0px rgba(92, 74, 0, 0.50);
}

.grid-match__vs.t_vs_num {
  gap: 5px;
  border: 1px solid #422210;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: inherit;
  height: inherit;
}
.grid-match__vs.t_vs_num::before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	padding: 1px;
	background: linear-gradient(0deg, rgb(66, 34, 16) 28.96%, rgb(252, 193, 53) 50.87%, rgb(198, 143, 14) 72.78%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
.grid-match__vs.t_vs_num_home::before {
	background: linear-gradient(-81.21deg, rgb(66, 34, 16) 28.96%, rgb(252, 193, 53) 50.87%, rgb(198, 143, 14) 72.78%);
}
.grid-match__vs.t_vs_num_away::before {
	background: linear-gradient(81.21deg, rgb(66, 34, 16) 28.96%, rgb(252, 193, 53) 50.87%, rgb(198, 143, 14) 72.78%);
}
.grid-match__vs.t_vs_num span {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto';
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  flex: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-match__vs.t_vs_num span.winner {
  border-radius: 100px;
  background: linear-gradient(135deg, #FDED3B 22.36%, #EB7625 91.71%);
  box-shadow: -2px -2px 2px 0px rgba(101, 92, 0, 0.25) inset, 0px 2px 4px 0px rgba(255, 212, 0, 0.50) inset, -2px -4px 4px 0px rgba(101, 80, 0, 0.50) inset, 0px 2px 8px 0px rgba(92, 74, 0, 0.50);
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
}

/* ENdmatch__vs */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.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;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

#play_main {
  width: 100%;
}

@media (max-width: 1400px) {
  #play_main {
    grid-template-columns: 1fr 360px;
  }
}

@media (max-width: 992px) {
  #play_main {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.menu__mobile .menu__container a {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
img.lazyload {
  height: 1px !important;
}
.about__content {
  color: white;
}

@keyframes slide1{0%{transform:translateX(-10px) rotate(-15deg)}50%,100%{transform:translate(139px) rotate(-15deg);background-color:transparent}}.winner-chip__winnerBox{position:relative;overflow:hidden}.winner-chip__animation_box_line1{width:.75rem;height:35px;transform:translateX(0px) rotate(-15deg);flex-shrink:0;background:linear-gradient(86.96deg,rgba(255,255,255,0) 3.28%,rgba(255,255,255,0.6) 48.34%,rgba(255,255,255,0) 93.41%);position:absolute;animation:slide1 2600ms ease-in-out infinite;top:-2px}
#menu-main-menu li.nav-item {
    position: relative;
}
@media screen and (min-width: 992px)
{
    #header .block-int img, .main .block-int img {
        height: 60px;
        width: 100%;
    }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.team-logo-group .serve-icon {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 5px);
 }
 .team-logo-group .badminton-serve-icon {
  bottom: -14px;
 }
 .team-logo-group .volleyball-serve-icon {
  bottom: -11px;
 }
@media (max-width: 768px) {
  .pc {
      display: none;
  }
  .sp {
      display: block;
  }
}
.teambox_agg {
  display: none;
}
[data-sport-name="football"] .teambox_agg, [data-sport-name="tennis"] .teambox_agg {
  display: block;
}
#dnn_balloon_botleft p:not([class]) {
  display: none;
}

/* TV ẩn quảng cáo */
.hide-ads-on-tv .ads-item {
  display: none !important;
}