
#Lineups{
        display: none;
  width: 100%;
}

#Substitution,
#Sub_players{
    width: 100%;
    margin-top: 12px;
}
#Sub_title{
    font-family: 'SF Pro Display', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.6px;
opacity: .9;
}

.sub_blocks_parent,
#Sub_players_parent{
    width: 100%;
    margin-top: 4px;
    padding: 0 8px 8px;
background: #F5F4F1;
    border-radius: 12px;
    display: flex;
    justify-content:space-between;
}

.sub_blocks,
.Sub_players_block{
    width: 100%;
}

.sub_block{
        height: 32px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

.sub_home{
    justify-content:flex-start;
}

.sub_guest{
    justify-content:flex-end;
}

.sub_min{
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.7px;
rgba(0, 0, 0, .5);
    font-weight: 600;
    font-family: 'SF Pro Display', sans-serif;
    width: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.sub_minHome{
    margin-right: 2px;
}
.sub_minGuest{
    margin-left: 4px;
/*    border: 1px solid*/
}


.sub_img{
    width: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_img img{
    width: 100%;
}
.sub_imgHome{
    margin-right: 8px;
}
.sub_imgGuest{
    margin-left: 8px;
}



.sub_name{
    display: flex;
    flex-direction: column;
}
.sub_nameHome{
    text-align:start;
}
.sub_nameGuest{
    text-align: end;
}

.namePl,
.nameSub{
    font-family: 'SF Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.32px;
opacity: .9;
}

.nameSub{
rgba(0, 0, 0, .4);
}

/*---------------Sub_players------------*/

/*   h    HOME + GUEST*/
.Sub_players_home,
.Sub_players_guest{
    display: flex;
    align-items: center;
    width: 100%;
    height: 16px;
    margin-top: 8px;
/*    border: 1px solid blue*/
}
.Sub_players_guest{
    justify-content: flex-end;
}


/*  HOME + GUEST*/

.sub_player_name{
    height: 100%;
        font-family: 'SF Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.32px;
opacity: .9;
/*    border: 1px solid red*/
}

.sub_player_nom{
    width: 16px;
/*    height: 100%;*/
    font-family: 'SF Pro Display', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7;
    text-align: center;
rgba(255,255,255, .58);
    margin-right: 4px;
/*    border: 1px solid red*/
}

.subPlNom_G{
    margin-left: 4px;
}

/* ---------------- */
#LineupsI .field {
  position: relative;
  text-align: center;
}

.fImg {
    height: auto;
    width: 100%;
    aspect-ratio: 292 / 480;
}

#LineupsI .circle {
  position: absolute;
  border-radius: 50%;
  width: clamp(24px,6vw,50px);
  height: clamp(24px,6vw,50px);
  font-size: 20px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
        color: white;
}
@media(max-width:650px){
  #LineupsI .circle {
    font-size: 18px;
  }
}
@media(max-width:500px){
  #LineupsI .circle {
    font-size: 15px;
  }
}
@media(max-width:400px){
  #LineupsI .circle {
    font-size: 14px;
  }
}

#LineupsI .home {
  transform: translateX(50%);
}

#LineupsI .away {
  transform: translateX(-50%);
}

#LineupsI .num {
  position: absolute;
  font-weight: 600;
  color: #FFFFFF;
  width: 24px;
  text-align: center;
}

#LineupsI .name {
        position: absolute;
        font-weight: 600;
        font-size: 0.9em;
        color: black;
        width: 300%;
        top: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

#LineupsI .name:hover {
  overflow: visible;
}

.rt1 img {
  width: 50%;
}
.goal {
  width: 10%;
}

#LineupsI .circle .event {
  position: absolute;
  display: flex;
  height: 50%;
}

#LineupsI .rt1 {
  width: 100%;
  bottom: 75%;
  right: 30%;
}

#LineupsI .rb1 {
  width: 100%;
  top: 35%;
  left: 100%;
}

#LineupsI .lb1 {
  width: 200%;
  bottom: 75%;
  left: 75%;
}

#LineupsI .rt2 {
  width: 100%;
  bottom: 75%;
  right: 75%;
}

#LineupsI .rb2 {
  width: 100%;
  top: 35%;
  left: 100%;
}

#LineupsI .lb2 {
  width: 500%;
  bottom: 75%;
  left: 75%;
}

#title_linups{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 8px 0;
    margin-bottom: -25px;
    padding: 4px;
/*    border: 1px solid;*/
}
#title_linups img{
    display: block;
    max-width: 32px;
    max-height: 32px;
    padding: 4px;
}
#title_linups h1{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}
#title_linups p{
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    opacity: .56;
    line-height: 14px;
    letter-spacing: 0.7px;
}

@media(max-width:600px){
  #title_linups {
    margin-bottom: 0px;
  }
}
