/*Calendario*/
.calendar-view-table thead th {
    background: white;
    color: #333;
    border: 1px solid var(--calendar-view-color-grey);
}
.calendar-view-table .calendar-view-day__number {
    background: none;
    color: #333;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff!important;
}
.calendar-view-table .next-month .calendar-view-day__number, .calendar-view-table .previous-month .calendar-view-day__number {
    background: none;
    color: #ccc;
}
.calendar-view-table caption {
    color: #000;
    font-size: 18px;
    padding: 0rem;
}

/*form */
#edit-nascita .fieldset-wrapper {
    display: flex;
    align-items: baseline;
}
#edit-idsportello {
    margin-bottom: 3rem;
}

/*search*/
.sfondobianco {
    background: white;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 10px;
}

/*message*/
.messages__wrapper {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid hsl(210, 17%, 44%);
    background-color: #fff;
    border-radius: 0;
    color: hsl(0, 0%, 10%);
    background-position: 20px 12px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border-left: 8px solid hsl(36, 100%, 30%);
}

@media print {body .it-content__wrapper * {visibility: visible !important;}}

