
nkstable_both{
    --gap: -2rem;
    position: absolute;
    display: flex;
    top: 128px;
    /* opacity: 0.1; */
    /* width: 107rem; */
    /* height: 100%; */
    /* background: #ff000038; */
    /* border: 1px solid; */
    width: 100%;
    justify-content: center;
  }
  
  nkstable_both * {
    /* border:1px solid red; */
  }
  
  nkstable_both > nks_both_wrap{
    /* display:flex; */
    display: grid;
    grid-auto-columns: 1fr 70px 1fr;
    /* grid-auto-columns: auto 70px auto; */
    grid-auto-flow: column;
    justify-items: center;
  }
  
  nkstable_both > nks_both_wrap > column{
    display: flex;
    width: 100%;
  }
  
  nkstable_both .column1{margin-right: 0px;}
  
  
  nkstable_both .column2{/* margin-left: 60px; */}
  
  nkstable_both .column1 nkstable_roster{
  }
  
  nkstable_both .column2 nkstable_roster{
     /* margin-left: var(--gap); */
  }
  
  nkstable_both nkstable_roster{
    position:relative;
    left: unset;
    top: unset;
    /* min-width: 740px; */
    /* background: red; */
    /* min-width: 100%; */
    width: 100%;
  }
  
  nkstable_both nkstable_both_delim{
    /* width:10px; */
  }
  
  nkstable_roster{
    
    --column-gap: 22px;
    position: absolute;
    top: 0;
    /* left: 0; */
    /* top: 127px; */
    color: white;
    display: flex;
    width: 1920px;
    height: 1080px;
    width: auto !important;
    /* opacity: 1 !important; */
  }
  
  
  nkstable_roster devaStart{
  }
  
  
  @keyframes test {
    0% {
      clip-path: inset(50% 0 0 0);
    }
    100%{ 
      clip-path: inset(0 0 50% 0);
    }
  }
  
  .slideUp{
    transition: all 0.7s;
    /* transition-timing-function: ease-in-out; */
    /* max-height:0; */
    height: 0;
  }
  
  
  nkstable_roster roster_bg,
  nkstable_roster roster_right_bg{
    position:absolute;
    z-index: -1;
    /* background: rgb(0 0 0 / 53%); */
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    border-radius: 15px;
    width: 1920px;
    height: 1080px;
  }
  
  
  
  
  
  nkstable_roster > nks_roster_wrap{
    display: flex;
    position:relative;
    margin: 0px 0px 0px 0px;
  
    min-width: 100%;
    /* width: 100%; */
    min-width: 100%;
    /* border-radius: 10px; */
    align-items: flex-start;
    min-width: 1920px;
    min-height: 1080px;
  }
  
  roster_container{
    display:flex;
    position:relative;
  }
  
  nkstable_roster team_logo{
    --size: 252px;
    --size: 240px;
    /* --size: 25rem; */
    height:var(--size);
    width:var(--size);
    align-self: center;
    display: flex;
    /* margin: 30px 0px; */
    margin-left: 20px;
    margin-right: 30px;
  }
  nkstable_roster team_logo img{
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  
  nkstable_roster roster_left,
  nkstable_roster roster_right{
    position:relative;
    display:flex;
  
  }
  nkstable_roster roster_left{
    display: flex;
    flex-direction: column;
    /* padding: 40px; */
    width: 392px;
    min-width: 392px;
    margin-left: 164px;
    margin-top: 280px;
    /* border: 1px solid red; */
    align-items: center;
  }
  nkstable_roster roster_right{
    position: relative;
    display: inline-block;
    margin-top: 33px;
    margin-left: 164px;
    /* margin-right: 160px; */
    flex-direction: column;
    font-size: 58.33px;
    font-weight: 300;
    line-height: 1;
  }
  
  nkstable_roster coach{
    display:flex;
    font-size: 37px;
    /* width: 1030px; */
    justify-content: center;
  }
  
  nkstable_roster coach_header{
    font-family:'fonbetcup';
    font-size:35px;
    margin-right:30px;
    padding-top: 3px;
  }
  
  nkstable_roster roster_right{
    max-width: 1041px;
  }
  
  roster_right_header{
    display:flex;
    align-items: center;
    margin-bottom: 31px;
    /* width: 1020px; */
  }
  
  roster_right_header_wrap{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  roster_right list{
    /* margin-left: 60px; */
  }
  
  nkstable_roster roster_left_title{
    font-family:"fonbetcup";
    font-weight:normal;
    font-size:50px;
    text-transform:uppercase;
    align-self: center;  
    position: relative;
    display: flex;
    color:white;
    line-height: 1;
    margin-bottom:20px;
  }
  
  nkstable_roster roster_right_title{
    font-family:"fonbetcup";
    font-weight:normal;
    font-size:73px;
    text-transform:uppercase;  
  }
  
  
  nkstable_roster team_name{
    font-size: 70.83px;
    font-weight: bold;
    width: 100%;
    display: flex;
    /* text-align: center; */
    /* justify-content: center; */
    margin-bottom: 23px;
  }
  
  
  nkstable_roster list{
    display: block;
    position: relative;
    /* width:100%; */
    width: fit-content;
    /* columns: 421px 2; */
    /* column-width: 421px; */
    /* column-count: 2; */
    /* min-height: 592px; */
    flex-direction: column;
    /* width: 100%; */
  }
  
  
  [js_players_main_list]{
    /* columns: 70px 2; */
    column-count: 2;
    width: 100%;
    column-gap: 40px;
  }
  
  
  roster_left list{
    display:flex;
    /* width: min-content; */
    flex-direction: column;
    padding-left: 16px;
  }
  
  
  roster_content{
    display:flex;
    flex-direction:column;
    margin-left: 60px;
    min-height: 653px;
    min-height: 637px;
  }
  
  roster_content spacer{
    flex-grow:1;
  }
  
  roster_gk_c{
    display:flex;
    width: 100%;
    gap: 20px;
  }
  
  roster_gk_c > *{
    width:50%;
  }
  
  
  nkstable_roster h3{
    font-size:30px;
    /* margin: 33px 0; */
    margin-top: 40px;
    margin-bottom: 24px;
  }
  nkstable_roster player{
    display: flex;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    break-inside: avoid;
    align-items: flex-start;
    line-height: 1;
    font-size: 50.33px;
    font-size: 41px;
    font-weight: 500;
    /* width: 100px; */
    white-space: nowrap;
    margin-bottom: 16px;
    /* height: 64px; */
  }

roster_content player{
  /* height: 62px; */
  /* margin-top: 22px; */
}
  
  nkstable_roster player name{
    display: flex;
    display: inline;
    /* text-transform: uppercase; */
    /* font-size: 1.1rem; */
    /* margin-top: -9px; */
    line-height: 1;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* width: 221px; */
    overflow: hidden;
    /* padding-right: 10px; */
    /* transform: scale(0.9,1); */
    /* transform-origin: left; */
    padding: 0 5px;
    /* font-family: serif; */
    font-weight: 300;
    /* font-weight: bold; */
  }
  
  
  nkstable_roster player nom{
    position:relative;
    font-weight:bold;
    display: flex;
    margin-right: 0.2em;
    min-width: 1.4em;
    color: white;
    /* line-height: 0.5; */
    /* margin-top: 9px; */
    justify-content: flex-start;
    align-items: center;
  }
  
  
  nkstable_roster roster_left player {
    font-size: 32px;
  }
  
  nkstable_roster player nom:after{
    /* content:"."; */
  }
  
  nkstable_roster player nom_wrap{
    /* display:block; */
    /* width:50px; */
    /* background: green; */
    /* overflow:hidden; */
  }
  
  nkstable_roster player nom_bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /* background:url('assets/num_bg_author.svg'); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
  }
  
  nkstable_roster player nom_bg.a4_rect_bg{
    background-color:white;
    border-radius:5px
  }
  
  
  nkstable_roster player nom_text{
    display: flex;
    /* background: var(--accent-color); */
    /* padding-right: 1px; */
    /* justify-content: center; */
    /* align-items: center; */
  }
  
  
  nkstable_roster coach{
    margin-top:20px;
    
  }
  
  nkstable_roster roster_o_des_el{
    position:absolute;
    width:30px;
    height:30px;
  background-image: url('assets/o_element.svg');
  }
  
  nkstable_roster.home-roster .roster_o_des_el1,
  nkstable_roster.home-roster-both .roster_o_des_el1{
    top:170px;
    left:-15px;
  }
  
  nkstable_roster.home-roster .roster_o_des_el2,
  nkstable_roster.home-roster-both .roster_o_des_el2{
    top:400px;
    left:-15px; 
  }
  
  nkstable_roster.home-roster .roster_o_des_el3,
  nkstable_roster.home-roster-both .roster_o_des_el3{
    bottom:100px;
    right:-15px;  
  }
  
  
  nkstable_roster.away-roster .roster_o_des_el1,
  nkstable_roster.away-roster-both .roster_o_des_el1{
    top:170px;
    right:-15px;
  }
  
  nkstable_roster.away-roster .roster_o_des_el2,
  nkstable_roster.away-roster-both .roster_o_des_el2{
    top:500px;
    right:-15px; 
  }
  
  nkstable_roster.away-roster .roster_o_des_el3,
  nkstable_roster.away-roster-both .roster_o_des_el3{
    bottom:250px;
    left:-15px;  
  }
  
  