.as-nav-item {
  cursor: pointer;
}

/* == Stats Popup css== */
.match-popup {
  --background-wrapper: #0f2027;
  --hpu-bar-wrapper: #060a22;
  --hpu-summary-btn-bg: #2f384f;
  --statistics-home-bg: #9544d3;
  --statistics-win-bg:
    linear-gradient(0deg, #ffe400, #ffe400),
    linear-gradient(90deg, #feba4b 28.5%, rgba(254, 186, 75, 0));
  --statistics-title: #ffffff;
  --statistics-win-bg-text-color: #ffe400;
  --border-bottom-color: #060a22;
  --btn-text-color: #afb4ba;
  --btn--bg: linear-gradient(
    180deg,
    rgba(0, 31, 59, 0.07),
    rgba(0, 25, 49, 0.07) 50%,
    rgba(26, 31, 43, 0.07)
  );
  --btn-active-text-color: #07eb66;
  --btn-active-bg: linear-gradient(180deg, #1f3644, #00411d);
  --btn-active-before-bg: transparent;
  --btn-active-border-color: #01d35c;
}

.match-popup.match-popup-rakhoi {
  --background-wrapper: #01112e;
  --hpu-bar-wrapper: #060a22;
  --statistics-home-bg: #cd1d8f;
  --statistics-win-bg: #2491ff;
  --statistics-title: #ffffff;
  --statistics-win-bg-text-color: #2491ff;
  --border-bottom-color: #060a22;
  --btn-text-color: #d7dbe0;
  --btn--bg: #0e192d;
  --btn-active-text-color: #ffffff;
  --btn-active-bg: linear-gradient(270deg, #003547, #002d4d 98.45%);
  --btn-active-border-color: transparent;
}

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

.hpu-nav-tabs {
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid var(--border-bottom-color);
  padding-top: 6px;
  padding-bottom: 12px;
}

.hpu-nav-tabs .hpu-nav-item {
  padding: 0px;
}

.hpu-nav-tabs .hpu-nav-item a {
  align-items: center;
  background: var(--btn--bg);
  border: 1px solid #005624;
  border-radius: 100px;
  color: var(--btn-text-color) !important;
  cursor: pointer;
  display: flex;
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 9px;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}

.hpu-nav-tabs .hpu-nav-item a.active {
  background: var(--btn-active-bg);
  border: 1px solid var(--btn-active-border-color);
  color: var(--btn-active-text-color) !important;
  position: relative;
}

.match-popup {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99999;
}

.match-popup.statistic-section {
  top: 38px;
}

.match-popup .statics-popup,
.match-popup .incident-popup {
  width: 420px;
  background-color: var(--background-wrapper);
  border-radius: 13px;
  padding: 8px;
}

.hpu-home-scrollable-content {
  max-height: 380px;
  overflow-y: auto;
}

.hpu-stats {
  border-radius: 4px;
  padding: 1rem;
  padding-top: 35px;
}

.hpu-stats__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hpu-stats__line {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  gap: 0.69rem;
  position: relative;
}

.hpu-stats__value {
  color: #fff;
  font-family: "Be Vietnam Pro";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 6px;
}

.hpu-stats__value--away {
  right: 0;
  left: auto;
}

.hpu-stats__value.hpu-stats__home-win,
.hpu-stats__value.hpu-stats__away-win {
  color: var(--statistics-win-bg-text-color);
  font-weight: bold;
}

.hpu-stats__bar {
  border-radius: 6.25rem;
}

.hpu-stats__bar-wrapper {
  flex: 1;
  background: var(--hpu-bar-wrapper);
  height: 0.5625rem;
  overflow: hidden;
  display: flex;
  border-radius: 6.25rem;
}

.hpu-stats__bar-wrapper--home {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: flex-end;
}

.hpu-stats__bar-wrapper--away {
  display: flex;
  justify-content: flex-start;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hpu-stats__bar-wrapper.hpu-stats__home-win .hpu-stats__bar,
.hpu-stats__bar-wrapper.hpu-stats__away-win .hpu-stats__bar {
  background: var(--statistics-win-bg);
}

.hpu-stats__bar {
  background: var(--statistics-home-bg);
  height: 100%;
  display: block;
}

.hpu-stats__title {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: bold;
  bottom: 100%;
  margin-bottom: 6px;
}

.hpu-summary-block {
  position: relative;
  font-family: "Roboto";
}

.hpu-summary-block__start {
  text-align: center;
  padding-left: 25px;
  z-index: 2;
  padding: 3px 12px 18px 48px;
}

.hpu-summary-block__event {
  padding: 10px 12px;
  position: relative;
  justify-content: flex-end;
}

.hpu-summary-block__event-time {
  min-width: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto Condensed";
  flex-basis: 38px;
}

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

.hpu-summary-block__event-icon::before {
  height: 54px;
  display: block;
  width: 1px;
  background: #5d5d5d;
  content: "";
  position: absolute;
  left: 49%;
  z-index: 1;
  top: 0px;
}

.hpu-summary-block__event-icon .hpu-icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  background: #1a1a1a;
  border: 2px solid #535353;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.hpu-summary-block__event-score {
  align-items: center;
  justify-content: flex-end;
}

.hpu-summary-block__event-score button {
  border-radius: 30px;
  border: 1px solid #1b842e;
  background: #303339;
  white-space: nowrap;
  height: 24px;
  min-width: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: clamp(0.7rem, 0.7vw + 0.3rem, 0.8rem);
  padding: 0;
  min-height: unset;
}

.hpu-summary-block__player {
  width: 100%;
  gap: 6px;
}

.hpu-summary-block__player .hpu-player-avatar {
  width: 32px;
  height: 32px;
}

.hpu-summary-block__player-logo img {
  object-fit: contain;
}

.hpu-summary-block__player-logo--in {
  border-radius: 50%;
  border: 3px solid #2187e5;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.hpu-summary-block__player-logo--out {
  border-radius: 50%;
  border: 3px solid #e53030;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.hpu-summary-block__player-name {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  justify-content: center;
}

.hpu-summary-block__player-name--sub {
  opacity: 0.5;
}

.hpu-summary-block__player-name span {
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpu-summary-block__midfield {
  white-space: nowrap;
  min-width: 87px;
  height: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #1456ff;
  background: linear-gradient(
    113deg,
    #1553ef 7.37%,
    #0c3089 57.22%,
    #0b2a79 66.05%,
    #000 131.67%
  );
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.hpu-summary-block__event--home {
  flex-direction: row-reverse;
}

.hpu-summary-block__event--home .hpu-summary-block__player {
  flex-direction: row-reverse;
  align-items: center;
}

.hpu-summary-block__event--home .hpu-summary-block__event-score {
  justify-content: flex-start;
}

.hpu-summary-block__event--home
  .hpu-summary-block__event-score
  .hpu-score-home {
  color: #00eb1f;
}

.hpu-summary-block__event--away .hpu-summary-block__event-icon {
  justify-content: flex-end;
}

.hpu-summary-block__event--away
  .hpu-summary-block__event-score
  .hpu-score-away {
  color: #00eb1f;
}

.statics-popup ul {
  padding-bottom: 10px;
}

.statics-popup ul a:hover {
  color: white !important;
}

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

.gmd-e_minutes {
  font-family: sans-serif !important;
}

.match-popup li {
  margin: 0 !important;
}

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

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

.team-name-group {
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.team-name-group {
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.btn-loadmore {
  border-radius: 6px;
  background: #292b2e;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-loadmore:hover {
  color: #fff;
  background-color: #41a85f;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.menu_bottom {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #292b2e;
  z-index: 999;
}

.menu_bottom ul {
  height: 2.75rem;
  display: flex;
  align-content: center;
  background: #07090c;
}

.menu_bottom ul li {
  flex: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #07090c;
  border: 1px solid rgba(7, 9, 12, 0);
  transform: none;
}

.mb-tab-spotlight-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  color: white;
  text-decoration: none;
  box-shadow: 0 25px 50px -12px rgba(24, 24, 27, 0.8);
  border: none;
  width: 100%;
  font-family: "Roboto";
  text-transform: uppercase;
}

.mb-tab-spotlight-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(360deg, rgba(7, 9, 12, 0), rgba(47, 52, 68, 1));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  padding: 2px;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
}

.mb-tab-spotlight-button::after {
  content: "";
  background: #19c14a;
  width: 20px;
  height: 1px;
  position: absolute;
  display: block;
  margin: 0px auto;
  left: 38%;
  bottom: -6px;
  z-index: 999;
  opacity: 0;
}

.mb-tab-button-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 3px 0px;
  flex-direction: column;
}

.mb-tab-top-gradient {
  position: absolute;
  top: 0;
  left: 1.125rem;
  height: 1px;
  width: calc(100% - 2.25rem);
  background-image: linear-gradient(
    to right,
    rgba(33, 37, 49, 0),
    rgba(227, 234, 255, 1),
    rgba(33, 37, 49, 0)
  );
  transition: opacity 500ms;
  opacity: 0;
  z-index: 20;
}

/* Hover mb tab */
.menu_bottom ul li:hover,
.menu_bottom ul li:focus,
.menu_bottom ul li.active {
  .mb-tab-top-gradient {
    opacity: 1;
  }

  .mb-tab-button-content {
    border-radius: 8px;
    background: linear-gradient(180deg, #1f2434 0%, #12151e 100%);
  }

  .mb-tab-spotlight-button {
    border-radius: 8px;
    background-color: #18181b;
    color: #19c14a;
  }

  .mb-tab-spotlight-button::before,
  .mb-tab-spotlight-button::after {
    opacity: 1;
  }
}

.menu_bottom ul li a svg path {
  fill: #fff;
}

.menu_bottom ul li:hover a svg path,
.menu_bottom ul li:focus a svg path,
.menu_bottom ul li.active a svg path {
  fill: #19c24a;
}

.grid-match--flag,
.grid-matches__item .grid-match__odds .grid-match__odds-item p,
.grid-matches__item .grid-match__date {
  font-family: sans-serif;
}

.home-page .list-filter li a {
  font-size: 14px;
}

.home-page .list-filter li a .num {
  font-family: Oswald;
}

.grid-match__odds::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 55%,
    rgba(255, 255, 255, 0) 100%
  );
}

.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(
    360deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 55%,
    rgba(255, 255, 255, 0) 100%
  );
}

.col-inner ul.bookmaker-list li,
.oddContent .oddList li {
  margin-left: 0;
}

.teambox__odds .state span {
  font-weight: 700;
}

.row.showOdds > div.state:not(.col):not([class^="col-"]):not([class*=" col-"]),
.teambox__odds .state {
  width: 51px !important;
  flex: none;
}

.teambox__odds .gwd-state::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 1px;
  background: #3d434d;
  z-index: 1;
  border-radius: 0;
  z-index: 999999;
}

.table.flex-1.state .box:nth-child(2) {
  border-bottom-width: 0;
}

#live-player .share.d-lg-flex {
  display: none !important;
}

.a-tructiep .text.wrap h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #41a85f;
  font-family: Raleway;
}

.a-tructiep .text.wrap p {
  font-size: 0.875rem;
}

#chat-live {
  position: relative;
}

.teambox .grid-match__time img {
    display: unset;
}
/* 
#chat-live::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(/wp-content/plugins/90p-plugin/img/chat-top.webp) no-repeat
    center;
  background-size: 100%;
  z-index: 9999;
  pointer-events: auto;
} */

.a-heading-left .section-title {
  margin-top: -10px;
}

@media screen and (max-width: 992px) {
  .a-heading h1 {
    font-size: 1rem !important;
  }

  .as-competition-wrapper
    .as-match__item
    .as-match__sm
    .as-match__label:last-child {
    display: flex;
    justify-content: flex-end;
  }

  .as-competition-wrapper
    .as-match__item
    .as-match__sm
    .as-match__video-highlight
    :last-child {
    display: flex;
    justify-content: center;
  }

  .home-page .sports-bars ul.nav-tabs {
    padding-top: 5px;
  }

  .single-tab ul {
    flex-flow: wrap;
  }

  .single-tab ul li a {
    font-size: 13px;
  }

  .play_main_left ul.nav-tabs.as-hide-popup-chat li.nav-item {
    height: 43px;
  }

  .play_main_left ul.nav-tabs .btn-share-24h .cv19-sha-social {
    height: 100%;
  }

  .as-line-ups
    .as-half-box.as-half-box-away
    .as-lineup-players
    .as-player-item {
    transform: rotateX(180deg);
  }

  .as-match__label-item .as-active {
    border: unset !important;
    background: transparent !important;
  }
}

@media screen and (max-width: 549px) {
  .as-standing__table-row-head .as-standing__table-column:nth-child(7),
  .as-standing__table-row-head .as-standing__table-column:nth-child(8),
  .as-standing__table-row-head .as-standing__table-column:nth-child(10),
  .as-standing__table-row-head .as-standing__table-column:nth-child(11),
  .as-standing__table-row-head .as-standing__table-column:nth-child(12),
  .as-standing__table-row .as-standing__table-column:nth-child(7),
  .as-standing__table-row .as-standing__table-column:nth-child(8),
  .as-standing__table-row .as-standing__table-column:nth-child(10),
  .as-standing__table-row .as-standing__table-column:nth-child(11),
  .as-standing__table-row .as-standing__table-column:nth-child(12) {
    display: none !important;
  }

  .as-standing .as-show-full .as-standing__table-row,
  .as-standing .as-show-full .as-standing__table-row-head {
    grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0 !important;
    min-width: auto !important;
  }

  .as-standing__table-column {
    font-weight: 700 !important;
  }

  .as-filter-tags .as-filter-tags__leagues .as-tags-leagues {
    -ms-overflow-style: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap !important;
    height: 1.875rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .as-popup__result-wrap {
    max-width: 90%;
  }

  .as-popup__result .as-scrolling__result-popup-tab-content {
    height: calc(100vh - 370px);
  }

  .as-popup__result .as-scrolling__result-popup.as-scrolling {
    height: calc(100vh - 380px);
  }

  .as-popup__result .as-scrolling__result-popup.as-scrolling__have-tab {
    height: calc(100vh - 380px - 52px);
  }

  .as-popup__result-team-info {
    background-size: auto 100%;
    padding: 20px 6px;
  }

  .as-popup__result-header {
    padding: 12px;
  }

  .as-popup__result-team-logo {
    width: 32px;
    height: 32px;
  }

  .as-popup__result-team-name {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .as-popup__result-half-time-score {
    font-size: 12px;
    padding: 5px 10px;
  }

  .as-popup__result-team-info .as-info {
    gap: 6px;
  }

  .as-popup__result-team-info .as-info .as-team-away,
  .as-popup__result-team-info .as-info .as-team-home {
    gap: 4px;
    align-items: center;
  }

  .as-popup__result-team-info .as-col {
    flex-direction: column;
    padding-top: unset;
    align-items: center;
  }

  .as-popup__result-team-info .as-col:first-child {
    flex-direction: column;
  }

  .as-line-ups .as-ground-box {
    height: 600px;
    grid-template-columns: 1fr;
  }

  .as-line-ups .as-ground-box .as-circle {
    left: 0;
    top: -60px;
  }

  .as-line-ups .as-half-box {
    border-right: 0;
    border-bottom: 1px solid var(--as-line-ups-as-ground-box-border-color);
    flex-direction: column;
    justify-content: flex-start;
  }

  .as-line-ups .as-half-box .as-square1 {
    width: 100px;
    height: 40px;
    border-top-width: 0;
    border-left-width: 2px;
  }

  .as-line-ups .as-half-box .as-square2 {
    width: 197px;
    height: 80px;
    border-top-width: 0;
    border-left-width: 2px;
    justify-content: center;
  }

  .as-line-ups .as-lineup-players .as-rating {
    right: 1px;
    top: 3px;
    padding: 2px;
  }

  .as-line-ups .as-lineup-players .as-incident {
    left: 40px;
    gap: 2px;
  }

  .as-line-ups .as-lineup-players .as-incident.as-incident-top {
    top: -3px;
    right: 42px;
  }

  .as-line-ups .as-lineup-players .as-shirt-number-player {
    height: 15px;
  }

  .as-line-ups .as-shirt-number {
    font-size: 10px;
  }

  .as-line-ups .as-player-name {
    font-size: 10px;
  }

  .as-line-ups .as-half-box.as-half-box-away {
    transform: rotateX(180deg);
  }

  .as-line-ups .as-half-box.as-half-box-away .as-player-item {
    transform: rotateX(180deg);
  }

  .as-line-ups .as-formation-away {
    top: unset;
    bottom: 0;
  }
}

/* Mobile Large (max-width: 768px) */
@media (max-width: 768px) {
  .as-popup__result .as-score-vs {
    --as-core-size: 48rem;
    --as-core-size-num: 2rem;
    --as-core-font-site: 1.0625rem;
  }

  .as-tabs-icon {
    justify-content: start;
  }

  .as-tabs-icon__item span.as-show-name {
    display: none;
  }

  .as-tabs-icon__item.as-active span.as-show-name {
    display: inline-block;
  }

  .grid-match__odds::before {
    left: 25px;
  }

  .grid-match__odds::after {
    right: 25px;
  }
  .matches__item .gmd-match__odds .grid-match__odds-item p,
  .grid-match__odds .grid-match__odds-item p {
    font-size: 9px !important;
  }
  .grid-match__odds-item,
  .gmd-match__odds {
    min-width: 80px !important;
  }
}

/* Mobile Medium (max-width: 576px) */
@media (max-width: 576px) {
  .as-line-up-colunm {
    grid-template-columns: 1fr;
  }

  .as-line-up-colunm .as-line-up-item .as-match__team-logo {
    width: 32px;
    height: 32px;
  }

  .as-line-up-colunm .as-player-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px;
  }

  .as-line-up-colunm .as-player-name .as-shirt-number {
    margin-right: 16px;
  }
}

/* Mobile Small (max-width: 480px) */
@media (max-width: 480px) {
  .as-popup__result-team-info {
    padding: 10px 6px;
  }
}

/* Mobile Extra Small (max-width: 390px) */
@media (max-width: 390px) {
  .as-popup__result-team-info
    .as-result
    .as-popup__result-half-time-score
    .as-as-popup-item__result-half,
  .as-popup__result-team-info
    .as-result
    .as-popup__result-half-time-score
    .as-as-popup-item__first-leg,
  .as-popup__result-team-info
    .as-result
    .as-popup__result-half-time-score
    .as-as-popup-item__total-scores {
    padding: 0 6px;
  }
}

/* Mobile Tiny (max-width: 360px) */
@media (max-width: 360px) {
  .as-popup__result .as-as-popup-item {
    font-size: 11px;
  }

  .as-popup__result-team-info .as-team-name {
    font-size: 11px;
    line-height: 13px;
  }
}

.play_main_right {
  width: 100%;
}

a.btn-xemthem {
  margin-right: 15px !important;
}

.cv19-sha-social__list-close {
  cursor: pointer;
}

.btn-change-stream {
  cursor: pointer;
}

.list-filter li a {
  cursor: pointer;
}

.btn-loadmore-football {
  cursor: pointer;
}
