/****** desktop only ******/
* {
    font-family: 'Titillium Web', sans-serif;
}
.date-secondary-filter {
    border: none !important;
}
.date-secondary-filter summary {
    background-color: #ffffff !important;
    color: #004f9f !important;
    padding: 0.75rem 0 !important;
}
.date-secondary-filter summary::after {
    content: '';
    background-size: 17px 29px;
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 30px;
    top: 10px;
    right: -4px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' stroke='black' stroke-width='1.5' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.date-secondary-filter summary::marker {
    content: '';
    display: none;
}
.date-secondary-filter .card-body {
    background-color: #f2f2f2;
}
select {
    position: relative !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' stroke='black' stroke-width='1.5' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat !important;
    background-position: right 8.9px top 50% !important;
    background-size: 19px 19px;
}
.icon-pubblicazione:after {
    content: '';
    background-size: 16px 25px;
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 30px;
    top: 40px;
    left: -7px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' stroke='rgb(0,84,168)' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.icon-scadenza:after {
    content: '';
    background-size: 16px 25px;
    display: inline-flex;
    position: absolute;
    height: 20px;
    width: 30px;
    top: 40px;
    left: -7px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' stroke='rgb(0,84,168)' class='bi bi-chevron-double-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
/****** desktop only ******/
/****** mobile only ******/
@media(max-width: 480px) {
    .icon-pubblicazione:after {
        top: 63px;
    }
    .icon-scadenza:after {
        top: 63px;
    }
}
/****** mobile only ******/

