.myChartContainer
{
  width: 100%;
  margin: 0 auto;
}

ol.classifica {
  counter-reset: item;
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}

ol.classifica li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
}

ol.classifica li small {
  font-size: 0.8rem;
  font-weight: 500;
}

ol.classifica li small:before {
  font-size: 0.8rem;
  font-weight: 500;
}


ol.classifica li .bar-legend {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
    left: -44px;
    top: 6px;
}

.card-con-grafico {
  border: 1px solid #fff;
  padding: 10px 15px;
  transition-property: all;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  margin-bottom: 15px;
  /* min-height: 800px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 }

 .card-con-grafico:hover {
  border: 1px solid #3c75ba;
 }

 .card-con-grafico .counter-block {
  padding: 10px 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #b1b1b3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-con-grafico .counter-label {
  font-size: .8rem;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin-left: 10px;
  margin-bottom: 0px;
}

.card-con-grafico .counter-number {
 font-size: 1rem;
 font-weight: 700;
 line-height: normal;
 color: #fff;
 background-color: #3c75ba;
 margin-bottom:0px;
 margin-right: 4px;
 margin-left: 10px;
 border-radius: 24px;
 padding: 5px 25px;
}


.blocco-titolo-icona {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 5px;
  min-height: 170px;
 }

.grafico-image{
 width: 100%;
 height: auto;
 max-width: 65px;
 min-width: 65px;
}

.icona-settore-aziende { 
  width: 100%;
  height: auto;
  max-width: 65px;
  min-width: 65px;
  margin-top:10px;
  margin-bottom: 20px;
 }

.titolo-grafico {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  font: normal normal 900 18px/26px Roboto;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
 }

 .descrizione-grafico {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  font: normal normal 300 18px/31px Roboto;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
 }

 .row.card-centrate {
  justify-content: center;
 }

.card-con-grafico.card-con-grafico-homepage{
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#carosello-secondo-layout li.splide__slide.splide-home{
  display: flex;
  justify-content: center;
}

#carosello-secondo-layout a.contenuti{
  text-decoration: none;
}

#carosello-secondo-layout a.contenuti:hover{
  text-decoration: none;
}

@media (min-width: 1200px) { 
  canvas.Pie{
    width: 550px !important;
    height: 550px !important;
  }
}

.splide__pagination.splide__pagination-custom-grafici.splide__pagination--ltr{
  margin-top: 0;
}

.card-con-grafico.card-con-grafico-homepage .d-flex.justify-content-between.align-items-center{
  min-height: 37px;
}

.splide__arrow--prev.custom-splide__arrow--prev{
  left: -4rem;
}

.splide__arrow--next.custom-splide__arrow--next{
  right: -4rem;
}
.icon-grafici-hp-title{
  width: 32px;
  height: 24px;
}

.splide__arrow.splide__arrow--prev.custom-splide__arrow--prev{
  background: transparent;
  opacity: 1;
  width: 4.5rem;
  height: 4.5rem;
}

.splide__arrow.splide__arrow--prev.custom-splide__arrow--prev:disabled{
  opacity: .3;
}

.splide__arrow.splide__arrow--prev.custom-splide__arrow--prev svg{
  fill: transparent;
  color: #0059B3;
  width: 4.5rem;
  height: 4.5rem;
  transform: none;
}

.splide__arrow.splide__arrow--next.custom-splide__arrow--next{
  background: transparent;
  opacity: 1;
  width: 4.5rem;
  height: 4.5rem;
}

.splide__arrow.splide__arrow--next.custom-splide__arrow--next:disabled{
  opacity: .3;
}

.splide__arrow.splide__arrow--next.custom-splide__arrow--next svg{
  fill: transparent;
  color: #0059B3;
  width: 4.5rem;
  height: 4.5rem;
}

@media (max-width: 1244px) { 
  .splide__arrow--prev.custom-splide__arrow--prev{
    display: none;
  }
  
  .splide__arrow--next.custom-splide__arrow--next{
    display: none;
  }
}

.grafici-subheader{
  text-align: left;
  font: normal normal 300 20px/34px Roboto;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
}


.grafici-header{
  text-align: left;
  font: normal normal bold 40px/60px Zilla Slab;
  letter-spacing: 0px;
  color: #474747;
  opacity: 1;
}

@media(max-width: 992px){
  #header-section{
    display: flex;
    flex-direction: column;
  }
}

@media(min-width: 992px){
  .myChartContainer
  { 
    height: 400px;
  }
}

@media(max-width: 991px){
  .myChartContainer
  { 
    height: 300px;
  }
}

.splide__arrow.your-class-arrow{
  background-color: #fff !important;
}

.splide__arrow.your-class-arrow > svg{
  fill: #06c;
  height: 3.2em !important;
  width: 3.2em !important;
}

.material-symbols-outlined {
  color: #747474;
  font-size: 28px !important;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

span.legend-li-color{
  width: 38px;
  height: 12px;
}

.testo-legenda-grafici {color: #474747 !important;
    text-decoration: none !important;
    font-family: Roboto !important;
    font-weight: 400;
    font-size: .8rem !important;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
  }

  @media(max-width: 1199px) and (min-width: 992px){
    .blocco-titolo-icona {
      min-height: 223px;
    }
  }