.banner {
  gap: 16px;
  margin-top: 25px;
}
.banner .row {
  gap: 18.35px;
  margin: 0;
}
.banner .banner__item {
  flex: 1;
}
.banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/************ tran dau ************/

/********** binh luan vien **********/

.caster__hot {
  margin-top: 34px;
}

.caster__hot__title {
  gap: 40px;
  margin-bottom: 20px;
}
.caster__hot__title span {
  flex: 1;
  height: 1px;
  background: linear-gradient(320.49deg, #8fed57 100%, #078c67 100%);
}
.caster__hot__title h2 {
  font-family: "Bangers";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  color: #f0e117;
}

.caster__hot__container {
  position: relative;
  padding: 30px 40px;
  background: linear-gradient(
    360deg,
    rgba(18, 98, 79, 0.88) 0%,
    rgba(126, 166, 76, 0.88) 100%
  );
  border-radius: 12px;
  margin-bottom: 60px;
}
.caster__hot__box .splide__arrows {
  display: none;
}
.caster__hot__container .splide__slide {
  display: flex;
  justify-content: center;
}
.caster__hot__container .splide__pagination {
  bottom: -3.5em;
}
.caster__hot__container .caster__hot__item {
  gap: 23px;
  width: 160px;
}
.caster__hot__container .caster__hot__item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.caster__hot__container .caster__hot__item p {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.caster__dot {
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.caster__dot div {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.caster__dot div:hover {
  cursor: pointer;
}
.caster__dot .caster__dot--active {
  background: #f0e117;
  opacity: 1;
  border: none;
}

.caster__banner {
  gap: 19px;
}
.caster__banner img {
  flex: 1;
}

.view__all {
  gap: 8px;
}
.view__all span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.view__all:hover {
  cursor: pointer;
}

/*********** soi keo ************/
.trade .splide__pagination {
  display: none;
}
.trade__container {
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
}
.trade__container .trade__item {
  overflow: hidden;
}
.trade__container .trade__item:hover .trade__item__content {
  background: #F0E117;
}
.trade__container .trade__item:hover .trade__item__content .skew {
  background: #F0E117;
}
.trade__container .trade__item img {
  width: 100%;
}

.trade__container .trade__item:hover {
  cursor: pointer;
}
.trade__container .trade__item a {text-decoration: none;}
.trade__container .trade__item .trade__item__content {
  background: #003e17;
  position: relative;
}
.trade__container .trade__item.active .trade__item__content {
  background: #F0E117;
}
.trade__container .trade__item .trade__item__content .skew {
  position: absolute;
  top: -35px;
  height: 70px;
  width: 100%;
  transform: skewY(3deg);
  background: #003e17;
}
.trade__container .trade__item.active .trade__item__content .skew {
  background: #F0E117;
}
.trade__container
  .trade__item
  .trade__item__content
  .trade__item__content--text {
  padding: 0px 25px 20px 25px;
  position: relative;
  z-index: 1;
}
.trade__container
  .trade__item
  .trade__item__content
  .trade__item__content--text
  h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f2f3f3;
}
.trade__container
  .trade__item:hover
  .trade__item__content
  .trade__item__content--text
  h2 {
  color: #2B2700;
}
.trade__container
  .trade__item
  .trade__item__content
  .trade__item__content--text
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.5;
}
.trade__container
  .trade__item:hover
  .trade__item__content
  .trade__item__content--text
  p {
  color: rgba(43, 39, 0, 0.5);
}

/********** highlight *********/
.highlight__container {
  position: relative;
}
.highlight__container .splide__pagination {
  display: none;
}

.highlight .highlight__container .highlight__item {
  height: 205px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #54C43A;
}
.highlight .highlight__container .highlight__item a{
  text-decoration: none;
  width: 100%;
}

.highlight .highlight__container .highlight__item .highlight__item__content {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}
.highlight .highlight__container .highlight__item:hover {
  cursor: pointer;
  color: #F0E117;
}
.highlight
  .highlight__container
  .highlight__item
  .highlight__item__content
  .play {
  width: 36px;
  height: 36px;
  background: rgba(240, 225, 23, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  margin-right: 15px;
}
.highlight
  .highlight__container
  .highlight__item
  .highlight__item__content
  .play
  img {
  margin: auto;
}
.highlight .highlight__container .highlight__item .highlight__item__content p {
  flex: 1;
  margin: 0;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #f2f3f3;
}
.highlight .highlight__container .highlight__item:hover .highlight__item__content p{
  color: #F0E117;
}

/************* tin tuc ************/
.news__container {
  position: relative;
}
.news__container .splide__pagination {
  display: none;
}
.news__container .news__item:hover {
  cursor: pointer;
}
.news__container .news__item a {text-decoration: none;}
.news__container img {
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__container .news__item__content {
  padding: 20px 17px;
  background-color: #003e17;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 0px 0px 2px 2px;
  border-bottom: 1px solid #F0E117;;
}
.news__container .news__item__content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f2f3f3;
}
.news__container .news__item__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.5;
  margin: 0;
}
.news__container .news__item:hover  .news__item__content{
  background: #f0e117;
}
.news__container .news__item:hover  .news__item__content h2 {
  color: #2b2700;
}
.news__container .news__item:hover  .news__item__content p {
  color: #2b2700;
}

/*********** xoi lac la gi - gioi thieu **********/

/* home-page */
/* START: switch */
.home-page .sports-bars .btn-livescore {
	position: relative;
	width: 131px;
	height: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	padding-left: 10px;
  border-radius: 100px;
  position: relative;
  font-family: Oswald;
	color: #C4C4C4;
	cursor: pointer;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0;
}

.home-page .sports-bars .btn-livescore .switch-custom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  border: 1px solid #464648;
  background: #1E1F21;
  border-radius: 100px;
	overflow: hidden;
	z-index: 1;
}

.home-page .sports-bars .btn-livescore > input[type="checkbox"]:checked ~ .switch-custom {
  border: 1px solid transparent;
  background: linear-gradient(90deg, #FFE102 0%, #C99610 100%);
}

.home-page .sports-bars .btn-livescore > input[type="checkbox"]:checked ~ .switch-custom::before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	padding: 1px;
  background: linear-gradient(180deg, rgba(255, 185, 2, 1) 0%, rgba(255, 185, 2, 0) 100%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}

.home-page .sports-bars .btn-livescore > input[type="checkbox"]:checked ~ .txt {
  color: #231F20;
}

.home-page .sports-bars .btn-livescore input {
	display: none;
}

.home-page .sports-bars .btn-livescore .switch-style {
	background: #A3A3A3;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	width: 32px;
	position: relative;
	transition: all 0.3s ease-in-out;
	margin-right: 10px;
	z-index: 2;
}

.home-page .sports-bars .btn-livescore .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;
}

.home-page .sports-bars .btn-livescore > input[type="checkbox"]:checked + .switch-style {
	background: linear-gradient(0deg, rgba(31, 62, 171, 0.32) 0%, rgba(22, 89, 81, 0.20) 76.25%);
}

.home-page .sports-bars .btn-livescore > input[type="checkbox"]:checked + .switch-style:before {
	left: 13px;
}

.home-page .sports-bars .btn-livescore .txt {
	position: relative;
	z-index: 2;
}
/* END: switch */

/* sports-bars */
.home-page .page_bars {
	position: relative;
  border-radius: 10px;
  background: linear-gradient(-180deg, rgb(35, 35, 36) 0%, rgba(35, 35, 36, 0) 100%);
  position: relative;
  margin-bottom: 14px;
}
.home-page .page_bars::before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	padding: 1px;
	background: linear-gradient(0deg, rgba(255, 204, 36, 0.1) 0%, rgba(235, 188, 33, 0.24) 20%, rgba(214, 171, 30, 0.38) 40%, rgba(194, 155, 27, 0.52) 60%, rgba(173, 138, 24, 0.66) 80%, rgba(153, 122, 21, 0.8) 100%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
.home-page .sports-bars {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 18px 11px 18px;
	margin-bottom: 18px;
	overflow: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
	position: relative;
}
.home-page .sports-bars::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(110 92 33 / 40%);
}
.home-page .sports-bars ul {
	list-style: none;
	width: 100%;
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0;
	flex: 0 0 calc(100% - 145px);
	padding-right: 6px;
	border-bottom: none;
}
.home-page .sports-bars ul li {
	position: relative;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.home-page .sports-bars ul li button.active,
.home-page .sports-bars ul li button:focus,
.home-page .sports-bars ul li button:hover {
	color: #231F20;
  border-radius: 100px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #FFE102 0%, #C99610 100%);
}
.home-page .sports-bars ul li button.active::before,
.home-page .sports-bars ul li button:focus::before,
.home-page .sports-bars ul li button:hover::before {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	padding: 1px;
	background: linear-gradient(180deg, rgba(255,185,2,1) 0%, rgba(255,185,2,0) 100%);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
.home-page .sports-bars ul li button.active svg .svg-path,
.home-page .sports-bars ul li button:focus svg .svg-path,
.home-page .sports-bars ul li button:hover svg .svg-path {
	fill: url(#activeGradient); /* linear-gradient(360deg, #FEBA4B, #986F2D); */
}
.home-page .sports-bars ul li {
	position: relative;
}
.home-page .sports-bars ul li button {
	background: #1E1F21;
	border: 1px solid #464648;
  border-radius: 100px;
	color: #9C9C9C;
	text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	gap: 7px;
	font-weight: 600;
  font-family: Oswald;
  font-size: 13px;
	height: 39px;
	outline: 0;
  padding: 0 25px;
}
.home-page .sports-bars ul li button span {
	line-height: 0;
}
/* END: sports-bars */

@media screen and (max-width: 500px) {
  .banner {
    gap: 10px;
  }
  .banner .row {
    flex-direction: column;
    gap: 10px;
  }
  .match__category {
    flex-direction: column;
    gap: 10px;
    margin: 0 !important;
  }
  .match__category .match__category__list {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .match__category .match__category__list::-webkit-scrollbar {
    display: none;
  }
  .match__category .match__category__sort {
    width: 100%;
  }
  .match__container {
    grid-template-columns: 1fr !important;
    margin-top: 20px;
  }
  .caster__hot .caster__hot__box {
    overflow-x: auto;
  }
  .caster__banner {
    flex-direction: column;
  }
  .caster__banner img {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .banner {
    gap: 10px;
  }
  .banner .row {
    flex-direction: column;
    gap: 10px;
  }
  .match__category {
    flex-direction: column;
    gap: 10px;
    margin: 0 !important;
  }
  .match__category .match__category__list {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .match__category .match__category__list .match__category__item {
    min-width: 108px;
  }
  .match__category .match__category__list::-webkit-scrollbar {
    display: none;
  }
  .match__category .match__category__sort {
    width: 100%;
  }
  .caster__hot .caster__hot__box {
    overflow-x: auto;
  }
  .caster__banner {
    flex-direction: column;
  }
  .caster__banner img {
    width: 100%;
  }
  
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .match__category {
    flex-direction: column;
    gap: 10px;
    margin: 0 !important;
  }
  .match__category .match__category__list {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: space-between;
  }
  .match__category .match__category__list::-webkit-scrollbar {
    display: none;
  }
  .match__category .match__category__sort {
    width: 100%;
  }
  .caster__hot .caster__hot__box {
    overflow-x: auto;
  }
  .caster__banner {
    flex-direction: column;
  }
  .caster__banner img {
    width: 100%;
  }
  .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);
  }
}
.splide {
  position: static;
}

.splide__arrow {
  border-radius: 6px;
  background: #f0e117;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.splide__arrow--prev {
  transform: translate(-50%, -50%);
  left: 0;
}

.splide__arrow--next {
  transform: translate(50%, -50%);
  right: 0;
}
@media only screen and (max-width: 576px) {
  .splide__arrow--prev {
    left: 5px;
  }
  
  .splide__arrow--next {
    right: 5px;
  }
}
@media only screen and (max-width: 480px) {
	.head-player a.btn-share {
		display: none;
	}
}

/* home-page */
.home-page .filter-row {
  display: none;
  padding: 0 18px 18px;
  grid-template-columns: 1fr 200px;
  gap: 16px;
  position: relative;
}
.home-page .filter-row.active {
  display: grid;
}
.home-page .list-filter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	gap: 12px;
	margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.home-page .list-filter li a {
	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: 100px;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	white-space: nowrap;
	text-decoration: none;
  font-family: Raleway;
	color: #ffffff;
	background: #2C2A2A;
}

.home-page .list-filter li {
	position: relative;
	z-index: 999;
}
.home-page .list-filter li a.active,
.home-page .list-filter li a:hover {
	color: #56FBC3;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, rgba(31, 62, 171, 0.32) 0%, rgba(22, 89, 81, 0.20) 76.25%);
}
.home-page .list-filter li a.active::before,
.home-page .list-filter li a:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	padding: 1px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  background: linear-gradient(180deg, rgba(0,101,144,0) 0%, rgba(0,101,144,1) 100%);
	mask-composite: exclude;
	pointer-events: none;
}
.home-page .list-filter li a.now {
  border: 0.5px solid #454E4A;
  background: linear-gradient(90deg, #167E10 0%, #09A800 100%);
  border: 1px solid transparent;
}
.home-page .list-filter li a.now::before {
  background: transparent;
}
.home-page .list-filter li a .num {
	background: #594D27;
	border: none;
  font-family: Oswald;
	color: #ffffff;
	font-weight: 700;
	border-radius: 13px;
	width: 22px;
	height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 11px;
}
.home-page .list-filter li a.active .num {
	color: #ffffff;
}

@media (max-width: 1199px) {
	.home-page .list-filter li a {
		min-width: fit-content;
		gap: 7px;
    min-width: 100px;
	}
	.football-tab .row.ft__rows {
		flex-direction: column;
	}
	.match__settings {
		justify-content: flex-start;
		margin-top: 10px;
	}
	.home-page .sports-bars {
		align-items: center;
	}
	.home-page .sports-bars ul li button {
		padding: 0 8px;
    gap: 5px;
	}
}

@media (max-width: 1250px) {
 	.home-page .list-filter {
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0 0 12px 0;
		margin-bottom: 12px;
		gap: 10px;
	}
}

@media (max-width: 992px) {
  .home-page .sports-bars ul {
    gap: 10px;
  }

  .home-page .sports-bars {
    padding: 16px 10px 10px 10px;
    margin-bottom: 16px;
  }

  .home-page .filter-row {
    padding: 0 10px 10px;
  }
}
@media (max-width: 830px) {
	.home-page .sports-bars ul li button {
		padding: 10px 5px;
	}
}
@media (max-width: 768px) {
  .home-page .sports-bars ul {
		gap: 10px;
	}
	.home-page .sports-bars ul li button {
		font-size: 11px;
    border-radius: 12px;
		flex-direction: column;
		gap: 10px;
		min-width: 50px;
		height: 50px;
	}
	.home-page .sports-bars ul li button svg {
		width: 24px;
		height: 24px;
	}
  .home-page .sports-bars ul li button.active,
  .home-page .sports-bars ul li button:focus,
  .home-page .sports-bars ul li button:hover {
    border-radius: 12px;
  }
  .home-page .sports-bars ul li button.active::before,
  .home-page .sports-bars ul li button:focus::before,
  .home-page .sports-bars ul li button:hover::before {
    border-radius: 12px;
  }
	.home-page .sports-bars .btn-livescore {
		width: 85px;
	}
  .home-page .sports-bars .btn-livescore .switch-style {
    width: 55px;
    height: 16px;
    margin-right: 8px;
  }
  .home-page .sports-bars .btn-livescore .switch-style:before {
    width: 12px;
    height: 12px;
  }
	.home-page .sports-bars .btn-livescore span.txt {
		width: 72px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-wrap: nowrap;
    font-size: 11px;
	}
  .home-page .list-filter li a {
		gap: 5px;
	}
	.home-page .list-filter li a.active,
	.home-page .list-filter li a:hover {
		font-weight: 500;
	}

  .home-page .sports-bars {
    padding: 8px;
    margin-bottom: 8px;
  }

  .home-page .filter-row {
    padding: 0 8px 8px;
  }
}
@media (max-width: 576px) {
	.home-page .list-filter li a.now img {
		width: 45px;
	}
	.home-page .sports-bars {
		display: grid;
		grid-template-columns: 1fr 85px;
		gap: 0px;
	}
	.home-page .list-filter li a {
		font-size: 11px;
		font-weight: 500;
    min-width: 80px;
	}
	.home-page .list-filter {
		gap: 5px;
    padding: 0 0 8px 0;
		margin-bottom: 8px;
	}

  .home-page .filter-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 442px) {
	.home-page .sports-bars ul {
		justify-content: start;
    gap: 8px;
	}
	.home-page .sports-bars ul li button {
    gap: 10px;
    min-width: auto;
    font-size: 9px;
    padding-inline: 2px;
}
}
@media (max-width: 380px) {
	.home-page .sports-bars ul {
		justify-content: normal;
    gap: 3px;
	}
}
@media (max-width: 360px) {
	.home-page .sports-bars ul li button {
		font-size: 9px;
	}
}

/* matches__filter-leagues */

/* matches__filter-leagues */
.matches__filter--leagues .sl-leagues {
	position: relative;
	width: 100%;
	margin: 0;
}
.custom-dropdown-trigger {
	background-color: #2C2A2A;
	color: white;
	padding: 7px 20px 7px 10px;
  border-radius: 100px;
	font-size: 13px;
	cursor: pointer;
	border: none;
	position: relative;
	display: flex;
	align-items: center;
  gap: 10px;
}

.custom-dropdown-trigger img {
	height: 16px;
  width: 16px;
  object-fit: contain;
}

.custom-dropdown-content {
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
  min-width: 200px;
	width: max-content;
	z-index: 999;
	border-radius: 6px;
	background: #141516;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
	border: 1px solid #ffffff1c;
}

.custom-dropdown-content .custom-dropdown-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1c;
  padding: 13px 15px;
}

.custom-dropdown-content .custom-dropdown-head span {
  color: #00FF4B;
  text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.custom-dropdown-content .custom-dropdown-head .custom-dropdown-close {
  cursor: pointer;
}

.custom-dropdown-list {
  max-height: 450px;
  overflow: auto;
}

.show-dropdown {
	display: block;
}

.custom-dropdown-option {
	color: white;
	padding: 13px 15px;
	cursor: pointer;
	font-size: 13px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ffffff1c;
}

.custom-dropdown-option .league-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-dropdown-option img {
	height: 16px;
  width: 16px;
  object-fit: contain;
}

.custom-dropdown-option .count {
	font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-dropdown-option:hover,
.custom-dropdown-option.active {
  border-top: 1px solid #006590;
  border-bottom: 1px solid #006590;
  color: #00FF4B;
  background: linear-gradient(270deg, rgba(11, 13, 12, 0.32) 42.28%, rgba(22, 53, 89, 0.20) 50.82%);
}

.custom-dropdown-option:hover .count img,
.custom-dropdown-option.active .count img {
  opacity: 1 !important;
  
}

.custom-dropdown-option:hover .count svg path,
.custom-dropdown-option.active .count svg path {
  fill: #00FFFD;
}

.custom-dropdown-trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	border: solid #2FB925;
	border-width: 0 1px 1px 0;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}

.custom-dropdown-trigger span {
  width: 120px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .custom-dropdown-trigger {
    padding: 8px 20px;
  }

  .custom-dropdown-content {
    width: 100%;
    top: 45px;
  }
}
/* END: matches__filter-leagues */
/* END filter tab */

/* matches__item */
.grid-matches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.grid-matches__loading {
  grid-template-columns: 1fr;
}
.grid-matches__item {
  cursor: pointer;
  position: relative;
  font-family: Roboto;
}
.grid-matches__item a,
.teambox a,
#tv_links a {
  text-decoration: none;
}
.grid-matches__item a:hover,
.teambox a:hover {
  color: #34495e;
}
.grid-match__competition,.grid-matc__footer {
  display: flex!important;
  text-align: center;
}
.grid-match--flag {
  background: #303030;
  border-radius: 50px;
  color: #FFF;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 10px;
  gap: 8px;
}
.grid-match__h2h-vs {
  gap: 4px;
  align-items: center;
}
.grid-match__h2h-vs img {
  height: 14px;
}
.grid-match--flag .grid-match__goal-scoring {
  gap: 6px;
}
.grid-match--flag .grid-match__goal-scoring .flag-title {
  color: #0CC956;
}
.grid-match--flag .grid-match__corner-ball {
  gap: 2px;
  align-items: center;
}
.grid-match--flag .grid-match__yellow-ball {
  gap: 4px;
  align-items: center;
}
.grid-match__footer-football {
  display: none;
  justify-content: center;
  margin-bottom: 10px;
}
.grid-match__footer-football .grid-match--flag {
  min-width: auto;
  justify-content: space-between;
}
.grid-match__goal-scoring span {
  color: #00C44D;
}
.grid-match__goal-scoring span {
  color: #fff;
}
.grid-matches__item .grid-match__odds {
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
  position: relative;
  min-width: 90px;
  z-index: 2;
}
.grid-matches__item .grid-match__odds .grid-match__odds-item {
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  gap: 8px;
  position: relative;
}
.grid-matches__item .grid-match__odds .grid-match__odds-item p {
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  margin: 0px;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}
/* div[odds]:not([odds=""]) .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(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.5%, rgba(255, 255, 255, 0.00) 100%);
}
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%);
} */
div[odds=""] .grid-match__odds{
  opacity: 0 !important;
}
.grid-match__odds-item .down {
  color: #FF0000;
}
.grid-match__odds-item .up {
  color: #0CC956;
}
.grid-match__time {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.grid-match__time .icon-haflt {
  position: relative;
}
.grid-match__time .progress-bar {
  position: absolute;
  left: 3px;
  top: 2px;
  height: 86%;
  background: rgba(18, 117, 37, 0.63);
  border-bottom-left-radius: 60px;
  width: 20%;
  border-bottom-right-radius: 0px;
}
.grid-match__time .icon-haflt text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.grid-matc__footer {
  padding: 0!important;
}

.grid-match--is-today .grid-match__day {
  display: none;
}

.grid-match__live-now {
  display: none;
  padding: 0.1em;
  color: #41a85f;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #41a85f;
  -webkit-animation: live-icon 1s infinite;
  animation: live-icon 1s infinite;
  text-align: center;
  vertical-align: middle;
}

.grid-match--is-live-now .grid-match__live-now {
  display: inline-block;
}

.grid-match--is-live-now .grid-match__day {
  display: none;
}

.grid-match--is-live-now:not(.grid-match--is-hot) .grid-match__hour,.grid-match--is-live-now:not(.grid-match--is-hot) .grid-match__result {
  color: #41a85f;
}

.grid-match__hour {
  font-size: 0.875rem;
}

.grid-match__day,.grid-match__hour {
  display: inline-block;
  line-height: 1.1666666667;
  font-size: 0.75rem;
  font-weight: 700;
  vertical-align: middle;
}

.grid-match__day,.grid-match__hour,.grid-match__result {
  display: inline-block;
  line-height: 1.1666666667;
  font-size: 0.875rem;
  vertical-align: middle;
}

.grid-match__competition-name {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.grid-match__teams {
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.2em;
  margin: 0;
}

.grid-match__team {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-match__live-time {
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-color: #f00;
  border: 1px solid #f00;
}

.grid-match__team-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

.grid-match__team .team-logo-group-away-logo {
  margin-left: 0;
}

.grid-matches__item .blv li .avatar-round {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.grid-matches__item .blv li .avatar-round:before{
  content: '';
  position: absolute;
  background: url(../images/border-avatar.svg) no-repeat;
}
.grid-matches__item .blv li span {
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}
.grid-matches__item .grid-match__footer {
  height: 46px;
  padding: 0px 10px;
}
.grid-matches__item .blv li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media(min-width:768px) {
  .match__competition,.match__time {
    padding: 0;
    background-color: transparent;
    text-align: left;
  }

  .match__competition-logo {
    display: block!important;
    width: 1.875em;
    height: 1.875em;
    margin-right: 0.5em;
  }

  .match__competition-name {
    font-size: 0.875rem;
  }

  .match__hour {
    display: block;
    text-align: center;
    font-weight: 700;
  }

  .match--is-live-now .match__live-now {
    display: block;
  }

  .match:focus,.match:hover {
    background-color: #f7f7f7;
  }

  .match--is-hot:focus,.match--is-hot:hover {
    background-color: #0f75bc;
  }

  .grid-match__hour {
    font-size: 0.875rem;
  }

  .teambox__status {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    display: block;
  }

  .teambox__competition,.teambox__hour,.teambox__status {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
  }

  .page-breadcrumb {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.grid-matches__item p {
  margin-bottom: 0px !important;
}

.grid-matches__item .grid-match {
  background: #2A2927 url(../../images/bg-football-match.svg) no-repeat bottom;
  border-radius: 11px;
  display: block;
  height: auto;
  color: #fff;
  padding: 10px;
  padding-bottom: 0px;
  background-size: cover !important;
}
#basketball .grid-matches__item .grid-match {
  background: #232324 url(../../images/bg-basketball-match.svg) no-repeat bottom;
}
#tennis .grid-matches__item .grid-match {
  background: #232324 url(../../images/bg-tennis-match.svg) no-repeat bottom;
}
#volleyball .grid-matches__item .grid-match {
  background: #232324 url(../../images/bg-volleyball-match.svg) no-repeat bottom;
}
#badminton .grid-matches__item .grid-match {
  background: #232324 url(../../images/bg-badminton-match-v4.svg) no-repeat bottom;
}

.grid-matches__item .grid-match.grid-match--is-hot {
  border: 1px solid #c13a48;
}

.grid-matches__item .grid-match__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid-matches__item .grid-match__league {
  font-family: Roboto;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #828B98;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.grid-matches__item .grid-match__league .text-ellipsis {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.grid-matches__item .grid-match__league .text-ellipsis {
  position: relative;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
}

.grid-matches__item .grid-match__league .text-ellipsis::after {
  content: attr(data-attr);
  display: none;
}

.grid-matches__item .grid-match__date {
  color: #F5A800;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 13px;
  padding: 1px 12px;
  border: 1px solid #CF9E0E;
}
.grid-matches__item .grid-match__body {
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 12px 10px 25px 10px;
}
.grid-matches__item .grid-match__team {
  position: static;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}
.grid-matches__item .grid-match__team-home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.grid-matches__item .grid-match__team img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.grid-matches__item .grid-match__team .grid-match__team--name {
  color: #fff;
  font-family: 'Roboto';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.grid-matches__item .grid-match__status {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
  flex-basis:100px;
  padding: 0px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-matches__item .grid-match__status .t_time {
  color: #FFF;
  text-align: center;
  font-family: 'Raleway';
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
  display: block;
  padding: 1px 8px;
  border-radius: 2px;
}
.grid-matches__item .t_time.t_time_num {
  text-align: center;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.grid-matches__item .grid-match__footer {
  border-radius: 7px;
  position: relative;
}
.grid-matches__item .grid-match__footer::before {
  content: '';
  position: absolute;
  background: url(../../images/border-match-footer-2.svg) no-repeat top;
  width: 100%;
  height: 37px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.grid-matches__item .grid-match__footer::after {
  content: '';
  opacity: 0.05;
  background: linear-gradient(90deg, #333A42 0%, #FFF 48.79%, #333A42 97.58%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  max-width: 100%;
  height: 1px;
}

.grid-match__footer-tennis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 12px;
}
.grid-match__footer-tennis .t-incident-tennis {
  width: 200px;
  gap: 4px;
}
.grid-match__footer-tennis .t-incident-tennis-5 {
  width: 260px;
}
.grid-match__footer-tennis .t-incident-tennis .tib-row-head {
  display: none;
}
.grid-match__footer-tennis .grid-pt {
  color: #B8D891;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.grid-match__footer-tennis .grid-pt div {
  height: 24px;
  display: flex;
  align-items: center;
}
.grid-match__footer-tennis .grid-pt .grid-pt-home {
  margin-bottom: 8px;
}
.grid-match__footer-left {
  flex: 1;
  z-index: 2;
  display: flex;
}
.grid-match__footer-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.grid-match__footer-right {
  flex: 1;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.grid-match__footer-right .odds-comp img{
  height: 24px;
  width: auto;
  position: relative;
  z-index: 2;
}
.grid-matches__item .redirectPopup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid-matches__item .redirectPopup:hover {
  color: #fff;
}

.grid-matches__item .btn-detail,
.grid-matches__item .btn-odds {
  border-radius: 4px;
  background: linear-gradient(139deg, #008360 0%, #49EC44 100%);
  color: #FFF;
  text-align: center;
  font-family: 'Oswald';
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 4px 12px;
}

.grid-matches__item .btn-detail:hover,
.grid-matches__item .btn-odds:hover {
  color: #FFFFFF;
}

.grid-matches__item .btn-detail {
  background: #2A3038;
}

.grid-matches__item .btn-odds-detail {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 9px;
  color: #000;
  background: #ffc107;
}

.grid-matches__item .btn-odds-detail:hover {
  color: #000 !important;
}

/* BLV toggle */
.grid-matches__item .commentator {
  color: #BBB;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 145.455% */
  text-align: left;
}
.commentator-more {
  z-index: 3;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #bbbbbb;
  justify-content: flex-start;
  position: relative;
}

.commentator-more .commentator-toggle-btn {
	background: none;
	border: none;
	color: #bbbbbb;
	border: 1px solid transparent;
	border-radius: 38px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
  z-index: 2;
  position: relative;
}
.commentator-more .commentator-toggle-btn::after {
  display: none;
}
.commentator-more .commentator-toggle-btn .line-left {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
}
.commentator-more .blv-count {
	display: flex;
	align-items: center;
	gap: 5px;
  font-size: 12px;
}
.commentator-more a,
.commentator-more a:hover,
.commentator-more span.blv-arrow {
	color: #bbbbbb;
}
.commentator-more .commentator-toggle-btn span {
	font-size: 12px;
}
.commentator-more .commentator-toggle-btn:focus {
	outline: none;
}

.commentator-more .commentator-toggle-btn:hover {
	border: 1px solid #262d3f;
	background: transparent;
}
.commentator-more .commentator-list {
  width: 100px;
  background: #303030;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.commentator-more .commentator-list a {
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff1a;
}
.commentator-more .commentator-list a:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.commentator-more .commentator-list .commentator-item_0 {
	display: none !important;
}
/* BLV toggle */

@media screen and (max-width: 1200px) {
  .grid-match__footer-football {
    display: flex;
  }

  .grid-match__footer .grid-match__footer-left {
    display: none;
  }

  .grid-matches__item .grid-match__body {
    padding: 10px 0px;
  }

  .grid-matches__item .grid-match__team .grid-match__team--name {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
  }
}
@media(max-width: 992px) {
  .grid-matches {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .grid-matches__item .grid-match__team .grid-match__team--name {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .grid-matches__item .grid-match__league .text-ellipsis {
    color: transparent; 
    position: relative;
  }

  .grid-matches__item .grid-match__league .text-ellipsis::after {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
  }
  .grid-matches__item .grid-match__time {
    z-index: 0;
  }

  .grid-matches__item .grid-match__status {
    z-index: 0;
  }

  .grid-matches__item .grid-match__team img {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 575px) {
  .grid-matches__item .grid-match__league .text-ellipsis {
    max-width: 90px;
  }
  .grid-matches__item .commentator {font-size: 10px;}
  .grid-matches__item .commentator svg {width: 34px !important; height: 34px !important; }
  .grid-match--flag {
    font-size: 11px;
  }
  .grid-match__footer-right svg {width: 52px;}
  .grid-matches__item .grid-match__odds {min-width: inherit;}
  .grid-matches__item .grid-match__odds , .grid-matches__item .grid-match__odds .grid-match__odds-item p{font-size: 8.939px;}
  div[odds]:not([odds=""]) .grid-match__odds::before,div[odds]:not([odds=""]) .grid-match__odds::after {display: none;}
  .grid-matches__item .grid-match__odds .grid-match__odds-item {gap: 10px;}
  .grid-matches__item .grid-match__status {
    flex-basis: 85px;
  }
  .grid-matches__item .grid-match__odds .grid-match__odds-item p{text-align: center;display: flex;flex: 1;justify-content: center;white-space: nowrap;}
  .grid-matches__item .odds-comp img{
    height: 22px;
  }
  .grid-matches__item .grid-match-tennis .grid-match__body {
    padding: 10px 6px;
  }
  .grid-matches__item .grid-match__footer {
    padding: 0;
  }
  .grid-match__team .team-logo-group {
    flex-direction: column;
  }
  .grid-match__team .team-logo-group .team-logo-1 {
    margin-left: 0;
    margin-top: -10px;
  }
  .grid-match__team .team-name-group {
    gap: 6px;
  }
  .grid-matches__item .grid-match__team .grid-match__team--name {
    max-width: 70px;
  }
}
/* END: matches__item */

/* START: match popup */
/* START: nav-tabs */
.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: 0px;
}
.hpu-nav-tabs .hpu-nav-item a {
  align-items: center;
  background: #3c3a38;
  border: .0625rem solid #3c3a38;
  border-radius: 100px;
  color: #afb4ba;
  cursor: pointer;
  display: flex;
  font-family: Roboto Condensed;
  font-size: .875rem;
  font-weight: 400;
  justify-content: center;
  line-height: .5625rem;
  padding: .5rem .75rem;
  text-align: center;
  text-transform: uppercase;
}
.hpu-nav-tabs .hpu-nav-item a.active {
  background: linear-gradient(90deg, #167e10, #09a800);
  border: .0625rem solid #454e4a;
  color: #fff;
  position: relative;
}
/* 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: "Raleway";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  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: #ffcc24;
}
.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, #ffcc24, #ffcc24), linear-gradient(90deg, #feba4b 28.5%, rgba(254, 186, 75, 0));
}
.hpu-stats__bar {
  background: #9100f1;
  height: 100%;
  display: block;
}
.hpu-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 */

/* 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: 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;
}
.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;
  }
}
/* END: summary */
/* END: match popup */
.sports-bars img {
  width: 17px;
  height: 17px;
  object-fit: cover;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
