.logo IMG{
    height:75px;
}

.hoverable:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

input[type="date"] {
    min-width: 9rem;
    width: 9rem;
    max-width: 9rem;
}

input[type="number"] {
    max-width: 4rem;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
 
    100% {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 8s forwards;
}

/* per paginazione */
.active>.page-link, .page-link.active {
    background-color: var(--bs-success-bg-subtle) !important;
    border-color: var(--bs-success-border-subtle) !important;
}
