@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-family: 'SF Pro Display', sans-serif;
  color: #F2F3F3;
}
body a {
  text-decoration: none;
}
body .pointer {
  cursor: pointer;
}
body .rlw-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
body .rlw-regular {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
body iframe {
  max-width: 100%;
}
body img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
body .bg-section {
  background-color: #0E172E;
  border-radius: 12px;
}
body .btn-blue {
  background-color: #0F4CD9 !important;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body article, body aside, body figure, body footer, body header, body nav, body section, body details, body summary {
  display: block;
}
body header {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  background: #1f2f38;
  box-shadow: 0 0 4px rgba(76, 76, 76, 0.47);
  height: 60px;
  z-index: 9999;
}
body header .navbar-brand {
  position: relative;
  height: calc(100% - 10px);
  margin: auto 0;
  float: right;
  padding: 0 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  margin-right: 0;
}
body header .navbar-brand span {
  display: block;
  text-align: center;
  color: #931800;
  font-size: 15px;
}
body header nav.nav-desktop {
  flex: 1;
  height: 100%;
  align-items: center;
  float: right;
  display: flex;
  justify-content: space-between;
}
body header nav.nav-desktop.index2 ul.link li a.active {
  color: #fff;
  background-color: #C44B3A !important;
}
body header nav.nav-desktop.index2 ul.link li a:hover {
  color: #fff;
  background-color: #C44B3A !important;
}
body header nav.nav-desktop ul.link {
  display: flex;
  margin: 0;
  padding: 0;
}
body header nav.nav-desktop ul.link li {
  list-style: none;
}
body header nav.nav-desktop ul.link li a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  height: 60px;
  padding: 0 10px;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
body header nav.nav-desktop ul.link li a.active {
  color: #fff;
  background-color: #040C1F;
}
body header nav.nav-desktop ul.link li a:hover {
  color: #fff;
  background-color: #040C1F;
}
body header nav.nav-desktop .social-box {
  position: relative;
}
body header nav.nav-desktop .social-box ul {
  display: flex;
}
body header nav.nav-desktop .social-box ul li a {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  cursor: pointer;
}
body header nav.nav-desktop .social-box ul li a i {
  font-size: 18px;
}
body header nav.nav-desktop .social-box ul li a.yt {
  background: #F61C0D;
}
body header nav.nav-desktop .social-box ul li a.fb {
  background: #4267B2;
}
body header nav.nav-desktop .social-box ul li a.tw {
  background: #55ACEE;
}
body header nav.nav-desktop .social-box ul li a.te {
  background: #389CE9;
}
body footer {
  position: relative;
  background: #0e172e;
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
}
body footer .footermb {
  overflow: hidden;
  padding: 12px 0;
}

.filter-matches {
  margin: 0.9375rem 0rem;
}
.filter-matches a {
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  min-width: 120px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Roboto Condensed' !important;
  color: #ffffff;
  background: #4a586736;
}
.filter-matches .icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-matches .icon-group img {
  height: 16px;
}
.filter-matches a span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.filter-matches a .num {
  background: #0e192c;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  min-width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
}
.filter-matches a.now {
  background: linear-gradient(180deg, #ad3838 39.71%, #fd0000 119.12%);
}
.filter-matches a.now .num {
  background: #7c0000;
}



.filter-matches a.hot {
  color: #F1C371;
}
.filter-matches a.today {
  color: #F6427F;
}
.filter-matches a.tomorrow {
  color: #FF334F;
}
.filter-matches a.all {
  color: #03BE49;
}
.filter-matches_contents .sl-leagues {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}
.filter-matches_contents .sl-leagues label {
  white-space: nowrap;
  margin-bottom: 0px;
  margin-right: 20px;
}
.filter-matches_contents .sl-leagues select {
  max-width: 200px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.hidden-xs {
  display: none!important;
}
@media screen and (max-width: 767px) {
  body footer .footermb .dk {
    display: none !important;
  }
  body footer .footermb .mb {
    display: flex !important;
  }
  body footer .footermb .mb button {
    width: 100%;
    background: transparent;
  }
  body footer .footermb .mb button span {
    display: block;
    color: #fff;
  }
  body footer .footermb .mb button:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  body footer .footermb .dk {
    display: flex !important;
  }
  body footer .footermb .mb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
}

.live_match_template #video-root>.video, .live_match_template #video-root>.video iframe {
  height:100%
}
.filter-matches {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

body footer .footermb button {
  background: #eceef2;
  border: 8px;
  font-size: 13px;
}
body .text-right {
  text-align: right;
}
body .text-left {
  text-align: left;
}
body a:hover {
  color: #6DB740;
}
body .fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
body .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
body .fb-comments {
  background: #fff;
}
body .fb-comments, body .fb-comments > span, body .fb-comments > span > iframe {
  max-width: 100%;
  width: 100% !important;
}
body .button-navbar .bar1, body .button-navbar .bar2, body .button-navbar .bar3 {
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 3px;
}
body .button-navbar.active .bar1 {
  transform: rotate(-45deg) translate(-8px, 6px);
}
body .button-navbar.active .bar2 {
  opacity: 0;
}
body .button-navbar.active .bar3 {
  transform: rotate(45deg) translate(-8px, -6px);
}
body .menu-mobile {
  transition: all 0.5s;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: #52AF23;
  height: 60px;
  border-bottom: 1px solid #4a4a4a;
}
body .menu-mobile .navbar-brand {
  height: 100%;
}
body .scrollTo {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  right: 2%;
  z-index: 1;
  cursor: pointer;
  background-color: #6DB740;
  position: fixed;
  bottom: 10%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  border-radius: 50%;
}
body .scrollTo.show {
  opacity: 1;
  visibility: visible;
  display: block;
}

#mainnav-mobi {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  z-index: 999;
  padding: 0 35px;
  overflow-y: scroll;
  box-sizing: border-box;
}
#mainnav-mobi ul {
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 0;
}
#mainnav-mobi ul li {
  list-style: none;
  border-top: 1px solid #4a4a4a;
  position: relative;
}
#mainnav-mobi ul li:first-child {
  border-top: none;
}
#mainnav-mobi ul li:last-child div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}
#mainnav-mobi ul li:last-child div a {
  margin: 20px 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  cursor: pointer;
}
#mainnav-mobi ul li:last-child div a i {
  font-size: 18px;
}
#mainnav-mobi ul li:last-child div a.yt {
  background: #F61C0D;
}
#mainnav-mobi ul li:last-child div a.fb {
  background: #4267B2;
}
#mainnav-mobi ul li:last-child div a.tw {
  background: #55ACEE;
}
#mainnav-mobi ul li:last-child div a.te {
  background: #389CE9;
}
#mainnav-mobi ul li a {
  position: relative;
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  height: 60px;
  padding: 0 15px;
  align-items: center;
}
#mainnav-mobi ul li a:hover {
  background: #040C1F;
}

/*# sourceMappingURL=style.css.map */
.top-banner-center img{width: 100% !important;}
.top-banner img{width: 100%;}
.top-banner .xs {
  display: none;
}
@media screen and (max-width: 440px) {
  .top-banner {
      margin-bottom: 12px;
  }
  .top-banner img, .top-banner, .modal-backdrop {
      
  }
  .top-banner .xs {
      display: block;
  }
  .top-banner .sm {
    display: none;
  }
  .top-banner img {
      width: 100%;
  }
  .top-banner p {
      margin-bottom: 5px;
  }
  #dnn_balloon_right a, #dnn_balloon_botleft a{
    max-width: 440px !important;
  }
}
.banner-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 1003;
}
.banner-bottom .banner-bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .menu-bets ul li {
    width: calc(25% - 6px);
  }
  .menu-bets ul li a {
    border-radius: 4px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    padding: 2px 5px;
    text-align: center;
    min-height: 25px;
    line-height: 25px;
  }
  .menu-href li {
    width: auto !important;
  }
  .menu-href li a {
    padding: 2px 6px !important;
  }
  .banner-bottom .banner-bottom-wrapper {
      display: block;
      width: 500px;
      margin: auto;
      max-width: 100%;
      text-align: center;
  }
  .banner-bottom .banner-item {
    margin-top: 6px;
    width: 100%;
    bottom:0;
    position: relative !important;
  }
  .banner-bottom .banner-item.hidden-md {
    display: none;
  }
}
.banner-bottom .banner-item {
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.banner-bottom .banner-item a {
  display: block;
}
.banner-bottom .btn-close-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  bottom: 100%;
  right: -1px;
  border-radius: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  width: 24px;
  height: 24px;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .banner-bottom .btn-close-item {
      top: 0;
  }
}

.menu-bets {
  margin-bottom: 16px;
}
.menu-bets ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.menu-bets ul li a {
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.menu-bets ul li a:hover {
  opacity: 0.8;
}
.banner-bottom .banner-item button{
  border: 0;
  background: none;
}
#dnn_balloon_center {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#dnn_balloon_right{
  right: 0;
  bottom: 0;
  position: fixed;
}
#dnn_balloon_left {
  position: fixed;
  left: 0;
  bottom: 0;
}
.modal-dialog {
  height: auto;
  width: 400px;
  /*background-color: gray;*/
  position: relative;
  border: 1px slid gray;
  margin: auto;
  margin-top: 10%;
  pointer-events: auto;
  z-index: 9999;
}
.modal-dialog img{max-width: 100%;width: 100%;}

button.close {
  font-family: arial;
  color: #fff;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  opacity: 1;
  border: 2px #fff solid;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}

button.close:hover {
  font-family: arial;
  color: 000;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  opacity: 1;
  border: 2px #fff solid;
}

@media  only screen and (max-width: 768px) {
/* For mobile phones: */
  .modal-dialog {
    width: 350px;
    margin: auto;
    margin-top: 30%;
  }
}


.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
/* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
/* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
  transition: none;
  }
}




.grid-match__status {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-basis: 140px;
  padding: 0px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid-match__status .grid-match__vs.t_vs_num {
  /* border-radius: 36px; */
  color: #FFF;
  text-align: center;
  font-family: 'Roboto';
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: inherit;
  height: inherit;
  align-items: center;
  display: flex;
  gap: 12px;

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

  stroke-width: 1px;
  stroke: #1456FF;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 29px;
}
.grid-match__status .home-score{
  float:left;
}
.grid-match__status .away-score{
  float:right;
}

.grid-match--flag{
  background: #373737;
  color: #ACACAC;
  font-family: 'Roboto';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 7px;
  padding: 4px 10px;
  gap: 4px;
  flex-direction: column;
}
.grid-match--flag .grid-match__goal-scoring{
  gap: 6px;
  justify-content: space-between;
}
.grid-match__goal-scoring span{
  color: #00C44D;
}
.grid-match__goal-scoring .grid-match__half-court{
  color: #fff;
}
.grid-match--flag .grid-match__corner-ball{
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.grid-match--flag .grid-match__corner-ball .fa-flag {
  color: #ff0;
}
.grid-match__odds{
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  min-width: 115px;
}
div[odds]:not([odds=""]) .grid-match__odds::before{
  line-height: 16px;
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.5%, rgba(255, 255, 255, 0.00) 100%);
}
.grid-match__odds .grid-match__odds-item{
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  gap: 15px;
  position: relative;
}
.grid-match__odds .grid-match__odds-item p{
  color: darkkhaki;
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 12px;
  margin: 0px;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;

}
.grid-matches__item p{
  margin-bottom: 0px !important;
}
div[odds]:not([odds=""]) .grid-match__odds::after{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.5%, rgba(255, 255, 255, 0.00) 100%);
}
.grid-match__status .grid-match__vs.t_vs_num span.winner{
  background: none;
  stroke-width: 1px;
  stroke: #1456FF;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  position: relative;
  font-size: 18px;
}

.match-popup{
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.match-popup .statics-popup, .match-popup .incident-popup {
  width: 420px;
  background-color: #2F3031;
  border-radius: 13px;
  padding: 8px;
}
.d-none {
  display: none !important;
}
.xlz-home-scrollable-content {
  max-height: 380px;
  overflow-y: auto;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.xlz-summary-block {
  position: relative;
  font-family: 'Roboto';
}
.xlz-summary-block__event {
  padding: 10px 12px;
  position: relative;
  justify-content: flex-end;
}
.xlz-summary-block__event-time {
  min-width: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed";
}
.xlz-summary-block__event--home {
  flex-direction: row-reverse;
}
.xlz-summary-block__event-score {
  align-items: center;
  justify-content: flex-end;
}
.xlz-summary-block__event--home .xlz-summary-block__event-score {
  justify-content: flex-start;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xlz-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;
}
.xlz-summary-block__event--away .xlz-summary-block__event-score .xlz-score-away {
  color: #00EB1F;
}
.xlz-summary-block__event--home .xlz-summary-block__event-score .xlz-score-home {
  color: #00EB1F;
}

.xlz-summary-block__event--away .xlz-summary-block__event-icon {
  justify-content: flex-end;
}
.xlz-summary-block__event-icon {
  display: flex;
  justify-content: flex-start;
  padding: 0px 12px;
  position: relative;
}

.xlz-summary-block__event-icon::before {
  height: 54px;
  display: block;
  width: 1px;
  background: #5D5D5D;
  content: "";
  position: absolute;
  left: 49%;
  z-index: 1;
  top: 0px;
}
.xlz-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;
  }
.xlz-summary-block__event-icon .xlz-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;
}
.xlz-summary-block__player {
  width: 100%;
  gap: 6px;
}
.xlz-summary-block__event--home .xlz-summary-block__player {
  flex-direction: row-reverse;
  align-items: center;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.xlz-summary-block__player-logo--in {
  border-radius: 50%;
  border: 3px solid #2187E5;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.xlz-summary-block__player-logo img {
  object-fit: contain;
}
.xlz-summary-block__player .xlz-player-avatar {
  width: 32px;
  height: 32px;
}
.xlz-summary-block__player-name {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  justify-content: center;
}
.xlz-summary-block__player-name--sub {
  opacity: 0.5;
}
.xlz-summary-block__player-name span {
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xlz-summary-block__player-logo--out {
  border-radius: 50%;
  border: 3px solid #E53030;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.heading h1 {
  color: #fff !important;
}
.news_detail_template .content img {
  width: 100% !important;
}

 /* START: nav-tabs */
 .xlz-nav-tabs {
  background: transparent;
  border: 0px;
  display: flex;
  padding: 0 12px !important;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.xlz-nav-tabs .xlz-nav-item {
  padding: 0px;
}
.xlz-nav-tabs .xlz-nav-item a {
  background: none;
  border: 0px;
  color: #fff;
  font-family: 'Oswald';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.xlz-nav-tabs .xlz-nav-item a.active {
  color: #00EB1F;
  text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
  border-bottom: 2px solid #00EB1F;
  background: transparent;
}
/* END: nav-tabs */
  /* START: match popup */
  .match-popup {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 999;
  }
  .match-popup .statics-popup,
  .match-popup .incident-popup {
      width: 420px;
      background-color: #2F3031;
      border-radius: 13px;
      padding: 8px;
  }
  .xlz-home-scrollable-content {
      max-height: 380px;
      overflow-y: auto;
  }
  /* START: statistics */
  .xlz-stats {
      border-radius: 4px;
      padding: 1rem;
      padding-top: 35px;
  }
  .xlz-stats__content {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
  }
  .xlz-stats__line {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-bottom: 12px;
      gap: 0.69rem;
      position: relative;
  }
  .xlz-stats__value {
      color: #fff;
      font-family: "Raleway";
      font-size: 0.8125rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1rem;
      position: absolute;
      left: 0;
      bottom: 100%;
      margin-bottom: 0.38rem;
  }
  .xlz-stats__value--away {
      right: 0;
      left: auto;
  }
  .xlz-stats__value.xlz-stats__home-win,
  .xlz-stats__value.xlz-stats__away-win {
      color: #4fa747;
  }
  .xlz-stats__bar-wrapper {
      flex: 1;
      background: #292c30;
      height: 0.5625rem;
      overflow: hidden;
      display: flex;
  }
  .xlz-stats__bar-wrapper--home {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      justify-content: flex-end;
  }
  .xlz-stats__bar-wrapper--away {
      display: flex;
      justify-content: flex-start;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
  }
  .xlz-stats__bar-wrapper.xlz-stats__home-win .xlz-stats__bar,
  .xlz-stats__bar-wrapper.xlz-stats__away-win .xlz-stats__bar {
      background: #4fa747;
  }
  .xlz-stats__bar {
      background: #5b6068;
      height: 100%;
      display: block;
  }
  .xlz-stats__title {
      position: absolute;
      color: #fff;
      text-align: center;
      font-family: "Raleway";
      font-size: 0.8125rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1rem;
      bottom: 100%;
      margin-bottom: 0.38rem;
  }
  /* END: statistics */

  .nav-item-incident{
      padding-top: 15px!important;
  }
  .nav-item-incident .xlz-summary-block__event{
      padding: 0!important;
  }

.avatar {
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
}
.card-channel {
  display: flex;
  align-items: center;
  width: 41%;
  justify-content: end;
  gap: 7px;
}
.channel-item a span {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 10px 0 4px;
  height: 26px;
  line-height: 28px;
  font-weight: 500;
  flex: 1;
}
#app main .card .matches .card-channel a.channel-blv span {
  color: #000;
}
#app main .card .matches .card-channel a.channel-link span {
  padding: 0 8px !important;
}
.channel-item a {
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: solid 1px #ad3838;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: #932b2b;
}
.match-hot .card-channel {
  width: calc(41% - 70px);
  margin-right: 70px;
}
@media(max-widht: 767px){
  .grid-match__odds .grid-match__odds-item p {
    font-size: 11px;
    font-weight: 300;
  }
}