* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
  }
  body{
    overflow-x: hidden;
  }
  a {text-decoration: none;}
  .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);
  }
  
  .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 **********/
  
  nav {
    height: 102px;
  }
  nav .topnav {
    height: 56px;
    margin: 0 auto;
  }
  nav .topnav__wrapper{
    position: relative;
    z-index: 50;
    background: #f9e914;
  }
  nav .topnav .menu__btn {
    display: none;
  }
  nav .topnav .close__menu {
    display: none;
  }
  nav .topnav .logo {
    width: 169px;
  }
  nav .topnav .topnav__menu {
    gap: 43px;
    list-style: none;
    margin: 0px;
  }
  nav .topnav .topnav__menu .menu-item {
    height: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2b2700;
    opacity: 0.85;
  }
  nav .topnav .topnav__menu .menu-item:hover {
    cursor: pointer;
  }
  nav .topnav .topnav__menu .menu-item--active {
    color: #149541;
  }
  .nav__container{
    background: #011E0F;
  }
  nav .nav {
    height: 46px;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
  }
  nav .nav .menu-item a{
    height: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0px;
  }
  nav .nav .menu-item:hover {
    cursor: pointer;
  }
  
  
  /************* 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;
}
.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 */
.match__header {
  gap: 9px;
}
.match__header p,.match__header h1 {
  font-family: "Bangers", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  color: #f0e117;
  margin: 0;
}
/***********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;
}
/***********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 {
  }
  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;
  }
  
  
  
  /*********** menu moblie css *******/
  .menu__mobile {
    padding: 42px 20px;
    position: absolute;
    transform: translateX(100%);
    display: none;
    transition: all 0.25s ease;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    background: url(../images/background1.png) rgba(2,46,22, 1) center ;
  }
  .menu__mobile .menu__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 56px;
  }

  .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: #afb4ba;
    display: block;
  }
  /* page standing */
  .content-page-schedule {
    background: #1F1F1F;
    border-radius: 8px;
  }
  .filter-tags .filter-tags__leagues {gap: 12px 30px;padding: 15px;}
.filter-tags .filter-tags__leagues a{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}
.filter-tags .filter-tags__leagues a.active {
  color: #F9E914;
}
.LeagueTableTab_table thead tr {
  background: linear-gradient(320.49deg, #8FED57 1.11%, #078C67 56.15%);
  border: 0px;
}
.LeagueTableTab_table thead tr th {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.tbl_custom tr, .LeagueTableTab_table tr {border-color: #4C4C4C !important;}
/* page standing */
/* 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 .topnav {
      padding: 11px 15px;
    }
    nav .topnav .menu__btn {
      display: block;
    }
    nav .nav__container {
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: 100%;
      padding: 7px 10px;
    }
    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;
    }
    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 .topnav {
      padding: 11px 15px;
    }
    nav .topnav .menu__btn {
      display: block;
    }
    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 .topnav {
      padding: 11px 15px;
    }
    nav .topnav .menu__btn {
      display: block;
    }
    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;
}
