.results{clear:both;}

div#wrapMultiSelect {
  /* width: 100%; */
  /* display: inline-flex; */
  /* background: #f3f3ec; */
    /* padding-bottom: 20px; */
   /*  padding: 0 10px 20px 10px; */
}

.testa-filtri {
  background: #45236b;
  color: #c4e25b;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

button.ico {
  padding: 0;
  background: transparent;
  outline: none !important;
}

.testa-filtri .holder-sx span.ico img {
  width: 20px;
}

.box-giocatori #wrapMultiSelect {
    width: 100%;
    /* display: inherit; */
    background: #f3f3ec;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.label-select {
  display: none;
}

.label-box-card {
  display: inline-flex;
}

@media only screen and (max-width: 1200px) {
    .holder-card-info-rosa {
      max-width: 49% !important;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767.9px) {
    .holder-card-info-rosa {
      max-width: 100% !important;
      margin-bottom: 20px;
    }
  }
  
  .holder-card-info-rosa .card{
    height: 100%;
  }
  
  .holder-card-info-rosa .card-header{
    background: #bae43a;
    border: 0;
    /* display: inline-block; */
    margin-right: 30%;
    color: #020202;
    /* font-weight: 700; */
    position: relative;
  }
  
  .holder-card-info-rosa .card-header:after{
      content: "";
      width: 30px;
      height: 100%;
      top: 0;
      right: -27px;
      position: absolute;
      background: #bae43a;
      z-index: 0;
      
      -webkit-mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
      mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
      mask-size: auto;
      -webkit-mask-size: cover;
      mask-size: cover;
  }
  
  .holder-card-info-rosa p.media-totale {
    border-bottom: 2px solid;
  }
  
  .holder-card-info-rosa p{
    border-bottom: 1px solid #020202;
    color: #020202;
  }
  
  .holder-riga-player-rosa {
   /* display: grid;
    grid-template: fr1 fr1 fr1 fr1 fr1;
    grid-template-columns: auto 25% auto auto auto auto auto;*/
      display:flex;
    margin-bottom: 20px;
    background: #f3f2ed;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .holder-row-giocatore.coach button.ico-open-bg.btn {
    display: none;
  }
  
  .holder-row-giocatore.coach  .inner-seconda-parte, .holder-row-giocatore.coach  .numero-maglia-giocatore {
    opacity: 0;
  }
  
  .item-player-rosa {
    font-size: 0.9rem;
    font-weight: normal;
      flex-grow:1;
  }
  
  .holder-riga-player-rosa:hover  a.item-player-rosa .nome {
    font-weight: 500;
    color: #bbe53b;
  }
  .holder-riga-player-rosa .wrap-content, .holder-riga-player-rosa .wrap-nome-rosa {
  transition: all 0.5s;
      padding:0px 5px;
  }
  
  .holder-riga-player-rosa:hover .wrap-content, .holder-riga-player-rosa:hover .wrap-nome-rosa {
    background: #fff;
  }
  
  .holder-riga-player-rosa:hover .wrap-nome-rosa .img-player {
    
    border: 2px solid #bbe53b;
  }
  
  
  .holder-riga-player-rosa {
    cursor: pointer;
      position: relative;
      padding: 10px;
  }
  
  .item-player-rosa:hover {
    text-decoration: none;
  }
  
  .item-player-rosa>span {
    border-bottom: 1px solid;
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
  }
  
  .wrap-nome-rosa {
    text-align: left;
  }
  
  .wrap-content {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #442a69;
    transition: all 0.5s;
  }
  
  .holder-riga-player-rosa:hover .wrap-content {
    color:#bbe53b
  }
  
  .wrap-nome-rosa  {
  display: flex;
  align-items: end;
  }
  
  .wrap-nome-rosa .img-player {
    opacity: 1 !important;
    min-width: 30px;
    max-width: 50px;
    border-radius: 50px;
    background: #fff;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #fff;
    transition: all 0.5s;
  }
  
  .wrap-nome-rosa .nome {
    display: inline-block;
    color: #442a69;
    font-size: 1rem;
    align-self: center;
    margin-left: 5px;
    transition: all 0.5s;
    font-weight:500;
  }
  @media only screen and (max-width: 750px) {
      .wrap-nome-rosa .nome {
        font-size: 0.8rem;
      }
      .item-player-rosa > span {
          font-size: 0.6rem;
          font-weight: 500;
      }
      
      #data_nascita{display:none !important;}
      
      .td-container, .tdc-row, .tdc-row-composer {
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
      
      .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
      
      .holder-riga-player-rosa {
          margin-bottom: 5px;
          padding-top: 5px;
          padding-bottom: 5px;
      }
  }
  
  .wrap-nome-rosa .nome .posizione {
    font-size: 0.8rem;
    color: #a9d035/*#bbe53b*/;
    background: #fff;
    text-align: center;
    transition: all 0.5s;
  }
  @media only screen and (max-width: 750px) {
      .wrap-nome-rosa .nome .posizione {
        font-size: 0.5rem;
  
      }
  }
  
  .holder-riga-player-rosa:hover .wrap-nome-rosa .nome .posizione {
    color: #fff;
    background: #bbe53b;
  }
  
  .wrap-nome-rosa .nome span{
    display: block;
  }
  .testa-filtri {
    width: 100%;
  }

/* COMPETIZIONE/SQUADRE */

#holder-squadre{
    display: grid;
    /* flex-wrap: wrap; */
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

div#wrapMultiSelect {
  /* width: 100%;  */
 /* display: inherit; */
 /* background: #f3f3ec; */
 /* padding-bottom: 20px; */
 
} 

div#wrapMultiSelect.background-grigio {
  background: #f3f3ec;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: center;
  width: 100%;
}



div#wrapMultiSelect.background-grigio select {
  min-width: 200px;
}

@media all and (max-width: 576px) {
    #holder-squadre{
        grid-template-columns: 1fr 1fr;
    }
    .ml-3.wrapper-anno {
      margin-left: 0 !important;
      margin-right: 10px;
  }
  

  #wrapMultiSelect.padding-more{
    padding: 0 10px 20px 10px;
  }

  .box-classifica .card-title.label-box-card.row.m-3.pb-3 {
    padding: 0 !important;
    margin: 0 !important;
 }

  
}
.wrap-boxes-squadre #holder-squadre .card {
    background: transparent;
    display: flex;
    width: 100%;
    /* margin-bottom: 4%; */
    border: 1px solid #020202;
    transition: all 0.1s ease;
    padding: 4px;
}
.wrap-boxes-squadre  #holder-squadre  .card .card-body {
    display: block !important;
}

.card-title.squadra-nome {
    color: #46236c;
    font-weight: 700;
}
.stadioInfo {
    font-weight: 400;
    font-size: 0.7rem;
}

figure.card-img-top {
    border-radius: 150px;
    overflow: hidden;
    background: #f2f0f0;
    padding: 10px;
    text-align: center;
    width: 130px;
    height: 130px;
    display: flex;
    /* max-height: 130px; */
    margin: auto;
}

figure.card-img-top img{
    max-width: 110px;
    margin: auto;
    object-fit: contain;
    padding: 10px;
}

.wrap-boxes-squadre #holder-squadre .card:hover {
    border: 4px solid #020202;
    padding: 0px;
}

.holderSquadra.card:hover .btnProfilo {
    display: block;
    opacity: 1;
}

.holderSquadra.card .card-body {
    padding: 0.5rem !important;
}

.holderSquadra.card:hover {
    border: 5px solid #020202;
    padding: 0;
}

.holderSquadra.card {
    padding: 4px;
    transition: all 0.4s ease;
}

.btnProfilo {
    background: #020202;
    color: #fff !important;
    width: 80%;
    margin: auto;
    position:relative;
    padding-top: 5px;
    padding-bottom: 5px;
    /* display: none; */
    opacity: 0;
    margin-bottom: -4px;
    transition: all 0.4s ease;
}
.btnProfilo:after {
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    right: -20px;
    position: absolute;
    background: #020202;
    z-index: 0;
    
    -webkit-mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_DX.svg) no-repeat 50% 50%;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.btnProfilo:before {
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    left: -20px;
    position: absolute;
    background: #020202;
    z-index: 0;
    
    -webkit-mask: url(/assets/img/bordo_stondato_SX.svg) no-repeat 50% 50%;
    mask: url(/assets/img/bordo_stondato_SX.svg) no-repeat 50% 50%;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
}



/* COMPETIZIONE GIOCATORE  */

.results figure.card-img-top img {
    border-radius: 100px;
}

.font-oro-piccolo {
    color: #020202;
    font-weight: bold;
    font-style: normal;
}

.holder-boxes-card {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
}

.box3 {
    background: #f3f2ed;
    /* float: left;
    width: 50%; */
    text-align: center;
    height: 85px;
    padding-top: 26px;
    position: relative;
    /* min-width: 90px;
    max-width: 95px; */
    margin: 3px !important;
}

.box3 span {
    position: relative;
    top: 30px;
}

.box3 span.font-nero-piccolo, .font-nero-piccolo {
    color: #000;
    font-style: normal;
    font-weight: normal !important;
    line-height: 14px;
    font-size: 0.8rem;
}

.box3 br+span, .box3 div {
    position: relative;
    top: -15px;
}

.wrap-nome-rosa div{
    margin: auto;
}

/* 
.results {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 
}

@media (max-width: 767.9px){
    .results {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px){
    .results {
        grid-template-columns: 1fr;
    }
} */

/* LISTA GIOCATORI NEW  */ 

/*.holder-row-giocatore.no-detail .ico-open-bg.btn/*, .holder-row-giocatore.no-detail .numero-maglia-giocatore*//* {
  display: none;
}*/

.holder-row-giocatore.no-detail .anagrafica-giocatore {
  align-self: center;
}


.holder-row-giocatore {
  position: relative;
  background: #020202;
  transition: min-height 0.3s ease;
  margin-bottom: 10px;
  min-height: 0;
  display: block;
}

.holder-row-giocatore .inner-row-giocatore {
  background: #f3f2ed;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 100px;
  min-height: 90px;
  padding: 10px;
  color: #020202;
}

.holder-row-giocatore .inner-bg-row-giocatore {
  position: absolute;
  top: 0;
  width: 100%;
  background: #020202;
  z-index: 0;
  height: 100%;
  align-items: flex-end;
  padding-right: 30px;
  padding-left: 10px;
}


/* SPOSTATO IN COMUNE-CPT.css  */

/* .item-grid-ranking {
    display: grid;
    grid-template-columns: minmax(20px, 130px) minmax(20%, 25%) minmax(20%, 30%) 1fr 1fr 1fr;
    border-bottom: 1px solid #020202;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #371557;
}

.item-grid-ranking figure {
  max-width: 50px;
  display: inline-flex;
  max-height: 50px;
  margin-right: 5px;
}

.item-grid-ranking figure.fig-squadra {
  max-width: 30px;
}

.content-nome-ruolo {
  display: flex;
  flex-direction: column;
}

.content-nome-ruolo span:first-child {
  line-height: 12px;
}

.content-nome-ruolo span:last-child {
  font-weight: 500;
  font-size: 0.8rem;
}

a.link-squadra-classifica {
  display: flex;
  align-items: center;
}


.item-grid-ranking-label {
    display: grid;
    grid-template-columns:  minmax(20px, 130px)  minmax(20%, 25%) minmax(20%, 30%) 1fr 1fr 1fr;
    border-bottom: 1px solid #020202;
    color:#020202;
    margin-bottom: 10px;
}

.holder-button-lm {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 77%);
  position: relative;
  z-index: 1;
  top: -190px;
  height: 200px;
  display: flex;
}

@media only screen and (max-width: 767.9px) {

  .rankingBox-wrapper .holder-pla{
    padding-bottom: 20px; 
  }
    
  .rankingBox-wrapper .holder-squadra {
    padding-bottom: 0px; 
  }
  
  .label-info-classifica.label-squ {
    display: none;
  }
  
  .item-grid-ranking-label {
    display: none;
  }

  .rankingBox-wrapper .holder-pla {
    margin-left: 10px;
  }

  .holder-squadra.d-flex.d-md-flex {
    grid-area: squadra;
  }

  .holder-pla  {
    grid-area: player;
  }

  .holder-info-classifica.holder-value {
    grid-area: val;
    margin-left: 10px;
    justify-content: flex-end !important;
    display: flex;
    margin-right: 10px;
    
  } 

  .rankingBox-wrapper {
    position: relative;
}

  .holder-info-classifica.holder-value span:last-child {
    font-size: 30px !important;
    padding-bottom: 20px;
  }

  .holder-info-classifica.holder-minuti {
    grid-area: min;
    margin-left: 10px;
  } 
  .holder-info-classifica.holder-total-games {
    grid-area: tg;
    margin-left: 10px;
  }

  .holder-squadra {
    justify-content: flex-end;
  }

  .holder-squadra a.link-squadra-classifica {
    flex-direction: row-reverse;
    margin-right: 10px;
  }

  .holder-info-classifica.holder-value span:first-child {
    display: none !important;
  }

  .holder-info-classifica.holder-value span:first-child,
  .holder-info-classifica.holder-minuti span:first-child,
  .holder-info-classifica.holder-total-games span:first-child {
    color: #371557;
    font-weight: 500;
    font-size: 0.8rem;
    margin-right: 5px;
  }

  .holder-info-classifica.holder-value span:last-child,
  .holder-info-classifica.holder-minuti span:last-child,
  .holder-info-classifica.holder-total-games span:last-child {
    color: #371557;
    font-weight: 700;
    font-size: 1rem;
  }
  
  .holder-squadra.d-flex.d-md-flex {
    margin-top: 5px;
    margin-bottom: 5px;
    justify-content: flex-end;
  }

  .item-grid-ranking figure {
    max-width: 70px;
    max-height: 70px;
  }

  .holder-pos-num-sticky.d-md-none.d-inline-block {
    position: absolute;
    left: -30px;
    bottom: 1px;
    z-index: 0;
    font-size: 180px;
    line-height: 123px;
    opacity: 0.2;
    color: #020202;
    font-weight: 700;
  }

  .item-grid-ranking {
    grid-template-areas:
    "player player player player val val"
    "min min min min min min"
    "tg tg squadra squadra squadra squadra";
  }

  .holder-filtri-ranking {
    margin-left: 0 !important;
    grid-template-columns: 1fr !important;
  }

}

.rankingBox-wrapper .holder-pla, .rankingBox-wrapper .holder-squadra {
  font-weight: 700;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.rankingBox-wrapper .holder-squadra {
  font-weight: 500;
}

.holder-pla {
  font-weight: 700;
  width: 40%;
}

.holder-squadra {
  margin-left: 10px;
  width: 60%;
} */
/* END SPOSTATO IN COMUNE-CPT.css  */

.holder-row-giocatore .inner-prima-parte, .holder-row-giocatore .inner-seconda-parte, .holder-row-giocatore .sub-inner-giocatore  {
  flex-grow: 1;
}

.holder-row-giocatore .inner-prima-parte{
  border-right: 1px solid #fff;
  padding-right: 20px
}

.holder-row-giocatore .inner-seconda-parte {
  pointer-events: none;
  padding-left: 20px;
}

.holder-row-giocatore button.ico-open-bg.btn {
  color: #bbe53b;
  padding: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

figure.fig-giocatore {
  width: 50px;
  border-radius: 100px;
  overflow: hidden;
  height: 50px;
  z-index: 1;
 /* background: #ffff;*/
  

background: url('../img/fondo-profilo.png');
background-size: 100%;
background-repeat: no-repeat;
background-position: 50%;
border: none;
padding: 0px;

}

figure.fig-paese {
  height: 20px;
  width: 20px;
}

.numero-maglia-giocatore {
  background: #020202;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.nome-giocatore, .content-presenze, .content-minuti, .content-aggiuntivo  {
  font-weight: 700;
}
.nome-giocatore {
  line-height: 1rem;
}

span.label-presenze, span.label-minuti, .ruolo-giocatore, .label-aggiuntiva {
  font-size: 0.9rem;
}

.holder-anagrafica-giocatore {
  width: 230px;
}


.content-aggiuntivo {
 color: #bbe53b;
}

.holder-stats-giocatore-aggiuntiva {
  text-align: center;
}

.sub-inner-bg-giocatore {
  height: 50%;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  color: #fff;
  display: flex;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
  opacity: 0;
  transition: opacity 0.2s;
  
}

.holder-row-giocatore.expanded .sub-inner-bg-giocatore  {
  opacity: 1;
}

.holder-transfer {
  font-size: 0.8rem;
}

a.inner-row-giocatore:hover {
  text-decoration: none;
}



@media only screen and (max-width: 1024px) {
  .holder-row-giocatore .inner-row-giocatore {
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .holder-row-giocatore .inner-bg-row-giocatore { 
    padding-left: 0;
  }

  .holder-row-giocatore  .inner-prima-parte, .holder-row-giocatore  .inner-seconda-parte  {
    flex-direction: column;
    align-items: stretch !important;
  }
  .holder-row-giocatore  .inner-prima-parte {
    align-self: stretch;
  }

  .holder-row-giocatore  .inner-seconda-parte {
    padding-left: 20px;
  }

  .holder-anagrafica-giocatore {
    width: 100%;
  }

  .sub-inner-giocatore{
    flex-direction: row;
    /* align-self: flex-start; */
  }
  
  .sub-inner-bg-giocatore {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .inner-seconda-parte .holder-stats-giocatore {
    margin-left: 0 !important;
  }

  span.firstname {
    display: block;
  }

  figure.fig-giocatore {
    width: 100px;
    height: 100px;
  }

  figure.fig-paese {
    width: 30px;
    height: 30px;
  }

  

  .numero-maglia-giocatore {
    align-self: flex-start
  }

  .eta-giocatore, .holder-paese-giocatore {
    /* align-self: flex-end */
    align-self: center;
  }

  .label-paese {
    align-self: center;
  }
}

/* SPOSTATO IN COMUNE-CPT.css  */
/*
#classificheType option {
  text-transform: capitalize;
}

.holder-filtri-ranking {
  display: grid;
    padding-top: 20px;
    margin-left: 1em;
    grid-template-columns: 1fr 1fr 1fr;
}

.holder-filtri-ranking .custom-switch {
  margin-left: 10%;
  padding-left: 2.5em;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.holder-inner-ranking {
  text-align: left;
}

.content-nome-ruolo span:first-child {
  line-height: 16px;
}

.holder-inner-ranking {
  text-align: center;
}

.real-inner {
  text-align: left;
}

.load-more-ranking {
  max-width: 300px;
  margin: auto;
  text-align: center;
  background: #00cfd5;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  z-index: 999;
  position: relative;
}

*/

/* .holder-filtri-ranking .custom-switch:first-child {
  margin-left: 0;
  border-left: 0px solid;
  padding-left: 1.5em;
} */

#wrapMultiSelect-cla-gio {
  flex-direction: column;
  width: 100%;
  background: #f3f2ee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  text-align: center;
}

/* SPOSTATO IN COMUNE-CPT.css  */
/* CHECKBOX CUSTOM  */
/* 
.input-title {
  clear: both;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  color: #46236c;
  font-weight: 500;
}

.custom-control-input~.custom-control-label::before {
  background: #f3f2ee !important;
  border-color: #402867 !important;
}

.custom-control-input:checked~.custom-control-label::before {
  background: #402867 !important;
  border-color: #402867 !important;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::after {
  background-color: #c4e25b !important;
}

@media screen and (min-width:768px){
  .custom-control-input:checked~.custom-control-label::after {
    
  }

  .custom-control-label::after {
      top: calc(.5rem + 2px) !important;
  }
  
  .custom-control-label::before {
      top: 0.5rem !important;
  }
} */


.widget-ranking {
  margin-bottom: 20px;
}