#sb_invoice_payment_systems_container > div.payment-system.v2.payment-system-delay > div.name {
  visibility: hidden; 
}

#sb_invoice_payment_systems_container > div.payment-system.v2.payment-system-delay > div.name::after {
  content: 'Pagherò al centro';
  visibility: visible !important;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  text-align: center;
  font-size: inherit;
}


.bold{
    font-weight: bold;
}

/* css pag. regolamento */

#containerCust {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.custTitle {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.iconCust-containerCust {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.iconCust-containerCust::before,
.iconCust-containerCust::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #33BB60;
    margin: 0 10px;
}

.iconCust-containerCust i {
    font-size: 30px;
    color: #33BB60;
}

.subtitleRegolamento {
    text-align: justify;
    font-size: 20px;
}

.allCards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.oneCard{
    background: #f7f1f150;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    width: calc(50% - 20px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px); 
    animation: fadeInUp 1.5s forwards; 
    margin-bottom: 20px;
    border-radius: 3px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.cardCust-header {
    display: flex;
    align-items: flex-start;
}

.cardCust-icon {
    background-color: #33BB60;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 15px;
    margin-right: 15px;
    flex-shrink: 0;
}

.cardCust-icon:hover{
    background-color: #29BBE3;
    cursor: pointer;
}
.titleCardCust:hover{
    color:#29BBE3;
    cursor: pointer;
}
.cardCust-icon i {
    font-size: 30px;
}

.cardCust-header-content {
    display: flex;
    flex-direction: column;
}


.cardCust-header h3 {
    font-size: 20px;
    margin: 0;
}

.oneCard p {
    font-size: 17px;
    margin-top: 10px;
    text-align: left;
}


@media (max-width: 1200px) and (min-width: 1000px) {
    .custTitle {
        font-size: 22px; 
    }

    .cardCust-icon i {
        font-size: 26px;
    }

    .subtitleRegolamento {
        font-size: 20px;
    }

    .allCards {
        flex-direction: row;
        justify-content: space-between; 
    }

    .oneCard {
        width: calc(33.333% - 20px); 
    }
}

@media (max-width: 999px) and (min-width: 768px) {
    .custTitle {
        font-size: 20px;
    }

    .cardCust-icon i {
        font-size: 22px; 
    }

    .subtitleRegolamento {
        font-size: 18px; 
    }

    .allCards {
        flex-direction: column; 
        align-items: center; 
    }

    .oneCard {
        width: 90%; 
    }
}

@media (max-width: 768px) {
    .custTitle {
        font-size: 20px;
    }

    .cardCust-icon i {
        font-size: 20px;
    }

    .subtitleRegolamento {
        font-size: 18px;
    }

    .allCards {
        flex-direction: column;
        align-items: center;
    }

    .oneCard {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .custTitle {
        font-size: 18px;
    }

    .cardCust-icon i{
        font-size: 18px;
    }

    .subtitleRegolamento {
        font-size: 16px;
    }

    .oneCard {
        width: 100%;
        padding: 15px;
    }

    .cardCust-header h3 {
        font-size: 16px;
    }

    .oneCard p {
        font-size: 15px;
    }
}

.paciugo-title{
 text-align: center; 
 font-size: 36px;
color: pink;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {

}


