#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   {

}


/* =============================================
   PACIUGO CHALLENGE 2026 — Custom CSS
   Da incollare in: Design → Custom CSS
   ============================================= */

:root {
  --corallo: #FF6B6B;
  --corallo-dark: #e04f4f;
  --giallo: #FFD600;
  --verde: #3a8c3a;
  --neutro: #1a1a1a;
  --grigio-chiaro: #fff8f8;
  --grigio-testo: #333;
  --raggio: 20px;
  --ombra: 0 4px 20px rgba(255,107,107,0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Quicksand', sans-serif;
  background: var(--grigio-chiaro);
  color: var(--grigio-testo);
  line-height: 1.6;
}

.hero {
  background: var(--corallo);
  color: white;
  text-align: center;
  padding: 56px 24px 48px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 260px; height: 260px;
  background: var(--giallo);
  border-radius: 50%;
  opacity: 0.25;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 200px; height: 200px;
  background: white;
  border-radius: 50%;
  opacity: 0.10;
}
.hero-logo {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.1;
  margin-bottom: 12px;
}
.hero h1 span { color: var(--giallo); }
.hero-sub {
  font-size: 1.15rem;
  opacity: 0.92;
  max-width: 560px;
  margin: 0 auto 28px;
}
.scadenza-badge {
  display: inline-block;
  background: white;
  color: var(--corallo-dark);
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 22px;
  border-radius: 50px;
  letter-spacing: 0.04em;
}

.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }

.intro-box {
  background: white;
  border-radius: var(--raggio);
  padding: 32px 36px;
  margin: 40px auto;
  box-shadow: var(--ombra);
  max-width: 960px;
}
.intro-box h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: var(--corallo);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.steps { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.step {
  flex: 1;
  min-width: 180px;
  background: var(--grigio-chiaro);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.step-num {
  background: var(--corallo);
  color: white;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step p { font-size: 0.95rem; }

.premio-banner {
  margin-top: 24px;
  background: var(--neutro);
  color: white;
  border-radius: 14px;
  padding: 18px 24px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.premio-banner span { color: var(--giallo); }

.section-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--corallo);
  text-align: center;
  margin: 48px 0 24px;
}
.classifica-box {
  background: white;
  border-radius: var(--raggio);
  padding: 28px;
  box-shadow: var(--ombra);
  margin-bottom: 12px;
}

.missioni-section { margin: 48px 0 0; }
.punti-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.punti-pill {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  padding: 8px 22px;
  border-radius: 50px;
  color: white;
  white-space: nowrap;
}
.pill-10 { background: var(--verde); }
.pill-30 { background: var(--corallo); }
.pill-60 { background: var(--corallo-dark); }
.pill-80 { background: var(--neutro); }

.punti-line { flex: 1; height: 2px; border-radius: 2px; }
.line-10 { background: var(--verde); }
.line-30 { background: var(--corallo); }
.line-60 { background: var(--corallo-dark); }
.line-80 { background: var(--neutro); }

.missioni-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 40px;
}
.missione-card {
  background: white;
  border-radius: var(--raggio);
  padding: 20px;
  box-shadow: var(--ombra);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-top: 4px solid transparent;
}
.missione-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(255,107,107,0.18); }
.card-10 { border-top-color: var(--verde); }
.card-30 { border-top-color: var(--corallo); }
.card-60 { border-top-color: var(--corallo-dark); }
.card-80 { border-top-color: var(--neutro); }

.badge-pt {
  position: absolute; top: 14px; right: 14px;
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: 0.78rem; padding: 3px 10px; border-radius: 50px; color: white;
}
.badge-10 { background: var(--verde); }
.badge-30 { background: var(--corallo); }
.badge-60 { background: var(--corallo-dark); }
.badge-80 { background: var(--neutro); }

.card-emoji { margin-bottom: 8px; line-height: 1; }
.card-title { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1.05rem; margin-bottom: 6px; padding-right: 50px; color: #222; }
.card-desc { font-size: 0.92rem; color: #666; line-height: 1.5; }

.cta-box {
  background: var(--neutro);
  color: white;
  border-radius: var(--raggio);
  padding: 40px 36px;
  text-align: center;
  margin: 48px 0;
  box-shadow: 0 8px 32px rgba(26,26,26,0.18);
}
.cta-box h2 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 1.8rem; margin-bottom: 10px; }
.cta-box p { font-size: 1.05rem; opacity: 0.88; max-width: 520px; margin: 0 auto 24px; }
.cta-ps { font-size: 0.9rem; opacity: 0.75; margin-top: 16px !important; }
.cta-ps a { color: var(--giallo); font-weight: 700; }

.form-section { background: white; border-radius: var(--raggio); padding: 32px; box-shadow: var(--ombra); margin-bottom: 60px; }
.form-section iframe { border: none; border-radius: 12px; width: 100%; min-height: 1500px; }

.footer { background: var(--corallo); color: white; text-align: center; padding: 24px; font-size: 0.9rem; }
.footer a { color: var(--giallo); font-weight: 700; }

@media (max-width: 600px) {
  .intro-box { padding: 22px 18px; }
  .steps { flex-direction: column; }
  .cta-box { padding: 28px 20px; }
}
