@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "InterSemiBold";
    src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
    font-family: "InterBold";
    src: url("../fonts/Inter-Bold.ttf");
}

*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #C4C7D4;
}

.widgets {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', serif;
}

.match-content {
    height: max(100%, 372px);
    width: max(100%, 360px);
    padding: 0 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #E3E3E8;
}

/* HEADER */

.match-content__header {
    height: clamp(44px, 10vw, 44px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* For All Header */

.team-about {
    width: clamp(130px, 30vw, 270px);
    display: flex;
    align-items: center;
    margin: clamp(8px, 1.5vw, 10px) clamp(6px, 1.5vw, 8px);
}

.team-info__logo {
    width: clamp(24px, 4.5vw, 26px);
    height: clamp(24px, 4.5vw, 26px);
}

.home-logo, .away-logo {
    width: clamp(24px, 4.5vw, 26px);
    height: clamp(24px, 4.5vw, 26px);
}

.team-info__title span{
    font-style: normal;
    font-weight: 600;
    font-size: clamp(12px, 2.5vw, 13px);
    line-height: 15px;
    color: #121421;
}

.team-result {
    width: clamp(36px, 6vw, 38px);
    height: clamp(28px, 5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    background-color: #F7F7F8;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}

.team-result span {
    font-size: clamp(14px, 2.5vw, 16px);
}

/* HOME */

.team-info__home {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-info__home .team-about {
    justify-content: left;
}

.team-info__home .team-info__title {
    margin-left: 4px;
}

.team-info__home .team-result {
    margin-right: 1px;
    border-radius: 8px 0 0 8px;
}

/* AWAY */

.team-info__away {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-info__away .team-about {
    justify-content: right;
}

.team-info__away .team-info__title {
    margin-right: 4px;
}

.team-info__away .team-result {
    border-radius: 0 8px 8px 0;
    margin-left: 1px;
}

.team-info__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.team-info__title .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  position: absolute;
  top: 30px;
  right: 5px;
  z-index: 1;
}

.team-info__title .right{
  top: 30px;
  right: 5px;
}

.team-info__title .left{
  top: 30px;
  left: 5px;
}

.team-info__title:hover .tooltiptext {
  visibility: visible;
}

/* MOMENTUM */

.match-content__momentum {
    height: clamp(55px, 10vw, 55px);
    width: max(100%, 344px);
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #F7F7F8;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.momentum__teams-title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* TEAMS TITLE */

.team__title {
    padding: clamp(8px, 1.5vw, 10px) clamp(10px, 1.5vw, 12px);
    display: flex;
}

.team__title span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 1.5vw, 12px);
    line-height: 12px;
    text-transform: uppercase;
}

/* TEAMS INFO */

.momentum__teams-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* TIME LINE */

.teams-info__time-line {
    height: 12px;
    width: 98.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.teams-info__time-line span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: clamp(9px, 2vw, 10px);
    line-height: 11px;
    color: #C4C7D4;
}

.teams-info__time-line span:not(:first-child, :last-child) {
    width: 50px;
}

.teams-info__time-line span:first-child {
    text-align: left;
    width: 30px;
}

.teams-info__time-line span:last-child {
    text-align: right;
    width: 22px;
}

/* LINES & STREAMS */

.teams-info__lines-streams {
    height: clamp(30px, 5vw, 35px);
    width: 98.5%;
    margin-left: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.streams {
    height: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
}

/* TOP */

.stream__srm-top {
    height: 15px;
    width: 100%;
    position: relative;
    display: flex;
}

.stream__srm-top .substitute {
    position: absolute;
    left: 36%;
    bottom: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

.stream__srm-top .boll {
    position: absolute;
    left: 51%;
    bottom: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

/* BOTTOM */

.stream__srm-bottom {
    height: 15px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.stream__srm-bottom .boll {
    position: absolute;
    left: 17%;
    top: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

.stream__srm-bottom .first-yellow-card {
    position: absolute;
    left: 45%;
    top: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);

}

.stream__srm-bottom .second-yellow-card {
    position: absolute;
    left: 51%;
    top: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

.stream__srm-bottom .red-card {
    position: absolute;
    left: 57%;
    top: 0;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

.streams .event {
    position: absolute;
    width: clamp(14px, 3vw, 16px);
    height: clamp(14px, 3vw, 16px);
}

/* LINES STREAMS */

.teams-info__lines-streams .vertical {
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #E3E3E8;
}

.teams-info__lines-streams .vertical__live {
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 100%;
    background-color: #04AAA0;
}

.teams-info__lines-streams .vertical__round {
    height: 7px;
    width: 7px;
    position: absolute;
    top: 43%;
    right: 100%;
    border-radius: 50%;
    background-color: #04AAA0;
}

.teams-info__lines-streams .horizontal:not(:last-child) {
    width: 1px;
    height: 100%;
    background-color: #E3E3E8;
}

/* PITCH */

.match-content__pitch {
    width: max(100%, 344px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 2px 0 8px 0;
    overflow-x: hidden;
}

.base-widget {
    width: max(100%, 360px);
}

.match-content__pitch-lineups {
    display: none;
    width: max(100%, 344px);
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2px 0 8px 0;
}

.match-content__pitch-lineups-substitute-players {
    height: 0;
    width: max(100%, 344px);
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2px 0 8px 0;
}

.match-content__pitch-statistics {
  display: none;
    height: max(100%, 218px);
    width: max(97%, 344px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2px 0 8px 0;
}

.match-content__pitch-standings {
  display: none;
    height: max(100%, 218px);
    width: max(100%, 344px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2px 0 8px 0;
    overflow: auto;
}

/* RECTANGLE & BASE SVG */

/* RED */

.free-kick {
    position: absolute;
    left: clamp(150px, 40vw, 600px);
    width: clamp(114px, 25vw, 274px);
    height: clamp(114px, 25vw, 274px);
}

.dangerous-free-kick {
    position: absolute;
    right: -15px;
    width: clamp(91px, 25vw, 274px);
    height: clamp(109px, 25vw, 274px);
}

.injury {
    width: clamp(20px, 3.5vw, 40px);
    height: clamp(20px, 3.5vw, 40px);
    margin-left: clamp(8px, 2vw, 20px);
}

.in-possession_1 {
    display: none;
    position: absolute;
    width: max(49.8%, 170px);
    left: clamp(2px, .45vw, 8px);
    top: clamp(2px, .45vw, 8px);
    bottom: 0;
}

.attack_1 {
    display: none;
    position: absolute;
    width: max(58.6%, 201px);
    left: clamp(2px, 0.45vw, 8px);
    top: clamp(2px, 0.45vw, 8px);
    transform: rotate(0deg);
    transform: scaleX(1.5);
    bottom: 0;
}

.dangerous-attack_1 {
  display: none;
    position: absolute;
    width: max(70.3%, 241px);
    left: clamp(2px, 0.45vw, 8px);
    top: clamp(2px, 0.45vw, 8px);
    transform: rotate(0deg);
    bottom: 0;
}

.in-possession_2 {
    display: none;
    position: absolute;
    width: max(49.8%, 170px);
    right: clamp(2px, .45vw, 8px);
    top: clamp(2px, .45vw, 8px);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: 0;
}

.attack_2 {
    display: none;
    position: absolute;
    width: max(58.6%, 201px);
    right: clamp(2px, 0.45vw, 8px);
    top: clamp(2px, 0.45vw, 8px);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: 0;
}

.dangerous-attack_2 {
  display: none;
  position: absolute;
  width: max(70.3%, 241px);
  right: clamp(2px, 0.45vw, 8px);
  top: clamp(2px, 0.45vw, 8px);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  bottom: 0;
}


/* BLACK */

.foot-ball {
    display: none; 
    position: absolute;
    bottom: clamp(10px, 2vw, 40px);
    right: clamp(50px, 13vw, 250px);
    width: clamp(10px, 3vw, 20px);
    height: clamp(10px, 3vw, 20px);
    background-color: red;
    border-radius: 50%;
    transition: transform ease-in-out 1s, width ease-in-out 1s, top 0.5s, left 0.5s;
}

.throw-in {
    display: none; 
    position: absolute;
}

.goal-kick {
    position: absolute;
    left: clamp(15px, 4vw, 60px);
    width: clamp(114px, 25vw, 274px);
    height: clamp(114px, 25vw, 274px);
}

.in-corner {
    position: absolute;
    right: clamp(8px, 2vw, 30px);
    bottom: clamp(10px, 2vw, 30px);
    width: clamp(80px, 15vw, 180px);
    height: clamp(78px, 15vw, 180px);
}

.substitute-left {
    width: clamp(20px, 3.5vw, 40px);
    height: clamp(20px, 3.5vw, 40px);
    margin-left: clamp(8px, 2vw, 20px);

}

.substitute-right {
    width: clamp(20px, 3.5vw, 40px);
    height: clamp(20px, 3.5vw, 40px);
    margin-right: clamp(8px, 2vw, 20px);

}

/* NO COLOR */

.timer {
    width: clamp(18px, 3.5vw, 36px);
    height: clamp(20px, 3.5vw, 40px);
    margin-left: clamp(12px, 2vw, 20px);
}

/* PITCH FRAME */
.pitch__frame {
  display: none;
    position: absolute;
    top: max(41%, 87px);
    left: 50%;
    height: clamp(40px, 10vw, 120px);
    align-items: center;
    border-radius: 8px;
    background-color: #F7F7F8;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%);
}

/* FRAME HOME*/

.pitch__frame-1 {
    position: absolute;
    top: max(41%, 87px);
    left: max(50%, 87px);
    height: clamp(40px, 10vw, 120px);
    display: flex;
    align-items: center;

    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    background-color: #F7F7F8;

transition: left 0.2s linear, top 0.2s, opacity 2s ease-out;
}

.pitch__frame-1 .container {
  position: relative;
}

.frame__background {
  height: clamp(40px, 10vw, 120px);
  width: 110px;
  background-color: #F7F7F8;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);

  transition: width 0.2s linear;
}

.pitch__frame-1 .pass {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

p {
  opacity: 1;
}

/* LINEUPS */

.pitch-lineups__header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
    background-color: #F7F7F8;
}

.substitute-players__header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    background-color: #F7F7F8;
}

.pitch-lineups__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 8px 4px 12px;
}

.pitch-lineups__title .title {
    display: flex;
    align-items: flex-end;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(12px, 2.2vw, 20px);
    line-height: 15px;
    color: #121421;
}

.pitch-lineups__data {
    display: flex;
}

.pitch-lineups__arrows {
    display: flex;
}

/* STANDINGS */

.pitch-standings__header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    background-color: #F7F7F8;
}

.pitch-standings__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 8px 6px 12px;
}

.pitch-standings__title .title {
    display: flex;
    align-items: flex-end;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(12px, 2.5vw, 17px);
    line-height: 15px;
    color: #121421;
}

.pitch-standings__data {
    display: flex;
}

.pitch-standings__arrows {
    display: flex;
}

.pitch-standings__tabs {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #676B7E;
}

/* POSITION OF FRAME HOME */

.free-kick-board {
    left: 69px;
}

.change-player-home-board {
    left: 53px;
}

/* FRAME AWAY */

.pitch__frame-2 {
    position: absolute;
    top: max(41%, 87px);
    right: max(50%, 87px);
    height: clamp(40px, 10vw, 120px);
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #F7F7F8;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* POSITION OF FRAME AWY */

.change-player-awy-board {
    right: max(17%, 54px);
}

/* FRAME */

.frame {
    display: flex;
    align-items: center;
}

.frame__left-horizontal-line {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #EF3C47;
  border-radius: 0 50px 50px 0;
  height: clamp(26px, 7vw, 80px);
  width: clamp(4px, .8vw, 6px);
  transition: transform 0.2s linear, left 0.2s linear;

}

.frame__left-horizontal-line-red {
  display: none;
  height: clamp(26px, 7vw, 80px);
  width: clamp(4px, .8vw, 6px);
  background-color: #EF3C47;
  border-radius: 0 50px 50px 0;
}

.frame__left-horizontal-line-black {
  display: none;
  height: clamp(26px, 7vw, 80px);
  width: clamp(4px, .8vw, 6px);
  background-color: #121421;
  border-radius: 50px 0 0 50px;
}

.frame__description {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.frame__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2.5vw, 30px);
    line-height: clamp(12px, 2.5vw, 24px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 12px;
}

.frame__player {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(10px, 2.5vw, 25px);
    line-height: clamp(12px, 2.5vw, 32px);
    margin: 0 12px;
}

/* DATA */

.pitch__data {
    display: flex;
    align-items: center;
    position: absolute;
    top: clamp(10px, 2vw, 20px);
}

.data__half {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 18px);
    line-height: 12px;
    color: #000000;
    background-color: #FFFFFF;
    padding: clamp(3px, .8vw, 8px) clamp(4px, .8vw, 8px);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
}

.data__time {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 18px);
    line-height: 12px;
    color: #000000;
    background-color: #FFFFFF;
    padding: clamp(3px, .8vw, 8px) clamp(4px, .8vw, 8px);
    margin-left: 2px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px 0;
}

/* ARROW */

.arrow__left {
    display: flex;
    margin-right: clamp(16px, 3vw, 20px);
    align-items: center;
}

.arrow__right {
    display: flex;
    align-items: center;
}

.arrow__right img path {
    fill: #C4C7D4;
}



/* NAV */

.match-content__nav-content {
    height: clamp(40px, 6.6vw, 50px);
    width: max(100%, 344px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 6px;
    background-color: #F7F7F8;
    border-radius: 0 0 8px 8px;
}

.nav-content__list {
}

.nav-content__items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
}

.nav-content__items .item:hover {
  cursor: pointer;
}

.match-info,
.statistics,
.standings,
.lineups {
    width: clamp(24px, 5vw, 26px);
    height: clamp(24px, 5vw, 26px);
}

/* STARTING LINEUP */
/* FORMATION */

.pitch-lineups__formation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.formation__scheme-tactics-left {
    margin-left: 12px;
    color: #121421;
}

.tactics-left {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 12px;
}

.formation__scheme-tactics-title {
    color: #121421;
}

.title {
    display: flex;
    align-items: flex-end;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(11px, 2vw, 14px);
    line-height: 15px;
    color: #121421;
}

.formation__scheme-tactics-right {
    margin-right: 12px;
    color: #121421;
}

.tactics-right {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 12px;
}

.small-pitch__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.small-pitch {
    width: max(100%, 344px);
}

/* PLAYERS */
/* HOME PLAYERS */

.small-pitch__image .column,
.goalkeeper,
.defences,
.back__midfielders,
.front__midfielders,
.attacks {
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.home__players-info {
    width: 48%;
    position: absolute;
    display: flex;
    top: clamp(7px, 2vw, 70px);
    left: clamp(7px, 2vw, 70px);
    bottom: clamp(7px, 2vw, 70px);
}

.home__players-info .front__midfielders {
    justify-content: space-around;
}

.home__players-info .attacks {
    justify-content: center;
}

.player {
    display: flex;
    width: clamp(18px, 4vw, 38px);
    height: clamp(18px, 4vw, 38px);
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: clamp(8px, 2vw, 18px);
    border-radius: 50%;
}

.home__players-info .player {
    background: #EF3C47;
}


/* AWAY PLAYERS*/

.away__players-info {
    width: 48%;
    position: absolute;
    display: flex;
    top: clamp(7px, 2vw, 70px);
    right: clamp(7px, 2vw, 70px);
    bottom: clamp(7px, 2vw, 70px);
}

.away__players-info .player {
    background-color: #121421;
}


/* TABLE */
/* LINEUPS TABLE */

table tr th, table tr td {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

.pitch-lineups__table {
    /*height: clamp(185px, 40vw, 265px);*/
    height: 191px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.substitute-players__table {
    height: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.table__lineups {
    width: 100%;
    margin: 8px;
}

.substitute-players-table__lineups {
    width: 100%;
    height: 100%;
    display: grid;
    margin: 8px;
}

.substitute-players-table__body {
    margin: 5px;
}

.table__row {
    height: clamp(20px, 4.2vw, 28px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #121421;
    background: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: clamp(2px, 0.5vw, 4px);
}

.table__header {
    background: #E3E3E8;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.table__left-team,
.table__right-team,
.table__number-left,
.table__number-right,
.table__position-left,
.table__position-right,
.table__full-name-left,
.table__full-name-right {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 12px;
}

.table__number-left {
    display: flex;
    justify-content: flex-start;
}

.table__number-right {
    display: flex;
    justify-content: flex-end;
}

.table__left-team,
.table__right-team {
    margin: 0 8px;
}

.table__number-left,
.table__number-right {
    width: 11px;
    margin: 0 8px;
}

.table__position-left,
.table__position-right {
    width: 20px;
    color: #C4C7D4;
    margin: 0 8px;
}

.table__title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: clamp(12px, 2.5vw, 18px);
    line-height: 15px;
}

.table__empty {
    width: 95px;
}

/* GROUPS TABLE*/

.pitch-standings__table {
    /*height: max(100%, 176px);*/
    height: 0;
    flex-grow: 1;
    margin: 8px 8px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.pitch-standings-1-16__table {
    height: 0;
    flex-grow: 1;
    margin: 8px 8px 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pitch-standings-tabs__table {
    flex-grow: 1;
    margin: 8px 8px 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.table__standings {
    width: 100%;
}

.tbody__wrapper {
    height: 176px;
    overflow: auto;
}

.group_a {
    width: calc(100% - 24px);
    font-size: clamp(10px, 2vw, 11px);
    line-height: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 12px 0 4px
}

.table__header {
    height: clamp(18px, 4vw, 28px) !important;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    color: #121421;
}

.into-header {
    margin: 0 8px;
}

.table__team-titles {
    display: flex;
    width: 70%;
}

.table__point-titles {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.table__header .table__grid {
    display: flex;
    align-items: center;
    font-size: clamp(10px, 2vw, 13px);
    margin: 0 9px 0 10px;
}

.table__header .table__team,
.table__header .table__point,
.table__header .table__gd,
.table__header .table__pts {
    display: flex;
    align-items: center;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 12px;
    letter-spacing: 0.04em;
}

.table__header .table__empty {
    width: clamp(163px, 30vw, 550px);
}

.table__header .table__point,
.table__header .table__pts {
    padding-left: 2px;
    margin-right: 12px;
}

.table__team-description {
    display: flex;
    align-items: center;
    width: 70%;
}

.table__indicator {
    width: 4px;
    margin-right: 7px;
}

.table__number {
    display: flex;
    align-items: center;
    color: #818598;
    font-weight: 400;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 12px;
    margin-right: 12px;
}

.table__number-overall {
    margin-right: 4px;
}

.table__flag {
    display: flex;
    align-items: center;
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

.flag {
    width: clamp(16px, 4vw, 18px);
    height: clamp(16px, 4vw, 18px);
}

.table__full-name {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: clamp(10px, 2.2vw, 13px);
    line-height: 12px;
    color: #121421;
}

.table__row-standings {
    height: clamp(20px, 4.2vw, 28px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #121421;
    background: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: clamp(2px, 0.5vw, 4px);
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

.table__row-standings .table__empty {
    width: 80px;
}

.table__team-points {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.table__row-standings .table__p,
.table__row-standings .table__gd,
.table__row-standings .table__pts {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: clamp(10px, 2vw, 11px);
    line-height: 12px;
}

.table__row-standings .table__pts {
    margin-right: clamp(18px, 2vw, 20px);
}

.next-steps {
    display: flex;
    margin: 0 2px clamp(3px, 0.9vw, 10px) 2px;
}

.next-steps .table__playoff,
.next-steps .table__finals {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(9px, 2vw, 10px);
    line-height: 12px;
    text-transform: capitalize;
    color: #676B7E;
    margin-right: 8px;
}

.next-steps .table__playoff img,
.next-steps .table__finals img {
    margin-right: 4px;
}

/* TABS TABLE */

.tabs-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.tabs-list :first-child {
    padding: 8px 27px;
}

.tabs-list__item {
    font-size: clamp(10px, 2vw, 11px);
    padding: 8px 39px;
    text-transform: uppercase;
}

.tabs-list__item:hover {
  cursor: pointer;
}

.active {
  color: #04AAA0;
}

.small-arrow {
    margin-right: 4px;
}

.without__small-arrow {
    margin-right: 11px;
}

.with__small-arrow {
    margin-left: 2px;
}

.table__club {
    display: flex;
    align-items: center;
    height: 18px;
    width: 18px;
    margin-right: 4px;
}


/* STAGE TABLE */

.table__row-stage .table__stage {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #121421;
    background-color: #E3E3E8;
    border-radius: 4px;
    height: clamp(18px, 4vw, 28px);
}

.table__stage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.stage {
    margin-left: 12px;
    font-size: clamp(10px, 2vw, 12px);
}

.table__nested table {
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.table__nested .table__row-stage {
    height: clamp(16px, 3.5vw, 18px);
    display: flex;
    justify-content: space-between;
}

.table__nested .table__row-stage .table__home,
.table__nested .table__row-stage .table__away,
.table__nested .table__row-stage .table__number {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(10px, 2.5vw, 11px);
    line-height: 12px;
    color: #121421;
    margin-left: 12px;
}

.table__nested .table__row-stage .table__away,
.table__nested .table__row-stage .table__number {
    font-weight: 400;
}

/* CHARTS */
.pitch-statistics__data {
    display: flex;
}

.pitch-standings__chart-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 8px 16px 12px;
}

.pitch-statistics__charts {
    /*height: 179px;*/
    height: 0;
    flex-grow: 1;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

/* AROUND CHART */

.pitch-statistics__around-chart {
    display: flex;
    justify-content: space-around;
    margin-bottom: 4px;
}

.around-chart__single {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.around-chart__title {
    font-weight: 400;
    font-size: clamp(9px, 2vw, 14px);
    line-height: 12px;
    text-align: center;
    color: #121421;
    margin-bottom: 4px;
}

.around-chart__content {
    display: flex;
    align-items: center;
    width: clamp(82px, 18vw, 120px);
    height: clamp(46px, 10vw, 85px);
}

.around-chart__content .hide {
    color: #F7F7F8;
}

.around-chart__percent-home-team,
.around-chart__percent-away-team {
    font-weight: 600;
    font-size: clamp(9px, 2.2vw, 12px);
    line-height: 12px;
    color: #121421;
}

.around-chart__percent-home-team {
    margin-right: 3px;
}

.around-chart__percent-away-team {
    margin-left: 3px;
}

.around-chart__circular {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.around-chart__circle-bg {
    fill: none;
    stroke-width: 3;
}

.around-chart__circle {
    fill: none;
    stroke-width: 3;
}

.around-chart__circular .around-chart__circle {
    stroke: #EF3C47;
}

.around-chart__circular .around-chart__circle-bg {
    stroke: #121421;
}

/* RANGE  CHART*/

.pitch-statistics__bar-chart {
    display: flex;
    flex-direction: column;
}

.bar-chart__single {
    margin: 6px 8px;
    height: clamp(4px, 1vw, 6px);
    overflow: hidden;
    border-radius: 30px;
}

.bar-chart__single .bar-chart {
    height: 50px;
    width: 100%;
}

.home-statistics {
    height: 50px;
    fill: #121421;
}

.away-statistics {
    height: 50px;
    fill: #EF3C47;
}

.bar-chart__statistics-info {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: clamp(10px, 2.5vw, 12px);
    line-height: 12px;
    text-align: center;
    color: #121421;
}

.bar-chart__percent-home-team,
.bar-chart__percent-away-team {
    font-weight: 600;
}

.bar-chart__percent-home-team {
    margin-left: 12px;
}

.bar-chart__percent-away-team {
    margin-right: 12px;
}

.bar-chart__title {
    font-weight: 400;
}

/* ADD */
.pitch-lineups__field {
}

.tabInfo .note {
    border-radius: 0px 4px 4px 0px;
    float: left;
    width: 4px;
    height: 10px;
    margin-top: 5px;
}

.tabInfo .color {
    border-radius: 0px 4px 4px 0px;
    float: left;
    width: 4px;
    height: 14px;
    margin-right: 3px;
}

.tabInfo .w {
  background-color: #20EA71;
}

.tabInfo .l {
  background-color: #FF4444;
}

.tabInfo .d {
  background-color: #EFC047;
}

.tabInfo .b {
  background-color: #8EB50D;
}

.tabInfo .y {
  background-color: #BDEF47;
}

.tabInfo .r {
  background-color: #F246D0;
}
