.fade-me-in {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#recibosTable .recibos-actions {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#recibosTable .recibos-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2rem;
    min-height: 2.2rem;
    padding: 0.3rem;
}

.dataTables_wrapper .dataTables_filter {
    display: flex !important;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.filtro-tributos {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.filtro-tributos label {
    margin: 0;
}

.filtro-tributos select,
.dataTables_wrapper .dataTables_filter input {
    height: 32px !important;
    padding: 4px 8px;
    font-size: 0.9rem;
}