.cellulareCliente {
    width: 100%;
}

.titolo-sezione {
    border: 0;
    margin-bottom: 20px;
}

.titolo-sezione .box-body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px;
    border: 0px;

}

.titolo-sezione .box-header {
    border: 0px !important;
    padding: 0px;;
    border-bottom: 0px !important;

}


.titolo-sezione .box-title {
    padding-top: 20px;
    padding-bottom: 20px;

}


.titolo-sezione .box {
    box-shadow: none;
}


.no-border .box.box-primary {
    border-top: 0px;

}

.no-border .box {
    border: 0px !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    box-shadow: none;

}

.no-box-shadow .box {
    border: 0px !important;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    box-shadow: none;

}

.no-border div.box-header {
    display: none;

}



.sonata-ba-list-field.sonata-ba-list-field-actions {
    max-width: 200px;
}



.qr-code-partecipazione{
   display: flex;
   justify-content: center;
   padding: 10px;
} 



.lightbox-gallery{
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;color: #000;overflow-x: hidden
}
.lightbox-gallery p{
    color:#fff
}
.lightbox-gallery h2{
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:#fff}

@media (max-width:767px){
    .lightbox-gallery h2{
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px}
    }
    .lightbox-gallery .intro{
        font-size:16px;
        max-width:500px;
        margin:0 auto 40px
    }
    .lightbox-gallery .intro p{
        margin-bottom:0
    }
    .lightbox-gallery .photos{
        padding-bottom:20px
    }
    .lightbox-gallery .item{
        padding-bottom:30px
    }


.circle-arrow {
    background-color: #00000080;
    color: white;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6pt;
}

.td-link {
    display: flex;
    justify-content: center;
}

.container-progress {
    width: 100%;
    min-height: 140px;
  }

  .container-progress svg{
    width: 100%;
    height: 100px;
  }


  .container-progress .progressbar-text{
    font-size: 20px;
    top: 60px !important;
    height: 20px !important ;

  }




  /* Stepper  */


  .stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top:15px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 15px;
    left: 50%;
    z-index: 1;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: white;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #4bb543;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top:15px;
    left: 50%;
    z-index: 3;
  }


  .stepper-item.completed-non-partecipa .step-counter {
    background-color: #e61b00;
  }
  
  .stepper-item.completed-non-partecipa::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #e61b00;
    width: 100%;
    top: 15px;
    left: 50%;
    z-index: 3;
  }



  .stepper-item.completed-overbooking .step-counter {
    background-color: #e68831;
  }
  
  .stepper-item.completed-overbooking::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #e68831;
    width: 100%;
    top: 15px;
    left: 50%;
    z-index: 3;
  }
  
  
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }


  /* Modal body qr code  */
  .modal-body-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .vedi-dettagli-iscrizione {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .stepper-date {
    display: none;
  }

  .stepper-item:hover .stepper-date {
    display: block;
  }


  .stepper-item:hover .step-name.step-name-hover {
    display: none;
  }


  .form-fake {
    display: none !important;
  }

  .hide-source label.control-label{
    display: none !important;
  }

  .text-area-descrizione-evento {
    height: 900px !important;
  }


  .lightbox {
    display: none;
  }