/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 18, 2019, 1:52:46 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 11:28:33 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
    Created on : 08/10/2024, 09:16:30
    Author     : ferna
*/
.zz-hpsection {
  --color-background: #fff;
  --color-header: #2c3e4f;
  font-family: "Roboto Condensed";
  background-color: var(--color-background);
  box-sizing: border-box;
}
.zz-hpsection.is-dark {
  --color-background: #23323f;
  --color-header: #fff;
}
.zz-hpsection * {
  box-sizing: inherit;
}
.zz-hpsection .keywords div {
  height: auto;
  margin: 0;
  padding: 4px 8px;
}
.zz-hpsection .icn_zerozero {
  font-size: inherit;
}
.zz-hpsection-head {
  color: var(--color-header);
  border-bottom: 2px solid var(--color-header);
}
.zz-hpsection-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0;
}
.zz-hpsection-body {
  /*padding: 8px 0;*/
}
.zz-hpsection-scroll {
  padding: 16px 8px;
  display: flex;
  gap: 8px;
  overflow: auto;
  margin: 0 -8px;
}
.zz-hpsection-scroll.g-16 {
  gap: 16px;
}
.zz-hpsection-scroll > * {
  flex-shrink: 0;
}
/*
    Created on : 20/03/2025, 10:29:39
    Author     : ferna
*/
.zz-hpitem {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  position: relative;
  font-family: "Roboto Condensed";
}
.zz-hpitem-tags {
  position: absolute;
  top: 0;
  left: 0;
}
.zz-hpitem-tags .keywords {
  display: inline-flex;
  gap: 0;
  top: 0;
  left: 0;
}
.zz-hpitem-tags .keywords div {
  height: auto;
  margin: 0;
  padding: 4px 8px;
}
.zz-hpitem-thumb {
  height: 100%;
  aspect-ratio: 9/6;
}
.zz-hpitem-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zz-hpitem-texts {
  gap: 4px;
}
.zz-hpitem-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.zz-hpitem-title {
  font-size: 22px;
  font-weight: bold;
  color: #548bb6;
}
.zz-hpitem-obs {
  font-size: 12px;
  color: #999;
}
.zz-hpitem-obs .icn_zerozero {
  font-size: inherit;
}
.zz-hpsports {
  --hpsports-color-main: #2c3e4f;
  --hpsports-color-main-rgb: 44, 62, 79;
  font-family: 'Roboto Condensed';
}
.zz-hpsports-tab-nav {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--hpsports-color-main);
  overflow-x: auto;
}
.zz-hpsports-tab-navitem {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(var(--hpsports-color-main-rgb), 0.8);
  min-height: 50px;
}
.zz-hpsports-tab-navitem.is-active {
  background-color: rgba(var(--hpsports-color-main-rgb), 0.1);
  color: rgba(var(--hpsports-color-main-rgb), 1);
}
.zz-hpsports-tab-navitem.is-active .zz-hpsports-tab-navitem-txt {
  display: block;
}
.zz-hpsports-tab-content {
  display: none;
}
.zz-hpsports-tab-content.is-active {
  display: block;
}
.zz-hpvideos-nav {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0 8px;
  margin-bottom: 24px;
}
.zz-hpvideos-nav-item {
  background: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: normal;
  color: #fff;
  height: 32px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.zz-hpvideos-nav-item.is-active {
  background: #fff;
  color: #23323f;
}
.zz-hpvideos-content {
  gap: 16px;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -8px;
  margin-right: -8px;
  display: none;
}
.zz-hpvideos-content.is-active {
  display: flex;
}
.zz-hpvideo {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: 299px;
  height: 288px;
  padding: 8px;
}
.zz-hpvideo a {
  color: inherit !important;
}
.zz-hpvideo-thumb {
  position: relative;
  margin-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
}
.zz-hpvideo-thumb img {
  width: 240px;
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
}
.zz-hpvideo-thumb .zz-icn {
  position: absolute;
  font-size: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  text-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}
.zz-hpvideo-texts {
  color: #fff;
  font-weight: bold;
}
.zz-hpvideo-title {
  font-size: 18px;
}
.zz-hpvideo-obs {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.4;
  margin-bottom: 4px;
}
.zz-gr {
  --gr-height: 320px;
  --gr-color-main: #3e5368;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: var(--gr-height);
  position: relative;
  font-family: 'Roboto Condensed';
}
.zz-gr a {
  color: inherit;
  text-decoration: none;
}
.zz-gr * {
  box-sizing: inherit;
}
.zz-gr .slick-dots {
  bottom: 10px;
}
.zz-gr .slick-dots li button::before {
  display: none;
}
.zz-gr .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.zz-gr .slick-dots li button {
  background: #fff;
  border-radius: 20px;
  opacity: 0.2;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
}
.zz-gr .slick-dots li.slick-active button {
  opacity: 1;
}
.zz-gr.has-2 .zz-gr-nav-item {
  width: 50% !important;
}
.zz-gr.has-2 .zz-gr-nav-item-text {
  display: block !important;
  width: auto !important;
}
.zz-gr.has-3 .zz-gr-nav-item:not(.is-active) {
  width: 25%;
}
.zz-gr-tags {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
}
.zz-gr-tags .keywords {
  bottom: 0;
  left: 0;
}
.zz-gr-nav {
  /*display: flex;*/
  position: absolute;
  bottom: 28px;
  left: 16px;
  right: 16px;
  height: 34px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.zz-gr-nav-item {
  /*flex-grow: 1;*/
  /*flex-basis: 0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  padding: 0 8px;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: 300ms width ease-in-out;
  width: 16.66%;
  float: left;
  height: 100%;
  white-space: nowrap;
}
.zz-gr-nav-item:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.zz-gr-nav-item.is-active {
  width: 50%;
  background-color: #fff;
  color: #566572 !important;
}
.zz-gr-nav-item.is-active .zz-gr-nav-item-text {
  display: block;
  width: auto;
}
.zz-gr-nav-item-text {
  width: 0;
  overflow: hidden;
  transition: 300ms width ease-in-out;
}
.zz-gr-slider-item-head {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 12px;
  font-weight: normal;
  color: var(--gr-color-main);
}
/* SLIDER ITEM */
.zz-gr-slider-item {
  position: relative;
  height: var(--gr-height);
}
.zz-gr-slider-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zz-gr-slider-item-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000);
  z-index: 1;
}
.zz-gr-slider-item-texts {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: calc(28px + 34px + 16px);
  z-index: 2;
}
.zz-gr-slider-item-slideshow {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: calc(20px + 16px);
  z-index: 2;
}
.zz-gr-slider-item-subtitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.zz-gr-slider-item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-gr-slider-item-title:hover {
  color: inherit !important;
}
.zz-gr-slider-item.is-video .zz-icn-playvideo {
  position: absolute;
  top: 56px;
  left: 0;
  font-size: 128px;
  z-index: 3;
  right: 0;
  margin: auto;
  text-align: center;
}
.zz-gr-slider-item.is-stats {
  background: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, #e3e8ed, #e3e8ed);
}
.zz-gr-slider-item.is-stats .zz-gr-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 16px 16px;
}
.zz-gr-slider-item.is-stats .zz-gr-stat {
  font-size: 12px;
  font-weight: bold;
  color: var(--gr-color-main);
}
.zz-gr-slider-item.is-stats .zz-gr-stat-title {
  line-height: 16px;
}
.zz-gr-slider-item.is-stats .zz-gr-stat-graph {
  border-radius: 4px;
  background-color: #fff;
  height: 18px;
  position: relative;
}
.zz-gr-slider-item.is-stats .zz-gr-stat-graph-bar {
  height: 100%;
  background: red;
  border-radius: 4px;
}
.zz-gr-slider-item.is-stats .zz-gr-stat-graph-home,
.zz-gr-slider-item.is-stats .zz-gr-stat-graph-away {
  position: absolute;
  top: 0;
  line-height: 18px;
}
.zz-gr-slider-item.is-stats .zz-gr-stat-graph-home {
  left: 8px;
  color: #fff;
}
.zz-gr-slider-item.is-stats .zz-gr-stat-graph-away {
  right: 8px;
}
.zz-gr-slider-item.is-game {
  background: #fff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, #29428f, #29428f);
}
.zz-gr-slider-item.is-game .zz-gr-slider-item-head {
  color: rgba(255, 255, 255, 0.6);
}
.zz-gr-slider-item.is-game .zz-gr-game {
  padding: 32px 16px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 256px;
}
.zz-gr-slider-item.is-game .zz-gr-game-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}
.zz-gr-slider-item.is-game .zz-gr-game-home,
.zz-gr-slider-item.is-game .zz-gr-game-away {
  text-align: center;
  /*flex-shrink: 0;*/
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zz-gr-slider-item.is-game .zz-gr-game-logo {
  width: 100px;
  height: 100px;
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
}
.zz-gr-slider-item.is-game .zz-gr-game-team {
  font-size: 18px;
  font-weight: bold;
}
.zz-gr-slider-item.is-game .zz-gr-game-player {
  opacity: 0.6;
  font-size: 12px;
}
.zz-gr-slider-item.is-game .zz-gr-game-result {
  text-align: center;
  flex-grow: 1;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zz-gr-slider-item.is-game .zz-gr-game-result-final {
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;
}
.zz-gr-slider-item.is-game .zz-gr-game-result-half {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.6;
}
.zz-hpentslider a {
  color: inherit;
}
.zz-hpentslider-scroll {
  padding: 16px 8px;
  display: flex;
  gap: 8px;
  overflow: auto;
  margin: 0 -8px;
}
.zz-hpentslider-item {
  flex-shrink: 0;
  position: relative;
  font-family: "Roboto Condensed";
  font-size: 13px;
  font-weight: normal;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  /*border: solid 1px #e4e4e4;*/
  background-color: #fff;
  overflow: hidden;
  width: 140px;
}
.zz-hpentslider-position {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 8px;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.zz-hpentslider-item.is-player .zz-hpentslider-thumb {
  width: 140px;
  height: 128px;
}
.zz-hpentslider-item.is-player .zz-hpentslider-thumb img {
  width: 100%;
  height: 100%;
}
.zz-hpentslider-item.is-player .zz-hpentslider-title {
  color: #2c3e4f;
}
.zz-hpentslider-item.is-player .zz-hpentslider-obs {
  color: #999;
}
.zz-hpentslider-item.is-team {
  background: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.zz-hpentslider-item.is-team .zz-hpentslider-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-hpentslider-item.is-competition {
  position: relative;
}
.zz-hpentslider-item.is-competition .zz-hpentslider-thumb {
  width: 140px;
  height: 120px;
}
.zz-hpentslider-item.is-competition .zz-hpentslider-thumb img {
  width: 100%;
  height: 100%;
}
.zz-hpentslider-item.is-competition .zz-hpentslider-bottom {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8));
  color: #fff;
  display: flex;
  align-items: end;
}
.zz-hpcompstats-item {
  width: 299px;
  height: 248px;
  padding: 16px;
  border-radius: 8px;
  background-color: #0d1a26;
  color: #fff;
}
.zz-hpcompstats-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.zz-hpcompstats-title img {
  height: 10px;
}
.zz-hpcompstats-stat-graph {
  width: 80px;
  height: 48px;
  border-radius: 32px;
  background: #273d53;
  color: #fff;
  display: flex;
  overflow: hidden;
}
.zz-hpcompstats-stat-graph-icon {
  flex-shrink: 0;
  display: block;
  width: 32px;
  color: #fff;
  text-align: center;
}
.zz-hpcompstats-stat-graph-icon .zz-icn {
  font-size: 24px;
  line-height: 48px;
}
.zz-hpcompstats-stat-label {
  color: #fff;
}
.zz-hpcompstats-stat-graph-img {
  width: 48px;
  border-radius: 32px;
  background: #fff;
  overflow: hidden;
}
.zz-hpnewsslider-item {
  width: 299px;
  height: 224px;
  border-radius: 8px;
  background-color: #0d1a26;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.zz-hpnewsslider-item .keywords {
  position: absolute;
  left: 8px;
  top: 0;
}
.zz-hpnewsslider-bottom {
  position: absolute;
  justify-content: end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, #000);
}
