/* ==========================================
   GENERATORE OFFERTE - FILTRI SERVIZI
   ========================================== */

.svc-filter + .form-check-label {
    color: #1f2937 !important;
    opacity: 1 !important;
    font-weight: 500;
}

.form-check:has(.svc-filter) {
    opacity: 1 !important;
}

.form-check:has(.svc-filter) .form-check-label, label.form-label, .mb-2 .fw-bold {
    color: #1f2937 !important;
    opacity: 1 !important;
}

.form-hint {
    color: #5f6b7a !important;
    opacity: 1 !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

/* Brand sidebar verticale */
.navbar-vertical .pf-navbar-brand {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 16px 12px !important;
    white-space: normal !important;
}

.navbar-vertical .pf-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 6px !important;
    text-align: center !important;
    white-space: normal !important;
}

.navbar-vertical .pf-brand-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 110px !important;
    max-height: 60px !important;
    margin: 0 auto !important;
    flex: none !important;
}

.navbar-vertical .pf-brand-suite {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

.navbar-vertical .pf-brand-suite b {
    display: block !important;
    font-size: 16px !important;
}

.navbar-vertical .pf-brand-suite small {
    display: block !important;
    margin-top: 2px !important;
    font-size: 11px !important;
}.pf-fc-event .pf-fc-name {    font-size: 0.85rem !important;}.pf-fc-event .pf-fc-city {    font-size: .75rem !important;}
.d-flex {
    width: -webkit-fill-available;
}