/*stats*/


body.score_active .hide_on_score_active{
  display:none;
}

.stats_input{
  display:flex;
}

stat_value{
  display:none;
  /* display: flex; */
  /* min-width: 150px; */
  /* background: red; */
}

body.score_active .stats_input{
  display:none;
}

body.score_active stat_value{
  display: inline-flex;
  /* display: inline; */
  justify-content: center;
}

.var-stats_hits_home,
.var-stats_hits_away{
  margin:0 10px;
}

body.component_score [hide_on_score_active]{
  display:none;
}


body.component_stats [hide_on_stats_active]{
  display:none; 
}

body.component_stats [dim_on_stats_active]{
  /* display:none; */
  opacity: 0.3;
  pointer-events: none;
}

body.component_stats [hide_on_stats_active] * {
  pointer-events: none;
  
}

nks_table_stats *{
  /* border:1px solid; */
}

nks_table_stats {
  display:flex;
  position:absolute;
  top: 0px;
  bottom: auto;
  /* bottom: 0; */
  /* width:1019px; */
  /* max-width: 1152px; */
  /* max-width: 1300px; */
  /* height:93px; */
  /* height: auto; */
  /* text-transform: uppercase; */
  /* width: 1360px; */
  flex-direction: column;
  /* min-width: min-content; */
  align-items: center;
  /* min-width: 100%; */
  height: 1080px;
  width: 100% !important;
  /* min-height: 190px; */
  align-content: center;
  justify-content: flex-start;
}

tstats_wrap{
  display:flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  /* margin-bottom: 100px; */
  width: 1920px;
  min-width: 1920px;
  height: 1080px;
  min-height: 1080px;
}

 
.tstats_row{
  /* display:grid; */
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
  justify-content: center;
  /* margin: 20px; */
  height: 78px;
  /* display: flex; */
  align-items: center;
  /* width: 100%; */
  vertical-align: middle;
}

body.component_stats .tstats_row{
  height: 59px;
}

tstats_logo_home,
tstats_logo_away{
  display: flex;
  /* width: fit-content; */
  /* min-width: fit-content; */
  justify-content: center;
  align-items: center;
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  /* margin: 5px 13px; */
  height: 270px;
  /* max-height: 69px; */
  /* background: red; */
}

tstats_logo_home img,
tstats_logo_away img{
  /* width: 68px; */
  height: 100%;
  object-fit: contain;
}

tstats_logo_home img{
  /* margin-left: -10px; */
}

tstats_logo_home{
  /* margin-left: 12px; */
}

tstats_logo_away{
  /* margin-right: 12px; */
  /* align-self: self-end; */
  /* margin-left: 20px; */
}

 

tstats_name_home,
tstats_name_away{
  flex-grow:1;
  /* display: flex; */
  justify-content: center;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1;
  text-align: center;
  /* margin-top: -8px; */
  text-overflow: ellipsis;
  /* max-width: 470px; */
  /* overflow: hidden; */
  /* font-size: 44px; */
  /* overflow: hidden; */
  font-size: 54px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 17px;
}

tstats_score_home,
tstats_score_away{
  font-size: 77px;
  font-weight: bold;
  text-transform: uppercase;
}

tstats_name_home_text,
tstats_name_away_text{
  display:flex;
  justify-content: center;
}


tstats_score_away{
  
}

tstats_score{
  display: flex;
  font-size: 48.33px;
  line-height: 0.8;
  font-weight: 300;
  align-items: center;
  position: relative;
  width: 258px;
  height:80px;
  margin: 0px 8px;
  padding: 0 3px;
  /* line-height: 1; */
  /* background: #c000ff; */
  align-content: center;
  justify-content: space-evenly;
  z-index: 2;
  /* text-transform: none; */
}

tstats_score > *{
  /* margin-left:-15px; */
  /* margin-top: -9px; */
  display: flex;
  align-items: center;
}

tstats_score_bg.a4_rect_bg{
 /* opacity:0.6; */
 /* background-color:red; */
}


tstats_title{
  display: flex;
  position: relative;
  font-family: "fonbetcup";
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* z-index: -1; */
  align-items: center;
  justify-content: center;
}



tstats_title_bg.a4_rect_bg{
  border-radius:6px;
  height:50px;
  background-color:white;
}


tstats_grid{
  position: relative;
  display: grid;
  /* display: flex; */
  grid-auto-flow: column;
  grid-template-columns: 1fr auto 1fr;
  /* color: black; */
  justify-items: center;
  align-items: start;
  width: 100%;
  grid-row-gap: 0px;
  line-height: 1;
  /* padding: 11px 10px; */
  margin-top: 10px;
  /* user-select: none; */
}

tstats_left,
tstats_right{
  margin-top: 329px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
tstats_left {
  
}

tstats_right{
  
}

tstats_mid{
  z-index:1;
  padding-top: 335px;
  width: 640px;
}

.stats_table{
  /* display:flex; */
  flex-direction: column;
}

tstats_grid .stats_table{
  width:100%;
}

tstats_grid .stats_table tr > *{
  /* display:flex; */
  text-align: center;
  /* width: min-content; */
}

tstats_grid_bg{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  /* background: #ffffffd4; */
  border-radius: 15px;
}

tstats_grid input{
  text-align: center;
  font-size:75px;
  font-weight: bold;
  font-family:parimatch;
  width: 143px;
  /* width: min-content; */
  /* display: inline; */
  /* min-width: 1rem; */
  border: none;
  pointer-events: none;
  user-select: none;
  /* -webkit-user-drag: none; */
  background-color: transparent;
}

.tstats_grid_score_home,
.tstats_grid_score_away{
  font-size: 38px;
  font-weight: bold;
  /* display: inline-grid; */
  /* width: auto; */
  /* display: flex; */
  min-width: 150px;
  justify-content: center;
}

.tstats_grid_score_label{
  font-size: 35px;
  font-weight: 500;
  width:100px;
  white-space:nowrap;
}

.tstats_grid_score_home input[type=text],
.tstats_grid_score_away input[type=text]{
  font-size: 38px;
  border:none;
  width: 58px !important;
}


[length_mask_tstats_teams^="12345678901234"]{
   font-size:80%;
}

[length_mask_tstats_teams^="1234567890123456"]{
   font-size: 70%;
}

[length_mask_tstats_teams^="1234567890123456789"]{
   font-size: 60%;
}

[length_mask_tstats_teams^="123456789012345678901"]{
   font-size: 55%;
}

[length_mask_tstats_teams^="12345678901234567890123"]{
   font-size: 50%;
}

[length_mask_tstats_teams^="1234567890123456789012345"]{
   font-size: 45%;
}

[length_mask_tstats_teams^="123456789012345678901234567"]{
   font-size: 40%;
}

[length_mask_tstats_teams^="1234567890123456789012345678901"]{
   font-size: 35%;
}

[length_mask_tstats_teams^="12345678901234567890123456789012345"]{
   font-size: 30%;
}



