*::-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;
}

/* START: match popup */
/* START: nav-tabs */
.grid-match__status, .icon-haflt {
    z-index: 1;
    cursor: pointer;
}
.hpu-nav-tabs {
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid rgba(110, 92, 33, .4);
  padding-top: 6px;
  padding-bottom: 12px;
}
.hpu-nav-tabs .hpu-nav-item {
  padding: 0;
}
.hpu-nav-tabs .hpu-nav-item a {
  align-items: center;
  background: #2F323F;
  border: none;
  border-radius: 7px;
  color: #AFB4BA;
  cursor: pointer;
  display: flex;
  font-family: "Roboto Condensed";
  justify-content: center;
  padding: 8px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.hpu-nav-tabs .hpu-nav-item a.active {
  background: linear-gradient(0deg,#2532d5,#070e59 76.25%);
  border: 1px solid #3a3b6b;
  color: #FFF;
  position: relative;
  border-radius: 6px;
  font-weight: 700;

}
.hpu-nav-tabs .hpu-nav-item a.active::before {
  border-top: none;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}
/* END: nav-tabs */
.match-popup {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.match-popup.statistic-section {
  top: 40px;
}
.match-popup .statics-popup,
.match-popup .incident-popup {
  width: 420px;
  background-color: #2F3031;
  border-radius: 13px;
  padding: 8px;
}
.hpu-home-scrollable-content {
  max-height: 380px;
  overflow-y: auto;
}
/* START: statistics */
.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: 16px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.38rem;
}
.hpu-stats__value--away {
  right: 0;
  left: auto;
}
.hpu-stats__value.hpu-stats__home-win,
.hpu-stats__value.hpu-stats__away-win {
  color: #00FF4B;
}
.hpu-stats__bar {
  border-radius: 6.25rem;
}
.hpu-stats__bar-wrapper {
  flex: 1;
  background: #000;
  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: linear-gradient(0deg, #00eb1f, #00eb1f), linear-gradient(90deg, #feba4b 28.5%, rgba(254, 186, 75, 0));
}
.hpu-stats__bar {
  background: #E64931;
  height: 100%;
  display: block;
}
.hpu-stats__title {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  bottom: 70%;
  margin-bottom: 15px;
}
/* END: statistics */
/* START: summary */
.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: 7px;
  background: #2F384F;
  white-space: nowrap;
  height: 24px;
  min-width: 61px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  font-family: 'Roboto';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 3px 10px;
  outline: transparent;
  box-shadow: none;
  border: none;
}
.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;
}
@media (max-width: 576px) {
  .hpu-summary-block__player {
    gap: 4px;
  }
  .hpu-summary-block__player .hpu-player-avatar {
    width: 24px;
    height: 24px;
  }
  .hpu-summary-block__player-logo--in, .hpu-summary-block__player-logo--out {
    border-width: 1px;
  }
  .hpu-summary-block__player-name {
    font-size: 12px;
  }
  .hpu-summary-block__player-name span {
    max-width: 60px;
  }
}
.statics-popup ul {
    padding-bottom: 10px;
}
.statics-popup ul a:hover {
	color:white !important;
}
.grid-match__status {
    z-index: 2;
    position: relative;
}
/* END: summary */
/* END: match popup */
