
.match-content__pitch {
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 8px 0 8px 0;
    overflow: hidden;
}

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

.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;
    left: 0px;
    top: 0px;
}

.attack_1 {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.dangerous-attack_1 {
  display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

.in-possession_2 {
    display: none;
    position: absolute;
    right: 0px;
}

.attack_2 {
    display: none;
    position: absolute;
    right: 0px;
    -webkit-transform: scaleX(-1.3);
    transform: scaleX(-1.3);
}

.dangerous-attack_2 {
  display: none;
  position: absolute;
  right: 0px;
  -webkit-transform: scaleX(-1.5);
  transform: scaleX(-1.5);
}


/* BLACK */

.foot-ball {
    display: none; 
    position: absolute;
    bottom: clamp(10px, 2vw, 40px);
    right: clamp(50px, 13vw, 250px);
    width: 12px;
    height: 12px;
    z-index: 1;
    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: 18px;
    height: 20px;
    margin-left: 12px;
}

/* PITCH FRAME */
.pitch__frame {
  display: none;
    position: absolute;

/*    top: 87px;*/
    top: 33%;
    left: 50%;
    height: 85px;
    align-items: center;
    border-radius: 8px;
    transform: translateX(-50%);
}

/* FRAME HOME*/

.pitch__frame-1 {
    position: absolute;
    top: max(41%, 87px);
    left: max(50%, 87px);
    height: 40px;
    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 .Pcontainer {
  position: relative;
}

.frame__background {
  height: 40px;
  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;
    background-color: #F7F7F8;
    height: 40px;
}

.frame__left-horizontal-line {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #EF3C47;
  border-radius: 0 50px 50px 0;
  height: 26px;
  width: 4px;
  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: 10px;
    line-height: 12px;
    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: 10px;
    line-height: 12px;
    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: 10px;
    line-height: 12px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 3px 4px;
    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: 10px;
    line-height: 12px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 3px 4px;
    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;
}
/* tennis */
.data__time_full{
    border-radius: 4px;
}

.tenisPlayerName_1,
.tenisPlayerName_2,
.tenisPlayerName_3,
.tenisPlayerName_4{
    width: 100px;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    color: white;
    text-transform: capitalize;
    padding:  5px;
    font-size: 10px;
    opacity: 0;
}

.tenisPlayerName_1{
    top:45px;
    left: 15px;
}
.tenisPlayerName_2{
    bottom:45px;
    left: 15px;
}
.tenisPlayerName_3{
    top: 45px;
    right: 15px;
    justify-content: flex-end;
}
.tenisPlayerName_4{
    bottom: 45px;
    right: 15px;
    justify-content: flex-end;
}

.name_tennisPlayer_active{
    opacity: 1;
}

.tenisPlayerName_1 span,
.tenisPlayerName_2 span,
.tenisPlayerName_3 span,
.tenisPlayerName_4 span{
    position: absolute;
    height: 100%;
    width: 2px;
    background: #EF3C47;
    border-radius: 2px;
}
.tenisPlayerName_1 span,.tenisPlayerName_2 span{
    left: 0;
}
.tenisPlayerName_3 span,.tenisPlayerName_4 span{
    right: 0;
    background: #121421;
}

.ball_move_content{
    width: 20%;
    max-width: 100%;
    height: 50px;
    position: absolute;
/*    border: 1px solid snow;*/
}

/*----Balls and pols content positions----*/

.ball_move1{
    top: 30px;
    left: 0;
}
.ball_move2{
    bottom: 30px;
    left: 0;
}
.ball_move3{
    top: 30px;
    right: 0px;
}
.ball_move4{
    bottom: 30px;
    right: 0px;
}

.ball_pitch{
    width: 0px;
    height: 0px;
    position: absolute;
    animation-duration: 1.2s;
    animation-iteration-count:infinite;
    animation-timing-function: ease-out;
}

.ball_p1{
    top: 20%;
    left: 10px;
}
.ball_p2{
    bottom: 20%;
    left: 10px;
}
.ball_p3{
    top: 20%;
    right: 10px;
}
.ball_p4{
    bottom: 20%;
    right: 10px;
}

.ball_pitch1{
    width: 4px;
    height: 4px;
    animation-name: ball-1;

}
.ball_pitch2{
    width: 4px;
    height: 4px;
    animation-name: ball-2;
}
.ball_pitch3{
    width: 4px;
    height: 4px;
    animation-name: ball-3;
}
.ball_pitch4{
    width: 4px;
    height: 4px;
    animation-name: ball-4;
}

@keyframes ball-1{
    0%{
        transform: translate(44px, 20px);
        width: 8px;
        height: 8px;
    }
    33%{
        transform: translate(44px, 20px);
        width: 8px;
        height: 8px;
    }
    50%{
        transform: translate(70px, 29px);
        width: 12px;
        height: 12px;
    }
    70%{
        transform: translate(70px, 29px);
        width: 12px;
        height: 12px;
    }
    90%{
        transform: translate(90px, 37px);
        width: 16px;
        height: 16px;
    }
    100%{
        transform: translate(44px, 20px);
        width: 8px;
        height: 8px;

    }
}

@keyframes ball-2{

    0%{
        transform: translate(44px, -20px);
        width: 8px;
        height: 8px;
    }
    33%{
        transform: translate(44px, -20px);
        width: 8px;
        height: 8px;
    }
    50%{
        transform: translate(70px, -29px);
        width: 12px;
        height: 12px
    }
    70%{
        transform: translate(70px, -29px);
        width: 12px;
        height: 12px
    }
    90%{
        transform: translate(90px, -37px);
        width: 16px;
        height: 16px;
    }
    100%{
        transform: translate(44px, -20px);
        width: 8px;
        height: 8px;
    }
}

@keyframes ball-3{
        0%{
        transform: translate(-44px, 20px);
        width: 8px;
        height: 8px;
    }
    33%{
        transform: translate(-44px, 20px);
        width: 8px;
        height: 8px;
    }
    50%{
        transform: translate(-70px, 29px);
        width: 12px;
        height: 12px
    }
    70%{
        transform: translate(-70px, 29px);
        width: 12px;
        height: 12px
    }
    90%{
        transform: translate(-90px, 37px);
        width: 16px;
        height: 16px;
    }
    100%{
        transform: translate(-44px, 20px);
        width: 8px;
        height: 8px;
    }
}

@keyframes ball-4{
    0%{
        transform: translate(-44px, -20px);
        width: 8px;
        height: 8px;
    }
    33%{
        transform: translate(-44px, -20px);
        width: 8px;
        height: 8px;
    }
    50%{
        transform: translate(-70px, -29px);
        width: 12px;
        height: 12px
    }
    70%{
        transform: translate(-70px, -29px);
        width: 12px;
        height: 12px
    }
    90%{
        transform: translate(-90px, -37px);
        width: 16px;
        height: 16px;
    }
    100%{
        transform: translate(-44px, -20px);
        width: 8px;
        height: 8px;
    }
}

.pol{
    width: 0%;
    position: absolute;
    animation-duration:1.2s;
    animation-iteration-count:infinite;
    animation-timing-function: ease-out;
    z-index: 2;
/*    border: 1px solid*/
}

.p1{
    top: 35%;
    left: 20px;
    transform: scale(1, -1);
}
.p2{
    bottom: 35%;
    left: 20px;
}
.p3{
    top: 35%;
    right: 20px;
    transform: rotate(180deg)
}
.p4{
    bottom: 35%;
    right: 20px;
    transform: scale(-1, 1);
}

.pol1{
    animation-name: pol1;
}
.pol2{
    animation-name: pol2;
}
.pol3{
    animation-name: pol3;
}
.pol4{
    animation-name: pol4;
}

@keyframes pol1{

    0%{
        width: 50%;
    }
    33%{
        width: 50%;
    }
    50%{
        width: 90%;
    }
    70%{
        width: 90%;
    }
    90%{
        width: 122%;
    }
     100%{
        width: 50%;
    }
}
@keyframes pol2{

    0%{
        width: 50%;
    }
    33%{
        width: 50%;
    }
    50%{
        width: 90%;
    }
    70%{
        width: 90%;
    }
    90%{
        width: 122%;
    }
    100%{
        width: 50%;
    }
}
@keyframes pol3{

   0%{
        width: 50%;
    }
    33%{
        width: 50%;
    }
    50%{
        width: 90%;
    }
    70%{
        width: 90%;
    }
    90%{
        width: 122%;
    }
    100%{
        width: 50%;
    }
}
@keyframes pol4{

    0%{
        width: 50%;
    }
    33%{
        width: 50%;
    }
    50%{
        width: 90%;
    }
    70%{
        width: 90%;
    }
    90%{
        width: 122%;
    }
    100%{
        width: 50%;
    }
}

/* basketball */
.basketball .tout {
  display: flex;
  margin: 0px 2px;
}
.basketball .i {
  width: clamp(4px, .35vw, 10px);
  height: clamp(4px, .35vw, 10px);
  border-radius: 50%;
  background: white;
  margin: 0px 2px;
}
.basketball .o {
  width: clamp(4px, .35vw, 10px);
  height: clamp(4px, .35vw, 10px);
  border-radius: 50%;
  background: black;
  margin: 0px 2px;
}
.basketball .bonus {
  opacity: 0;
}

.basketball .two-points_1 {
    width: max(34.3%, 110px);
    position: absolute;
    right: clamp(2px, .35vw, 8px);
    display: none;
}
.basketball .two-points_2 {
    width: max(34.3%, 110px);
    position: absolute;
    left: clamp(2px, .35vw, 8px);
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: none;
}

.basketball .three-points_1 {
    width: max(99%, 170px);
    position: absolute;
    border-radius: 16px;
    display: none;
}
.basketball .three-points_2 {
    width: max(99%, 170px);
    position: absolute;
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border-radius: 16px;
    display: none;
}

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

.basketball .in-possession_2 {
    position: absolute;
    width: max(61.8%, 170px);
    /*left: clamp(2px, .45vw, 8px); */
    right: 0px;
    top: clamp(2px, .45vw, 8px);
    bottom: 0;
    transform: rotate(180deg);
    display: none;
}

.basketball .ball {
  display: none;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 14px;
  height: 14px;
  transition: width ease-in-out 1s, top 1s, left 1s;
}
/*hockey*/
.hockey .base-widget {
   width: max(100%, 343px);
}
.hockey .in-possession_1 {
    position: absolute;
    width: max(61.8%, 170px);
    bottom: 0;
    display: none;
}

.hockey .in-possession_2 {
    position: absolute;
    width: max(61.8%, 170px);
    bottom: 4px;
    transform: rotate(180deg);
    display: none;
}

/*hockey*/
.handball .in-possession_1 {
    top: 2px;
}
.handball .in-possession_2 {
    top: 2px;
    transform: rotate(180deg);
}

/*ivolleyball*/
.voll_team_name_1{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: absolute;
    left: 15px;
    bottom: 42px;
    font-size: 10px;
    color: white;
    opacity: 0;
}

/* ––––js–ից միացվող class–ը  թիմի անվան համար–––– */

.voll_team_name_active_1{
    opacity: 1;
    z-index: 300;
}

/* –––– 1-ին թիմի ձախ կողմի կարմիր գիծը–––– */

.voll_team_name_1 span{
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translatey(-50%);
    width: 3px;
    height: 24px;
    border-radius: 5px;
    background: #EF3C47;
}

/* –––– 1-ին թիմի (Ձախ կողմի) գունավորվող կիսադաշտը 2 մասերից–––– */

.vollay_color_1,
.vollay_color_2{
    width: 24%;
    height: 70%;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200
}
.vollay_color_2{
    left: 25.5%;
}


/* –––js-ից ավելացվող class-ը գունավորման համար–––– */

.vollay_background{
    background-color:#CAA473;
}


/* ––––1-ին գնդակ–––– */

#vall_ball_wrapper{
    height: 14px;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
}
#vollay-ball_img_1{
    width: 14px;
    height: 14px;
    opacity: 0;
    animation-duration: 1.5s;
    animation-iteration-count:infinite;
}

/* ----js-ից միացվող class-ը գնդակի տեղաշաժի համար--- */

.vollay_animation{
    opacity: 1;
    animation-name: valley_ball_team_1;
}


@keyframes valley_ball_team_1{
    0%{
        transform: translateX(0px);
        opacity: 1;
    }
    18%{
        transform: translateX(38px);
        opacity: 1;
    }
    22%{
        transform: translateX(38px);
        opacity: 1;
    }
    38%{
        transform: translateX(76px);
        opacity: 1;
    }
    42%{
        transform: translateX(76px);
        opacity: 1;
    }
    58%{
        transform: translateX(114px);
        opacity: 1;
    }
    62%{
        transform: translateX(114px);
        opacity: 1;
    }
    78%{
        transform: translateX(152px);
        opacity: .6;
    }
    82%{
        transform: translateX(152px);
        opacity: .6;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }

}

.voll_team_name_2{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    right: 15px;
    bottom: 42px;
    font-size: 10px;
    color: white;
    opacity: 0;
    z-index: 300;
}

/* ––––js–ից միացվող class-ը թիմի անվան համար–––– */

.voll_team_name_active_2{
    opacity: 1;
    z-index: 300;
}

/* –––– 2-րդ թիմի ձախ կողմի կարմիր գիծը–––– */

.voll_team_name_2 span{
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translatey(-50%);
    width: 3px;
    height: 24px;
    border-radius: 5px;
    background: #121421;
}

/* –––– 2-րդ թիմի (Աջ կողմի) գունավորվող կիսադաշտը 2 մասերից–––– */

.vollay_color_3,
.vollay_color_4{
    width: 24%;
    height: 70%;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200
}
.vollay_color_4{
    right: 25.5%;
}

/* –––js-ից ավելացվող class-ը գունավորման համար––– */

.vollay_background{
    background-color:#CAA473;
}


/* ––––2-րդ գնդակ–––– */

#vall_ball_wrapper_2{
    height: 14px;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
}
#vollay-ball_img_2{
    width: 14px;
    height: 14px;
    opacity: 0;
    animation-duration: 1.5s;
    animation-iteration-count:infinite;
}

/* ----js-ից միացվող class-ը 2–րդ գնդակի տեղաշաժի համար--- */

.vollay_animation_2{
    opacity: 1;
    animation-name: valley_ball_team_2;
}

@keyframes valley_ball_team_2{
    0%{
        transform: translateX(0px);
        opacity: 1;
    }
    18%{
        transform: translateX(-38px);
        opacity: 1;
    }
    22%{
        transform: translateX(-38px);
        opacity: 1;
    }
    38%{
        transform: translateX(-76px);
        opacity: 1;
    }
    42%{
        transform: translateX(-76px);
        opacity: 1;
    }
    58%{
        transform: translateX(-114px);
        opacity: 1;
    }
    62%{
        transform: translateX(-114px);
        opacity: 1;
    }
    78%{
        transform: translateX(-152px);
        opacity: .6;
    }
    82%{
        transform: translateX(-152px);
        opacity: .6;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }

}


