/* Statistiche Calciatori */

.font-400   {
  font-weight: 400!important;
}


.table td, .table th {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.player-all-stats {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Barlow', sans-serif !important;
}


.player-all-stats hr{
  border-bottom:1px solid #C1C3C9!important;
}



.player-all-stats h3 {
  font-size: 1.4rem;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.player-all-stats h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #C1C3C9;
  z-index: 0;
}

.player-all-stats h3 span {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  padding: 0px 20px 0px 0px;
}

.player-stats {
  margin-top: 10px;
  margin-bottom: 15px;
}

.player-stats h4 {
  font-size: .9rem;
  font-weight: 400;
  color: #212529;
}

.num-blu {
  color: #28235D !important;
}


.stat-num {
  font-weight: 500;
  color: #212529;
  line-height: normal;
}

.stat-num.num-md {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
}

.stat-num.num-sm {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212529;
}

.stat-num.num-xl {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;

}

.stat-num.num-xs {
  font-size: .9rem;
  font-weight: 700;
  color: #212529;
}

.stat-num.num-correction {
  min-height: 58px;
  display: flex;
  align-items: center;
}

.num-icon {
  width: 100%;
  max-width: 38px;
}

.figure-cards {
  position: relative;
  text-align: center;
  max-width: 40px;
}

.figure-cards figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.figure-cards figcaption.redcard {
  color: #ffffff !important;
}


.figure-cards img {
  width: 100%;
  max-width: 40px;
}



.stats-flex {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}




.player-page-header {
  background-image: url('../Images/Partita/bg-default.jpg');
  background-size: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  color: #ffffff !important;
  font-family: 'Barlow', sans-serif !important;
}

.player-page-header:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.player-page-header .divisa-figure {
  margin: 0px;
  position: relative;
}

.player-page-header .divisa-figure .divisa {
  width: 100%;
  height: auto;
  position: relative;
}

.player-page-header .divisa-figure .numero {
  font-family: 'Barlow', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 2;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgb(0 0 0);
}

.player-info {
  position: relative;
  top: -30px;
}

.player-info-card {
  background: rgba(242, 242, 242, 0.9);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0px !important;
  padding: 15px;
  font-family: 'Barlow', sans-serif !important;
}






.player-info-card h4 {
  font-size: .8rem;
  color: #565E71 !important;
  font-weight: 500;
}

.player-info-card p {
  color: #28235D !important;
  font-weight: 700;
  margin-bottom: 0px;
}

.player-info-card p.ruolo {
  color: #ffffff !important;
  font-weight: 700;
  background-color: #0062B9;
  padding: 2px 30px;
  display: inline-block;
  font-size: .8rem;
  border-radius: 10px;
}

.player-page-header h1 {
  font-size: 2rem;
  color: #ffffff !important;
}

.player-page-header h4 {
  color: #ffffff !important;
  font-size: .8rem;
  font-weight: 400 !important;
}

.player-page-header p {
  font-weight: 700 !important;
}

.player-page-header p span {
  font-weight: 400 !important;
}


.player-stats-card {
  background: rgba(242, 242, 242, .8);
  border-radius: 10px;
  border: 0px !important;
  min-height: 100px;
  padding: 10px 20px 20px 20px;
}

.player-stats-card:hover {
  background: rgba(242, 242, 242, 1);
}

.player-stats-card.no-bar {
  padding: 30px 20px 30px 20px;
}

.player-stats-card .value-label p {
  margin-bottom: 0px !important;
}


.progress-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 38px;
}

.progress-container .progress {
  background-color: #ffffff;
  font-size: .9rem;
  height: 12px;
  border-radius: 6px;
}

.progress-container .progress .progress-bar {
  background-color: rgb(0, 199, 93, 1);
  height: 12px;
  border-radius: 6px;
}

.progress-container .progress .progress-bar:hover {
  background-color: rgb(0, 199, 93, 1);
}

.value-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  z-index: 5;
}

.value-container .value-label {
  float: left;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.value-container .value-label p {
  margin-bottom: 0px !important;
}



.value-container .progress-bar-value {
  float: right;
  margin-bottom: 0px;
  font-weight: 500;
}

.value-container .progress-bar-value p {
  font-weight: 600 !important;
}

.value-container .progress-bar-value p {
  margin-bottom: 0px !important;
}



.progress-container .total-container {
  min-height: 30px;
}


.total-container .value-label {
  float: left;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.total-container .value-label p {
  margin-bottom: 0px !important;
}

.total-container .progress-bar-value {
  float: right;
  margin-bottom: 0px;
}

.total-container .progress-bar-value p {
  margin-bottom: 0px !important;
}

.ruolo-stemma {
  position: absolute;
  width: auto;
  max-height: 54px;
  height: 100%;
  right: 0px;
  top: 0px;
}





#more-stats .mb-0 > a {
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(242, 242, 242, 0);
  border-radius: 10px;
  color: #28235D;
  border: 1px solid rgba(242, 242, 242, 0.9);
  font-weight: 700;
  border:1px solid #C1C3C9;
}

#more-stats .mb-0 > a:hover {
  background: rgba(242, 242, 242, 0.9);
  border: 1px solid rgba(242, 242, 242, 0.9);
}


#more-stats .mb-0 > a[aria-expanded="true"] {
  background: rgba(242, 242, 242, 0.9);
  border: 1px solid rgba(242, 242, 242, 0.9);
}


#more-stats .mb-0 > a:after {
  content: "\e145";
  font-family: 'Material Symbols Outlined'!important;
  position: absolute;
  right:15px;
  font-weight: 600;
}

#more-stats .mb-0 > a[aria-expanded="true"]:after {
  content: "\e15b";
  font-family: 'Material Symbols Outlined'!important;
  font-weight: 600;
}

.row.pie-container {
  padding-top:36px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}


.stats-difesa .row.pie-container  {
  padding-top:36px;
  padding-bottom: 0px;
}

.value-label-pie {
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}


.row.pie-container .circle-chart__background {
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}


.row.pie-container  .circle-chart__percent {
  font-size: 8px;
  font-weight: 700;
  color: #565E71;
}

.row.pie-container  .success-stroke {
  stroke: rgb(0, 199, 93, 1);
}

.stat-su {
  font-size: 1rem;
  font-weight: 400;
  color: #565E71;
}

.playerNav  {
  display: none;
  position: fixed;
  top: 70px;
  width: 100%;
  height: 60px;
  background: rgba(40, 35, 93, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 15;
  display: flex;
  align-items: center;

  padding-top: 5px;
  text-align: center;
}

.playerNav h4  {
 color: #ffffff!important;
}


.matchname   {
  padding-left: 10px;
  padding-right: 10px;
  }

  .mplayerstemma  {
    padding-left: 10px;
    }
    
  


 
@media screen and (max-width:991px)  {

  .playerNav  {

    top: 60px;

  }
  
}

@media screen and (max-width:768px)  {

  .player-info-card p.ruolo {
    font-size: 1rem;
  }

  .figure-cards {
    max-width: 30px;
  }

  
  .figure-cards img {
    max-width: 30px;
  }
  
  .stat-num.num-correction {
    min-height: 46px;
}

.num-icon {
  width: 100%;
  max-width: 25px;
}


.player-stats-card .value-label p {
  font-size: 1.2rem;
}

.stat-num.num-xs {
  font-size: 1.2rem;
}

.row.pie-container {
  min-height: none;
  padding-top:15px;
}

}





@media screen and (min-width:576px) and (max-width:768px)  {

  .player-page-header .divisa-figure .numero {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    font-size: 30px;
  }

}


@media screen and (max-width:575px) {
  .player-page-header .divisa-figure {
    margin: 0 auto;
    text-align: center;

  }
  
  .player-page-header .divisa-figure .divisa {
    width: 40%;
    height: auto;
    position: relative;
  }
  
  .player-page-header .divisa-figure .numero {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    font-size: 40px;
  }

  .player-page-header h1 {
    font-size: 1.8rem;
    margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
  }

  .value-container {
    bottom: 14px;

}


}


