@import url('assets/fonts/buyan/buyan.inlined.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  /* display: flex; */
}


html{
  font-size: 16px;
  height: 100vh;
  width: 100vw;
  border:0;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  /* --animator-fadein-time: 2000; */
  /* --animator-fadeout-time: 2000; */
  /*   min-width: 1890px;
  min-height: 990px;
  max-height: 1080px; */
  --test: 20;
}

body {
  /* --scale: 0.75; */
  --bg-color: #dcdcdc;
  --bg-color2: #252422;
  --bg-color3: white;
  --bg-color4: #3d3d3d;
  --border_color: var(--bg-color3);
  --text-color: #252422;
  --text-color-inverted: white;
  --accent-color: var(--bg-color);
  --home-color: #50f000;
  --away-color: #50f000;
  --away-color-text: #000000;
  --home-color-text: #000000;
  --bg-bl-opacity: rgba(0,0,0,0.38);
  --bg-bl-opacity: rgb(0 0 0 / 48%);
  --tlittle-main-width: 148px;
  --bg-whitellines: rgb(255 255 255 / 10%);
  --red: #e52935;
  /* --tlittle-main-width: 168px; */
  /* font-family: 'Roboto'; */
  /* font-family: 'Play'; */
  min-width: 1900px;
  min-height: 990px;
  max-width: 1920px;
  max-height: 1080px;
  position: relative;
  overflow:hidden;
  /* overflow: scroll; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  /* max-width: 1920px; */
  /* min-width: 1920px; */
  /* max-height: 1080px; */
  border:0;
  margin: 0;
  font-family: 'Buyan';
  font-weight: 500;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: 1;
  /*   text-shadow: 0px 0px 2px black, 0px 0px 3px #000000d1;
 */
  user-select:none;
  --radius_small: 7px;
  --radius_big: 15px;
  --radius_mid: 10px;
  --radius_bigger: 20px;
  --bottom_titles_margin: 54px;
}

img{
  /* image-rendering: -webkit-optimize-contrast; */
}

nks_templates{
  position:absolute;
  bottom:0;
  display:none;
}

.img-loader{
     position: absolute;
     left: calc(100% - 2px);
     opacity: 0.01;
     top: calc(100% - 2px);
     width: 2px;
     height: 2px;
     overflow: hidden;
}

viewport{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow:hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.scale{
  /* transform: scale3d(0.76,0.76,1); */
  /* transform: scale(0.75); */
}


@media (max-width: 636px) {
  header h1 {
    font-size: 2rem;
  }
  header p {
    font-size: 1rem;
  }
  main h3 {
    font-size: 1.5rem;
  }
  main li {
    font-size: 1rem;
  }
}


button{
  padding:0.5rem 1rem;
  color:white;
  background:black;
  border-radius:0.3rem;
  cursor: pointer;
  border:none;
 
}

button:hover{
  background:#002b12;
}

[team="home"] .away-logo,
[team="home"] .away-element{
  display:none;
}

[team="away"] .home-logo,
[team="away"] .home-element{
  display:none;
}


vbg {
  display: flex;
  position: absolute;
  top:0;
  left:0;
}

.forwards{
  grid-area:right;
}





/* TITLES */

skore_titles_container{
  /* position: absolute; */
  /* bottom:90px; */
  /* left: 50px; */
  /* right: 50px; */
  display: flex;
  /* padding-left: 3px; */
  /* margin-top: calc(var(--row0-height) * -1); */
  grid-area: last;
  flex-direction: column;
  /* align-self: flex-start; */
  /* width: 1300px; */
  /* height: 100%; */
  width: 100%;
  /* padding-left: 230px; */
  /* padding-right: 230px; */
  /* transform-origin: bottom left; */
}

skore_titles_container.scale{
  transform: scale(0.75);
}

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

skore_title{
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
  /* width: min-content; */
  /* height: auto !important; */
  /* min-width: 900px; */
  /* min-height: 302px; */
  margin-top: -50px;
}

skore_title .home-logo,
skore_title .away-logo{
  /* display:none; */
}

skore_title .home-logo img,
skore_title .away-logo img{
  
}

skore_title_wrapper{
  display: flex;
  padding-top: 83px;
  /* padding-top: 127px; */
  padding-left: 140px;
  min-width: 900px;
  min-height: 330px;
  margin-bottom: 50px;
  /* margin-top: -50px; */
}

skore_title_card{
  display:flex;
  width: 126px;
  height:128px;
  margin-top: 19px;
  margin-right: -10px;
}

skore_title_row0{
  display: flex;
  height: 61px;
  /* height: 39px; */
  align-items: center;
  margin-top: 1px;
}

skore_title_norow{
  display: flex;
  height: 89px;
  align-items: center;
  margin-top: 27px;
  font-size: 36px;
}

skore_title_header{
  display: flex;
  font-family: "fonbetcup", Tahoma;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  white-space: nowrap;
}

skore_title_content_container{
  /* background: #ff000070; */
  display: flex;
  flex-direction: column;
  /* margin-left: 20px; */
}

.big_coach skore_title_content_container{
  margin-top: 24px;
}

.big_coach skore_title_row0{height: 38px;margin-top: 19px;}

skore_title_content{
  display: flex;
  flex-direction: column;
  font-size:38px;
  font-weight:bold;
  line-height: 1;
  white-space: nowrap;
}

skore_title_row1{
  display:flex;
}

skore_title_row2{
  display:flex;
  margin-top:10px;
}

skore_title_name{
  font-size: 38px;
  font-weight: bold;
}

skore_title_firstname{
  font-size: 38px;
}

skore_title_lastname{
  font-size:38px;  
  text-transform:uppercase;
}

skore_title_goal_text{
  display: flex;
  font-size: 120px;
  font-family:'fonbetcup';
  font-weight:normal;
  line-height: 0.8;
  margin-left: -6px;
}

skore_title_header_bg{

}

skore_title_header_txt{

}


vbg.big_player_card_bg{
  width:881px;
  height: 332px;
}


.event_player_yellow skore_title_header_txt::before{
   background:#ffe400;
}



skore_title_name{

}

skore_title_logo {
  height: 200px;
  /* margin-left: 22px; */
  /* margin-right: -9px; */
  /* background: #179b1a6e; */
  margin-top: -20px;
  margin-right: 23px;
  margin-left: -20px;
}

skore_title_common_icon{
  width:200px;
  min-width: 220px;
}

skore_title_logo img {
  height:100%;
}

big_swap_triangles{
  width:71px;
  height:114px;
  margin-top:47px;
}


.skore_title_comments skore_title_wrapper{
  /* padding-top: 102px; */
  min-width: 1090px;
}

.skore_title_comments skore_title_row0{
  height: 39px;
  margin-top: 33px;
}

.skore_title_comments skore_title_content{
  font-weight:500;
}

nks_shootouts{
  /* margin-top: var(--row0-height); */
  /* display: none; */
}

.little nks_shootouts{
  display:none !important;
}

nks_shootouts_wrap{
  
}


skore_title_refs_wrapper{
  display:flex;
  width:1000px;
  height: 442px;
}

skore_title_refs_wrapper .skore_title_refs_bg{
  width:1000px;
  height: 441px;
  overflow:hidden;
  display: flex;
  /* margin-top: -40px; */
  align-items: flex-end;
}

skore_title_refs_wrapper .skore_title_refs_bg img{
  /* margin-top: -168px; */
  object-fit: none;
  width: 1000px;
  height: 550px;
}

skore_title_refs_wrapper skore_title_refs_container{
  margin-left: 320px;
  margin-top: 95px;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
}

skore_title_refs_row{
  display: flex;
  margin-bottom: 9px;
}

skore_title_refs_header{
  display:flex;
  width: 220px;
  font-family: 'fonbetcup';
  font-size: 30px;
  font-weight: 500;
  /* line-height: 2; */
  padding-top: 12px;
}

skore_title_refs_list{
  
}

skore_title_refs_list referee{
  display: flex;
  font-size:38px;
  line-height: 1.3;
}

nks_shootout{
    position:relative;
  background: var(--bg-bl-opacity);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  font-size: 25px;
  overflow:hidden;
}


nks_shootout shoo_empty,
nks_shootout shoo_goal,
nks_shootout shoo_def{
  position:relative;
}
nks_shootout shoo_empty,
nks_shootout shoo_goal,
nks_shootout shoo_def,
nks_shootout shoo_goal::before,
nks_shootout shoo_def::before{
  display: flex;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  /* background: var(--accent-color); */
  /* color: beige; */
}

nks_shootout shoo_empty{
  background:white;
  clip-path:circle(4px);
}

nks_shootout shoo_def::before{
  content: "X";
  transform:translateY(-100%);
  /* background-color: var(--accent-color); */
  /* color: black; */
}


nks_shootout shoo_goal::before{
  content: " ";
  /* content: "á›­"; */
  background-color: var(--accent-color); 
  color: var(--text-color-inverted);  
  transform:translateY(-100%);
  background-image:url("assets/check.svg");
  background-size:24px;
  background-repeat:no-repeat;
  background-position:center;
}


nks_shootout.result_goal shoo_goal::before{
  transform: translateY(0);
}

nks_shootout.result_def shoo_def::before{
  transform: translateY(0);
  /* font-size: 55px; */
}


nks_shootout.result_def shoo_empty,
nks_shootout.result_goal shoo_empty{
  transform:translateY(100%);  
  
}

nks_shootout goal{
  
}

nks_shootout def{
  
}

.nks_shootout_goal {
  
}

svg_container{
  display:none;
}

.polygon_i{
  clip-path: polygon(var(--height) 0%, 100% 0%, calc(100% - var(--height)) 100%, 0% 100%);
}

.polygon{
  clip-path: polygon(0% 0%, calc(100% - var(--height)) 0%, 100% 100%, var(--height) 100%);
}


skore_area_bottom {
  display: flex;
  /* background:#ffffff7a; */
  position: absolute;
  bottom: 50px;
  bottom: 0;
  left: 98px;
  width: 100%;
  /* height: 100%; */
  /* top: 20px; */
  justify-content: flex-end;
  flex-direction: column;
  z-index: 2;
  align-items: flex-start;
}


/* .hb_panel{
  --height:max-content;
  --width:1208px;
  min-width:var(--width);
} */





/* 
.hb_panel_header_wrap {
	display: flex;
	height: 100%;
	min-width: 710px;
	min-width: 100%;
	padding: 0 60px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 1%,

		rgba(255, 255, 255, 1) 2%,
		rgba(255, 255, 255, 1) 98%,
        rgba(255, 255, 255, 0.5) 99%,

		rgba(255, 255, 255, 0) 100%
	);
	justify-content: center;
	text-shadow: none;
	background:none;
	overflow: hidden !important;
	white-space: nowrap;
	align-items: center;
	position: relative;
} */


/* 
.hb_panel_wrapper::before{
	position:absolute;
	content:" ";
	top: 107px;
	left: var(--pd_side);
	right: var(--pd_side);
	bottom: var(--pd_top);
	background-image: url("./assets/images/matchid_bg_ov.png"), url("./assets/images/matchid_bg.jpg");
	background-size: 100%, cover;
	background-position: center bottom;
	background-repeat:no-repeat;
	background: none;
	border: 40px solid #ffffff1f;
	border-top: none;
	border-bottom: none;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	border: none;
}

.hb_panel_header_wrap::before{
    content:" ";
    position: absolute;
    left: 83px;
    right: 83px;
    top:-30px;
    bottom:-30px;
}

.hb_panel_header_text{
    display: flex;
    z-index: 100;
    font-size: 60px;
    font-weight: 700;
    align-items: center;
    padding: 0 51px;
}

.hb_panel_header_subheader{
  font-weight: 600;
}

.hb_panel_header_splitter{
  padding: 0px 17px;
  margin-top: -5px;
}
 */
.h_bottom_t,
.common_h
 {
  display: flex;
  height: 47px;
  background: var(--bg-color2);
  color: var(--text-color-inverted);
  border-radius: 13px;
  font-size: 41.67px;
  /* height: 50px; */
  font-weight: 400;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-grow: 1;
}


[autofit_child] {
  transform-origin: left center;
}

body[src=""] [var-src="extra_comp_logo_image"] {
  display: none;
  opacity: 0;
}

body[var-value-of-extra_disable_player_photos="1"] .player_photo {

}

body[var-value-of-extra_disable_player_photos="1"] .player_photo {
	display: none;
}