.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.w-20 {
  width: 20%;
}
*::-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;
}
.wrap-nav .nav {
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: scroll;
  margin-bottom: 15px;
}
.wrap-nav .nav a {
  white-space: nowrap;
  background: #2a3038;
  border-radius: 0.125rem;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #afb4ba;
  padding: 6px 10px !important;
}
.wrap-nav .nav a:hover,
.wrap-nav .nav a.active {
  background: #4fa747;
  color: #fff;
}
.wrap-nav {
  position: relative;
}

.single-live .content_page .title_box {
  padding-left: 0px;
}
.single-live .content_page .title_box::before {
  left: -20px;
}
#match-another .grid-matches__item {
  flex: 1;
  max-width: 100%;
}
.highlights_box,
.box_content_home {
  background: #1c1e1f;
  border-radius: 20px;
}

.scroll-right-btn {
  right: 0;
}
.scroll-right-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scroll-left-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.scrolling::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.scrolling::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  border-radius: 2.5px;
}

.scrolling::-webkit-scrollbar-thumb {
  background-color: #44494f;
}

.tab-content .summary_blockWrapper {
  height: 545px;
  overflow-y: scroll;
  background: #1c1e1f;
}
.event-item .ring-red-600 {
  border-radius: 50%;
  border: 3px solid #e77c7c;
  background: lightgray 50% / cover no-repeat;
}
.event-item .ring-green-400 {
  border-radius: 50%;
  border: 3px solid #01b243;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.event-item .score span:not(:empty) {
  background-color: #0154d4;
  white-space: nowrap;
  padding: 3px 15px;
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-family: "Oswald";
  border-radius: 10px;
}
.event-item .score {
  align-items: center;
  justify-content: flex-end;
}
.event-item .homeEvent .score {
  justify-content: flex-start;
}
.tab-content .summary_blockWrapper .rounded-pill {
  position: relative;
  z-index: 2;
}
.tab-content
  .summary_blockWrapper
  .homeEvent
  .event-player-logo
  div:has(.ring-red-600) {
  position: relative;
  z-index: 1;
  right: -5px;
}
.tab-content
  .summary_blockWrapper
  .awayEvent
  .event-player-logo
  div:has(.ring-red-600) {
  position: relative;
  z-index: 1;
  left: -5px;
}
.event-minute {
  width: 30px;
}
.homeEvent .event-player-name {
  text-align: right;
}
.awayEvent .event-player-name {
  text-align: left;
}
.oddContent .oddList {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: -9px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.teambox__odds--mb .oddContent span {
  color: #4FA747;
  font-family: Oswald;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.teambox__odds--mb .odds-type {
  display: flex;
  gap: 0.5rem;
}

.teambox__odds--mb .odds-type span {
  color: #FFF;
  font-family: 'Oswald';
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  /* 163.636% */
  text-transform: uppercase;
  padding: 0.25rem 0.38rem;
  background: #292B2E;
  border: 1px solid rgba(28, 30, 31, 1);
  border-radius: 2px;
}

.teambox__odds--mb .odds-type span.active {
  border-color: #009139;
  color: #009139;
  box-shadow: 0px 2px 12px rgba(79, 167, 71, 0.20);
}

.teambox__odds {
  background: #212324;
  border-radius: 6px;
  border: 1px solid #3D434D;
  margin-bottom: 16px
}

.oddContent {
  position: relative;
}

.oddContent>span {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.oddContent .oddList {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.oddContent .oddList li {
  width: 115px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 10px;
}

.oddType {
  max-width: 115px;
}

.teambox__odds .table {
  border-right: 1px solid #3D434D;
}

.teambox__odds .table:last-child {
  border: 0px;
}

.teambox__odds .company {
  flex-direction: column;
  padding: 10px 20px;
  flex: none;
  width: 160px;
}

.teambox__odds .company .head {
  padding: 0px 14px;
}

.teambox__odds .company select {
  background: transparent;
  border: 0px;
  outline: none;
  color: #FFF;
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.teambox__odds .company .pointer {
  margin-bottom: 15px;
  width: 100%;
}

.teambox__odds .company .pointer:last-child {
  margin-bottom: 0;
}

.teambox__odds .state {
  width: 56px;
  flex: none;
}

.teambox__odds .state span {
  color: #AFB4BA;
  text-align: center;
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.teambox__odds .head {
  background: #292B2E;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 42px;
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #3D434D;
}

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

.teambox__odds .type .box {
  height: 84px;
}

.teambox__odds .box-last,
.teambox__odds .box:last-child {
  border-bottom: 0px;
}

.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;
  margin: 1px;
  padding: 1px;
  position: relative;
}

.green {
  color: #009B3A !important;
}

.orange {
  color: #FF361E !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;
}

@media screen and (max-width: 991px) {
  .head-control span {
    background: #dcdcdc;
    padding: 4px 10px;
    border-radius: 10px;
    color: rgba(0, 0, 0, .65);
  }
  .table .box {display: none;}
  .state .box {display: none;}
  .table .head {text-indent: -35px;justify-content: flex-start;}
  .head {
    cursor: pointer;
    position: relative;
  }
  .head::before {
    content: '>';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .head.active::before {
    transform: rotate(90deg) translate(23px,30px);
    -webkit-transform: rotate(90deg) translate(23px,30px);
    -moz-transform: rotate(90deg) translate(23px,30px);
  }
  .state .head::before {display: none;}
  .teambox__odds .state span {
    font-weight:400
  }
  .oddType {
    max-width:60px
  }
  .showOddsWrapper {
    grid-gap:1px;
    background:#3D434D;
    border-top:1px solid #3D434D;
    gap:0;
    padding:10px;
    background:#212324
  }
  .teambox__odds .showOddsWrapper {
    display: grid;
    grid-template-columns: 130px 1fr;
  }
  .showOddsWrapper .table {
    border-bottom:0;
    border-right:0
  }
  .showOddsWrapper .h-on {
    height:0;
    opacity:0;
    overflow:hidden;
    margin-bottom:0!important
  }
  .showOddsWrapper .h-off {
    height:auto;
    opacity:1
  }
  .showOddsWrapper .head-control span {
    background:none;
    color:#FFF;
    font-family:"Roboto Condensed";
    font-size:13px;
    font-style:normal;
    font-weight:400;
    line-height:14px;
    text-transform:uppercase;
    padding:18px 10px!important
  }
  .showOddsWrapper>.head-control:last-child {
    border-bottom:0
  }
  .teambox__odds {
    position:static;
    transform:inherit;
    flex-direction:column!important
  }
  .teambox__odds .company {
    flex-direction:row;
    width:auto;
    margin:0;
    padding:10px;
    color:#4FA747;
    font-family:'Oswald';
    font-size:.6125rem;
    font-style:normal;
    font-weight:700;
    line-height:1.125rem;
    text-transform:uppercase;
    margin-bottom:0!important;
    cursor:pointer;
  }
  .teambox__odds .company .head {
    text-indent:inherit
  }
  .teambox__odds .company .pointer {
    margin-bottom:0
  }
  .teambox {
    min-height:auto
  }
  .teambox__odds .box {
    border-bottom:0;
    min-height:24px
  }

  .mb-head-state, .mb-head-values {
    position: relative;
  }

  .mb-head-state:before, .mb-head-values:after {
    background-clip: padding-box;
    border-radius: .35063rem;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .mb-head-values:after {
    right: 0;
    width: 76%;
  }
  .mb-head-state .head-control, .mb-head-state .state, .mb-head-values .row {
    margin: 2px 2px 2px 0 !important;
    z-index: 2;
    position: relative;
  }
  div[data-type="1"],  div[data-type="2"] ,  div[data-type="3"],  div[data-type="4"]{
    margin-bottom:5px!important;
  }
  .mb-border-left  {
    width: 100% !important;
  }
  .mb-border-right {
    width: 64% !important;
  }
  /* data-type="1" */
  /* NEW */
  div[data-type="1"].mb-head-state::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 89, 81, .502)), to(rgba(67, 68, 67, 0)));
    background: linear-gradient(90deg, rgba(22, 89, 81, .502), rgba(67, 68, 67, 0));
  }
  div[data-type="1"].mb-head-values:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(22, 89, 81, .502)), to(rgba(67, 68, 67, 0)));
    background: linear-gradient(270deg, rgba(22, 89, 81, .502), rgba(67, 68, 67, 0));
  }
  /* END NEW */
  span[data-type="1"].active {
    border:1px solid #25B974;
    background:linear-gradient(125deg,#25B974 0%,#36635B 27.66%,#01261B 68.97%);
    color:#46F497
  }
  /* data-type="2" */
  div[data-type="2"].mb-head-state::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 69, 137, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(90deg, rgba(30, 69, 137, .2), rgba(31, 62, 171, 0));
  }
  div[data-type="2"].mb-head-values:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(30, 69, 137, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(270deg, rgba(30, 69, 137, .2), rgba(31, 62, 171, 0));
  }
  span[data-type="2"].active {
    border:1px solid #1A54DC;
    background:linear-gradient(125deg,#2865BF 0%,#24436F 27.66%,#212326 68.97%);
    color:#54E0FF
  }
  /* data-type="3" */
  div[data-type="3"].mb-head-state::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(89, 49, 22, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(90deg, rgba(89, 49, 22, .2), rgba(31, 62, 171, 0));
  }
  div[data-type="3"].mb-head-values:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(89, 49, 22, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(270deg, rgba(89, 49, 22, .2), rgba(31, 62, 171, 0));
  }
  span[data-type="3"].active {
    border:1px solid #BD4501;
    background:linear-gradient(125deg,#674F3C 0%,#403327 27.66%,#23252A 68.97%);
    color:#FF9C63
  }
  /* data-type="4" */
  div[data-type="4"].mb-head-state::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 22, 89, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(90deg, rgba(59, 22, 89, .2), rgba(31, 62, 171, 0));
  }
  div[data-type="4"].mb-head-values:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(59, 22, 89, .2)), to(rgba(31, 62, 171, 0)));
    background: linear-gradient(270deg, rgba(59, 22, 89, .2), rgba(31, 62, 171, 0));
  }
  span[data-type="4"].active {
    border:1px solid #9109D0;
    background:linear-gradient(125deg,#4B3767 0%,#37274E 27.66%,#212324 68.97%);
    color:#F7F
  }

  .teambox__odds .table:last-child {
    border-top:1px solid #ffc107
  }
  .teambox__odds .state span,.teambox__odds .box .col {
    font-size:.6875rem
  }
  .green:after,.orange:after {
    margin-left:unset
  }

  .teambox__odds--type {
    gap: 5px;
  }
  .teambox__odds--type span {
    color:#FFF;
    padding:1.5px 3.5px;
    cursor:pointer;
    background:transparent;
    border:1px solid #343940;
    text-align:center;
    border-radius:100px;
    font-family:"Roboto";
    font-size:12px;
    font-style:normal;
    font-weight:400;
    text-transform:uppercase
  }
  .col.cur-pointer {
    background:transparent
  }
  .col.cur-pointer span {
    display:inline-block;
    color:#FFF;
    text-align:center;
    font-family:'ROBOTO CONDENSED';
    font-size:12px;
    font-style:normal;
    font-weight:400;
    width:100%;
    border:none!important
  }
  div[data-type="1"].head-control,div[data-type="2"].head-control,div[data-type="3"].head-control,div[data-type="4"].head-control {
    border:none;
    border-right:none;
    border-top:none;
    text-transform:uppercase;
    background-repeat:no-repeat!important;
    background-size:cover
  }
  div[data-type="1"],div[data-type="2"],div[data-type="3"],div[data-type="4"] {
    border-top:none!important;
    border-bottom:none!important
  }
  div[data-type="1"].state .box,div[data-type="2"].state .box,div[data-type="3"].state .box,div[data-type="4"].state .box {
    border:none!important;
    border-top:none!important
  }
  div[data-type="1"] .col,div[data-type="2"] .col,div[data-type="3"] .col,div[data-type="4"] .col {
    border-bottom:none!important;
    border-radius:4px;
    border:1px solid #464D56;
    background:#151619;
    display:inline-block;
    color:#FFF;
    text-align:center;
    font-family:"Helvetica Neue";
    font-size:13px;
    font-style:normal;
    font-weight:400;
    width:100%
  }
  .green {
    color:#17f63c!important;
    background:#38df0033!important;
    position:relative;
    border:1px solid transparent!important;
    padding:3px;
    border-radius:4px;
    top:0;
    padding-bottom:4px;
    position:absolute;
    width:102%
  }
  .orange {
    color:#f64451!important;
    background:#ff4c5833!important;
    position:relative;
    border:1px solid transparent!important;
    padding:3px;
    border-radius:4px;
    top:0;
    padding-bottom:4px;
    position:absolute;
    width:102%
  }
  .green::before,.orange::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:3px;
    padding:1px;
    mask-composite:exclude!important;
    pointer-events:none
  }
  .green::after {
    background: url('../images/icon-arrow-up-mb.png') no-repeat top;
  }
  .orange::after {
    background: url('../images/icon-arrow-down-mb.png') no-repeat top;
  }
  .green::before {
    background:linear-gradient(360deg,#2a0000 0%,#83ff7bff 100%);
    mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)
  }
  .orange::before {
    background:linear-gradient(360deg,#4f0000 0%,#e32f2fff 100%);
    mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)
  }
  .mb-head-values .green::after, .mb-head-values .orange::after {
    right: -6px !important;
    position: relative;
  }
  .green span {
    color:#17f63c!important
  }
  .orange span {
    color:#FF4949!important
  }
  .company.select-company {
    display:none!important
  }
  .head.active::before,.teambox__odds .state,.table .head {
    display:none
  }
}

/* Events */
.flex-row-reverse > * + * {
  margin-right: 4px;
}
.bSGlQb {
  min-width: 24px;
  text-align: center;
  color: rgba(34, 34, 38, 0.45);
  font-weight: 500;
}
.bqXnZZ {
  display: flex;
  align-items: center;
}
.cRcmyO {
  display: flex;
  align-items: center;
}
.homeEvent {
  flex-direction: row-reverse;
}
.awayEvent .bqXnZZ {
  margin-left: 10px;
}
.awayEvent .gJZTGH {
  margin-right: 10px;
  font-weight: 500;
}

.awayEvent .gJZTGH {
  margin-left: 5px;
}

.awayEvent .cRcmyO {
  margin-right: 10px;
}
.homeEvent .event-icon {
  justify-content: flex-end;
}
.event-item {
  border-bottom: 1px solid #292b2e;
  padding: 10px 12px;
  position: relative;
  justify-content: flex-end;
}
.event-item .event-icon {
  display: flex;
  justify-content: flex-start;
}
.awayEvent .event-icon {
  justify-content: flex-end;
}
.event-item .fjAhjH {
  display: inline-block;
  /* justify-content: flex-end; */
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%); */
  /* justify-content: flex-end; */
}

.homeEvent .bqXnZZ {
  margin-right: 10px;
}
.homeEvent .gJZTGH {
  margin-left: 10px;
  font-weight: 500;
}
.homeEvent .cRcmyO {
  margin-left: 10px;
}
.event-item .event-player {
  width: 100%;
  gap: 6px;
}
.event-item .event-player-name {
  color: #fff;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.event-item .text-sup {
  opacity: 0.5;
}
.event-item .event-player-logo .subbed-in {
  border-radius: 32px;
  border: 1px solid var(--color-win, #01b243);
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.event-item .event-player-logo .subbed-out {
  border-radius: 32px;
  border: 1px solid var(--ver-black-red-text, #e77c7c);
  background: lightgray 50% / cover no-repeat;
}

.homeEvent .event-player-name .text-sup {
  text-align: right;
}

.homeEvent .event-player {
  flex-direction: row-reverse;
}
/* Events */

/* Events */
.box_live,
.tab-content .standings {
  background: #1c1e1f;
}
.box_live .bSGlQb {
  color: #fff;
}
.awayEvent .gJZTGH,
.box_live .gJZTGH,
.bSGlQb,
.homeEvent .gJZTGH {
  color: #aaa;
}
.event-icon {
  width: 10%;
}
/* Tab match info */
.box-match-info {
  border-radius: 0.125rem;
  background: #1c1e1f;
}
.box-match-info .item {
  border-bottom: 1px solid #292b2e;
  padding: 1.5rem 0.94rem;
  gap: 0.75rem;
}
.box-match-info .item .info .name {
  color: #aaa;
  font-family: "Raleway";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.box-match-info .item .info .nation {
  color: #fff;
  font-family: "Raleway";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
/* End tab match info */
.match__corner {
  width: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.league_title .match__result,
.league_title .match__corner {
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .block-k p {
    width: 100%;
  }
  .block-k img {
    width: 100%;
  }
  .title_box h1,
  .title_box h2,
  .title_box h3,
  .title_box h4,
  .title_box span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .w-20 {
    width: 100%;
  }
  .tab-content .standings {
    background: #fff;
  }
  .filter-tags__day {
    margin-bottom: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 10px;
  }
  .main {
    background: #141417;
  }

  .wrap-nav .nav {
    overflow-x: scroll;
  }
  .content_post_box,
  .tab-content .summary_blockWrapper,
  .tab-content .standings {
    background: #1c1e1f;
    color: #fff;
  }
  .list-filter {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .events_box {
    border-radius: 0px;
  }
  .navbar-toggler {
    border: 0px;
    padding: 0px;
  }
  .navbar-collapse {
    padding: 0px;
    background: #141516;
  }
  .nav-wrap {
    justify-content: space-between;
    padding: 5px 12px;
  }
  .nav-wrap .logo-cnt svg {
    max-width: 120px;
    padding-right: 10px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
  .highlights_box {
    border-radius: 0px;
  }
  .post-item-video .caption {
    min-height: 44px;
  }
  .teambox__center {
    gap: 10px;
    margin-top: 0;
  }
  .single-live .content_page {
    background: #1c1e1f;
    padding-top: 15px;
  }
  .bg-pill {
    padding: 0px;
  }
}

/* Static */
.match_statistics .stnum {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0px 25px;
}
.match_statistics .stnum span:first-child,
.match_statistics .stnum span:last-child {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #afb4ba;
}
.match_statistics {
  background: #1c1e1f;
  border-radius: 4px;
  padding: 1rem;
}
.match_statistics .stline {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  gap: 0.69rem;
  position: relative;
}
.match_statistics .stat-c {
  color: #fff;
  font-family: "Raleway";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.38rem;
}
.match_statistics .stline > span:last-child {
  right: 0;
  left: auto;
}
.match_statistics .stat-bar-wrapper {
  flex: 1;
  background: #292c30;
  height: 0.5625rem;
  overflow: hidden;
}
.match_statistics .stat-bar-wrapper.homes {
  display: flex;
  justify-content: flex-end;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.match_statistics .stat-bar-wrapper.aways {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.match_statistics .stat-bar-wrapper .stat-bar {
  background: #5b6068;
  height: 100%;
  display: block;
}
.stat-c.winHome,
.stat-c.winAway {
  font-weight: bold;
}
.match_statistics .stat-bar-wrapper.aways .stat-bar {
  background: #5b6068;
  height: 100%;
  display: block;
}
.match_statistics .stat-bar-wrapper.winHome .stat-bar,
.match_statistics .stat-bar-wrapper.winAway .stat-bar {
  background: #4fa747;
  height: 100%;
  display: block;
}
.match_statistics .stat-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;
}
.match_statistics .stat-bar-wrapper.winHome .stat-bar,
.match_statistics .stat-bar-wrapper.winAway .stat-bar {
  background: #4fa747;
  height: 100%;
  display: block;
}
/* Static */
.box_related .img-post {
  height: 280px;
}
body.archive .panel__body article.item_post:not(.row) .img-post {
  height: auto !important;
}
.img-post {
    height: 242px !important;
    object-fit: cover;
}
.matchList .item .exbar {
    width: 100% !important;
    text-align: center  !important;
}
.as-modal__half-time-score {
    font-size: 11px !important;
    font-weight: 500 !important;
}
.post-item-video .caption {
    min-height: 82px;
}
.sk_balloon {
    z-index: 9999999999 !important;
}
header#header .sub-menu {
    padding-top: 60px;
}

@media(max-width: 575px) {
	.box-share {
		margin-top: 10px;
	}
	div#ads-top-mobile {
		padding-top: 57px;
	}
	#livescore_iframe {
		height: 68vh;
	}
}
.single-live .content_post_box {
    color: white;
}
div#match-child-1 {
    display: none !important;
}
div#odds_embed {
    height: 100vh;
}
body.page-template-template-odd div#wap_bottombanner {
    display: none;
}
main .container.main {
    min-height: 400px;
}
.page-template-template-top-offer {
    height: 100vh;
    background: #141516;
}
.box_content_home .size-full {
    max-width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
      display: none;
  }
  .sp {
      display: block;
  }
}
body {
  overflow-x: hidden !important;
}
[data-fid="xlbe67b82bf06914e"] .team-logo-group img,
[data-fid="xlbe67b83041e63c0"] .team-logo-group img
{
  filter: invert(1) brightness(1000%);
}
.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;
    }
}
#match .teambox-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
#match .teambox-wrapper-lol,
#match .teambox-wrapper-dota2,
#match .teambox-wrapper-csgo {
  gap: 26px;
}
@media (max-width: 768px) {
  #match .t-incident-column-mobile {
    background: transparent !important;
  }
  #match .teambox {
    flex-direction: column;
  }
  #match .teambox_agg {
    position: static;
  }
}
@media (max-width: 576px) {
  #match .teambox-wrapper-lol, 
  #match .teambox-wrapper-dota2, 
  #match .teambox-wrapper-csgo {
    gap: 18px;
  }
}

/* NEW CHANGE DETAIL */
.div-qc-controls .btn-livescore-live {
	position: relative;
	width: auto;
	height: 33px;
	display: flex;
  gap: 6px;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
  color: #fff;
  line-height: 20px;
  background: linear-gradient(180deg, #023a1d 0%, #065e2f 100%);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  flex-direction: row-reverse;
}
.div-qc-controls .btn-livescore-live::before {
  content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1px;
  background: linear-gradient(180deg, #0E4229 0%, #096C3B 100%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
  border-radius: 5px;
}
.div-qc-controls .btn-livescore-live .switch-style {
  background: #292B2E;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 32px;
  position: relative;
  transition: all 0.3s ease-in-out;
	z-index: 2;
}
.div-qc-controls .btn-livescore-live .switch-style:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.div-qc-controls .btn-livescore-live > input[type="checkbox"]:checked + .switch-style {
  /* background: linear-gradient(93deg, #0157ff 12.13%, #a3ffff 101.78%); */
  background: #4FCB4C;
}
.div-qc-controls .btn-livescore-live > input[type="checkbox"]:checked + .switch-style:before {
  left: 16px;
}

.div-qc-controls .btn-livescore-live input {
	display: none;
}

.div-qc-controls .btn-livescore-live .switch-custom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 25px;
	background: transparent;
	overflow: hidden;
	z-index: 1;
}

.div-qc-controls .btn-livescore-live > input[type="checkbox"]:checked ~ .switch-custom::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	/* background: linear-gradient(to top, #00c8f4, #4253f3); */
	border-radius: 25px;
	z-index: -1;
}

.div-qc-controls .btn-livescore-live > input[type="checkbox"]:checked ~ .switch-custom:after {
  content: "";
	position: absolute;
	top: 1.5px;
	left: 1.5px;
	right: 1.5px;
	bottom: 1.5px;
	background: #000;
	border-radius: 25px;
	z-index: -1;
	/* background: linear-gradient(to top, #2532d5, #070e59);
	border-image-source: linear-gradient(to bottom, #00c8f4, #4253f3); */
}
.player-actions {
  gap: 10px;
}
.play_main_left .btn-odds {
  height: 32px;
}
.play_main_left .title_box h1 {
  line-height: 1.5rem;
  color: #FFF;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.hide-ads {
  display: none !important;
}
@media (max-width: 768px) {
  .play_main_left .btn-odds {
    font-size: 10px !important;
    font-weight: 500;
    height: 33px;
  }
  .div-qc-controls .btn-livescore-live {
    font-size: 11px !important;
  }
  .player-actions {
    justify-content: space-between !important;
  }
}
/* END DETAIL SWITCH BUTTON */

.marquee-container {
  position: relative;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  text-align: left;
  background: #ffc107;
  border-radius: 4px;
  overflow: hidden
}

.marquee-container:hover .marquee-box {
  animation-play-state: paused
}

.marquee-container .marquee-box {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite
}

.marquee-container div,.marquee-container p {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle
}

.marquee-container div:last-child,.marquee-container p:last-child {
  margin-right: 0
}

.marquee-container a {
  color: #f8c21b;
  text-decoration: underline
}

.marquee-container img {
  width: 20px;
  height: 20px;
  vertical-align: sub
}

@media (max-width: 991px) {
  .marquee-container {
    border-radius: 0px !important;
    margin:0 -15px;
    width:auto
  }
}
@keyframes marquee {
  0% {
    left: 100%
  }

  100% {
    left: 0;
    transform: translatex(-100%)
  }
}