@media screen and (max-width: 479px) {
    .icon-lottie-mobile {
        width: 110px !important;
    }
    .materiali-informativi-lottie-icon {
        margin-left: -45px !important;
    }
}

/* Font globale: Titillium Web ovunque nel portale */
html, body, button, input, select, textarea {
    font-family: "Titillium Web", sans-serif !important;
}

/* Layout sticky footer: forza il footer sempre in fondo pagina */
html {
    height: 100% !important;
}

body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
}

#layout-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.main-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.page-content {
    flex: 1 !important;
}

footer.it-footer {
    flex-shrink: 0 !important;
    margin-top: 0 !important;
}

/* Calendari: assicurati che il contenuto occupi tutto lo spazio disponibile */
body.page-calendar #layout-wrapper {
    min-height: 100vh !important;
}
body.page-calendar .main-content,
body.page-calendar .page-content,
body.page-calendar .page-content-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}
/* eliminale spazi sotto il contenuto calendario */
body.page-calendar .page-content,
body.page-calendar .page-content-wrapper,
body.page-calendar .container-fluid {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Calendari: disattiva overlay che può bloccare i click sul layout */
body.page-calendar .rightbar-overlay {
    display: none !important;
    pointer-events: none !important;
}

/* Applica margine solo ai footer che sono figli diretti di #layout-wrapper (non dentro .main-content) */
#layout-wrapper > footer.it-footer {
    margin-left: 250px !important;
    margin-top: auto !important;
}

/* Gestione footer con sidebar collassata */
.vertical-collpsed #layout-wrapper > footer.it-footer {
    margin-left: 70px !important;
    margin-top: auto !important;
}

/* Gestione footer con sidebar small */
body[data-sidebar-size="small"] #layout-wrapper > footer.it-footer {
    margin-left: 160px !important;
    margin-top: auto !important;
}

body[data-sidebar-size="small"].vertical-collpsed #layout-wrapper > footer.it-footer {
    margin-left: 70px !important;
    margin-top: auto !important;
}

/* Gestione footer su layout orizzontale (senza sidebar) */
body[data-layout="horizontal"] #layout-wrapper > footer.it-footer {
    margin-left: 0 !important;
    margin-top: auto !important;
}

/* Gestione footer su mobile (sidebar nascosta) */
@media (max-width: 992px) {
    #layout-wrapper > footer.it-footer {
        margin-left: 0 !important;
        margin-top: auto !important;
    }
}

.center-forced {
    display: flex;
    justify-content: space-around;
}

.btn-ats {
    background-color: #007a33;
    border-color: #007a33;
    color: white;
}

.btn-ats:hover {
    color: white;
}

.btn-ats-white {
    background-color: white;
    border-color: white;
    color: #007a33;
}

.btn-ats-white:hover {
    color: #007a33;
}

@media screen and (max-width: 768px) {
    .btn-ats {
        margin-bottom: 20px !important;
    }
}

.headerScreening {
    display: flex;
    justify-content: flex-start;
}

.appuntamentoContainer {
    /*font-size: 5vw;*/
}

.datepicker--nav {
    background-color: rgba(0,122,51,.75) !important;
    border-color: #007a33 !important;
    color: white;
}

.datepicker--nav-action path {
    stroke: white;
}
.fc-time{ display : none; }

#motivazione > option:not(:first-child) {
    font-weight: bold;
}